Commit graph

314 commits

Author SHA1 Message Date
Radek Kozieł
785e09c45d
Update USERS.md 2020-09-09 08:40:09 +02:00
Radek Kozieł
2e9d54fb77
Merge pull request #201 from shinytoyrobots/improved-cover-alt-text
Added custom alt text functionality to post cover images
2020-09-09 08:36:05 +02:00
shinytoyrobots
4c9276c71d Added custom alt text functionality to post cover images 2020-09-09 00:32:46 -05:00
Radek Kozieł
c9e482ffe3
Merge pull request #200 from shinytoyrobots/patch-1
Update USERS.md
2020-09-09 00:14:56 +02:00
Robin Cannon
a121f15d9b
Update USERS.md
Moved my own personal site to Hugo recently and using this theme
2020-09-08 15:54:18 -05:00
panr
ea9fa9c43d Bump theme version 2020-09-06 01:00:03 +02:00
Radek Kozieł
f566a7b101
Merge pull request #180 from simeononsecurity/patch-1
Update USERS.md
2020-09-05 23:11:07 +02:00
Radek Kozieł
ca2c51710a
Merge branch 'master' into patch-1 2020-09-05 23:10:57 +02:00
Radek Kozieł
de73b74c4b
Merge pull request #188 from korovamilk/patch-1
Update USERS.md
2020-09-05 23:08:17 +02:00
panr
cab65cfcf3 Update dependencies and webpack config. 2020-09-05 19:51:56 +02:00
panr
2382c7531b Update README. 2020-09-05 18:24:20 +02:00
panr
46a294805b Update README. 2020-09-05 17:56:40 +02:00
panr
2a2122f81c Webpack is back! 2020-09-05 17:46:08 +02:00
Radek Kozieł
246ec48738
Update README.md 2020-08-24 16:14:39 +02:00
Marco Agate
124f3464ac
Update USERS.md 2020-08-17 14:22:40 +02:00
Radek Kozieł
75f212bf2d
Update README.md 2020-08-12 08:45:05 +02:00
Radek Kozieł
12cdcc58ad
Update COMMUNITY-FEATURES.md 2020-08-09 00:54:09 +02:00
panr
0be313316f Init version 2
- Switch to the Hugo Pipes (bye bye Webpack)
- Use Inter from Google Fonts
- Update README
2020-08-09 00:43:49 +02:00
simeononsecurity
71fe8a8c39
Update USERS.md
Added SimeonOnSecurity and Alphabetized the list
2020-08-02 04:13:48 -05:00
Radek Kozieł
005e78d86c
Merge pull request #178 from panr/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-07-30 18:03:57 +02:00
dependabot[bot]
9c13d2a216
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 15:53:10 +00:00
Radek Kozieł
0ec84e0005
Merge pull request #168 from Toluwalemi/patch-1
Update users,md
2020-07-26 17:33:28 +02:00
Radek Kozieł
e79acb96e0
Merge pull request #172 from farrelmahaztra/patch-1
Remove maximum-scale=1 from viewport meta tag
2020-07-26 17:32:55 +02:00
panr
e58ccef1f2 Another fix for husky config. 2020-07-20 01:44:52 +02:00
panr
fe75305436 Fix husky config. 2020-07-20 01:43:17 +02:00
panr
68cabcbb44 Make assets production ready. 2020-07-20 01:41:20 +02:00
panr
69b41ab230 Stop making language name uppercased in the collapsable code shortcode. 2020-07-20 01:41:09 +02:00
panr
89662e440d Fix husky config syntax. 2020-07-20 01:38:41 +02:00
panr
efb93ebda6 Add husky package and config. 2020-07-20 01:23:33 +02:00
Radek Kozieł
a25b208daa
Merge pull request #174 from panr/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-19 17:46:12 +02:00
panr
4c4eb24f15 Minimize the assets because someone yelled at me... 2020-07-17 08:49:33 +02:00
dependabot[bot]
961b323fec
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 02:28:31 +00:00
Farrel Mahaztra
ced6be1505
Remove maximum-scale=1 from viewport meta tag
The maximum-scale=1 attribute prevents low-vision users from magnifying the page in some browsers. This isn't applicable to browsers like Safari in iOS 10+, but it would still be ideal to accommodate the aforementioned users for other browsers. Also, this results in a Lighthouse score penalty for accessibility. Alternatively, we could increase maximum-scale to 5 or above if removing it results in a known UI/UX regression I haven't looked into.

Some further reading:
* https://a11yproject.com/posts/never-use-maximum-scale/
* https://web.dev/meta-viewport
* https://www.w3.org/TR/WCAG21/#resize-text
2020-07-10 17:51:52 +07:00
panr
c08fe10125 Update cover styling and show the cover caption also on the list of contents 2020-07-07 18:56:33 +02:00
Zachary Porter
d4d477e3b6 Add coverCaption param to post frontmatter 2020-07-07 18:43:02 +02:00
Toluwalemi Oluwadare
e34720eb12
Update users,md
Added my blog to the file.
2020-07-02 13:52:50 +01:00
panr
149fb37220 Refactor styling code 2020-06-20 00:07:59 +02:00
panr
409741f42c Add collapsable code shortcode 2020-06-19 23:49:21 +02:00
Radek Kozieł
d5b7eefa20
Merge pull request #166 from etra0/patch-1
add a site using the template
2020-06-18 23:10:35 +02:00
Sebastián A
1524ba90ff
Update USERS.md 2020-06-18 16:03:37 -04:00
Radek Kozieł
0d80e241f7
Update README.md 2020-06-17 17:08:07 +02:00
panr
125d85cfbb Update templates 2020-06-17 17:04:46 +02:00
Radek Kozieł
746a015088
Merge pull request #165 from guilhermesteves/feature/guilhermesteves.dev
add guilhermesteves.dev
2020-06-16 23:13:48 +02:00
Guilherme Esteves
b8e2f47429
add guilhermesteves.dev 2020-06-16 14:47:09 -03:00
Radek Kozieł
8f7ced3470
Update README.md 2020-06-13 15:57:51 +02:00
Radek Kozieł
670dc85b07
Merge pull request #159 from eallion/master
add me to USERS.md
2020-05-28 10:30:58 +02:00
Radek Kozieł
d72593b1b1
Merge pull request #148 from aormsby/PR-rss
RSS Enhancements
2020-05-27 23:22:06 +02:00
Radek Kozieł
ee2a55ad0b
Merge branch 'master' into PR-rss 2020-05-27 17:00:25 +02:00
Charles Chin
6c1dc81be4
Update USERS.md 2020-05-27 14:57:34 +08:00
Charles Chin
479935e602
Merge pull request #1 from panr/master
pull
2020-05-27 14:55:08 +08:00