1703c16b7f
Update USERS.md
2020-07-27 11:41:51 +08:00
6404a48fe3
Merge pull request #161 from panr/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.15 to 4.17.19
2020-07-19 17:45:47 +02:00
c5e838481d
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-16 21:32:29 +00:00
bc29541514
Merge pull request #160 from RaZnAr0k/patch-1
...
Update USERS.md
2020-07-10 17:40:55 +02:00
a020860014
Update USERS.md
2020-07-10 15:54:32 +08:00
5a0af3384d
Fix accessibility issues and re-format templates
2020-06-18 00:40:31 +02:00
04d9175af8
Update styling
2020-06-18 00:21:19 +02:00
d450f681f0
Update README.md
2020-06-17 16:55:32 +02:00
0925abe5d8
Add terms.html template.
...
Add index.html template.
Fix list.html template.
2020-06-17 16:52:06 +02:00
b19e56a9d8
Merge pull request #150 from FizzyGalacticus/color-per-page
...
Add color-per-page support
2020-06-17 16:20:06 +02:00
ebbeedc014
Update README.md
2020-06-13 15:56:57 +02:00
9cbc71f5c3
Update collapsable code shortcode with isCollapsed
prop
2020-06-13 09:51:22 +02:00
cf59a36030
Add a collapsable code shortcode
2020-06-10 00:16:28 +02:00
e7fd995590
Add color-per-page support, addresses #20
2020-05-30 17:23:49 -07:00
0a9b08f405
Fix styling for the index content
2020-05-29 00:50:00 +02:00
3ade628cfc
Merge pull request #104 from nuno-silva/index
...
[WIP] Feature request: display index page content
2020-05-29 00:36:43 +02:00
8ace31592e
Fix conflicts
2020-05-29 00:25:49 +02:00
7c77a416df
Update 404 page
2020-05-29 00:22:42 +02:00
abab5c6dcd
Update list styling
2020-05-29 00:22:42 +02:00
e2bb4583b1
Update USERS.md
2020-05-29 00:22:15 +02:00
2d0de8e812
Update USERS.md
2020-05-29 00:22:15 +02:00
72bdbc99ce
remove pagnitaiton form sigle pages
2020-05-29 00:21:45 +02:00
3ef14f49b2
Update USERS.md
2020-05-29 00:21:45 +02:00
9271d6ebf9
Made changes which were causing builds to fail
...
I updated ne to not and now it builds perfectly on zeit and netlify
2020-05-29 00:21:45 +02:00
bcd630ad2e
Hide header and pagination footer when printing
...
Since the header and pagination footer contain links that help a reader
navigate the site in a browser, they serve little value on a printed
copy.
2020-05-29 00:21:45 +02:00
ca115e308e
Don't truncate content in Firefox print preview
2020-05-29 00:21:45 +02:00
4ef42a15b2
Implement multi-layer fallback
...
Cover image for anything that's not home (with fallback to favicon where cover is not set), and for anything that is home we use the favicon with fallback to the default color block
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-05-29 00:21:45 +02:00
a52bef65ce
Fix dependecies
2020-05-29 00:21:45 +02:00
583d6c51c3
Update USERS.md
2020-05-29 00:21:44 +02:00
0570ab80bb
Use description for og:description
2020-05-29 00:21:16 +02:00
71618345a6
Updatr USERS.md
2020-05-29 00:21:16 +02:00
a53fe97fa1
Only populate og:image with cover if is set
2020-05-29 00:21:16 +02:00
c6a38c4b85
Add authorTwitter to post archetype
...
For Twitter cards
2020-05-29 00:21:16 +02:00
76f28fb7ba
Update twitter:creator with cleaner/multiple fallbacks
2020-05-29 00:21:16 +02:00
3d067dea1b
Only use isset check for twitter:site param
...
See https://gohugo.io/functions/isset/ - consistent with all other param checks in file
2020-05-29 00:21:16 +02:00
8b51d587d8
Separate twitter card params
2020-05-29 00:21:16 +02:00
b9cfb8d360
Tweak twitter card tags to cater for new params
2020-05-29 00:21:16 +02:00
87d7bf9ca1
Remove erroneous |
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-05-29 00:21:16 +02:00
639fd7f5b1
Amend twitter params
2020-05-29 00:21:16 +02:00
1dcf383f7d
Twitter card + OG markup fixes
...
Remove Twitter card title, description and image (twitter cards fall back to OG markup for these elements).
Fix og:image url for non-home content
Conditionally show twitter:site tag
2020-05-29 00:21:16 +02:00
aaada1ee03
Include Twitter Card parameters
2020-05-29 00:21:16 +02:00
f2fd8fbc63
Fix twitter image url for non-home
...
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com >
2020-05-29 00:21:16 +02:00
1d47e2102a
Update USERS.md
2020-05-29 00:21:16 +02:00
d8c6eca445
Add owner as a param for Twitter Card (creator)
2020-05-29 00:21:16 +02:00
6a6a3ae75c
Fix OpenGraph and Twitter meta tags
...
Title tags could be a little bloated as the subtitle was being appended. This should fall in to the description instead.
Also, if not looking at an individual post, there was no author being defined or site image.
2020-05-29 00:21:16 +02:00
d498a48f49
Update head.html
2020-05-29 00:21:16 +02:00
11074eeb07
[^] upd: Update 404
2020-05-29 00:21:16 +02:00
1a47dec920
[+] add: 404 Page
2020-05-29 00:21:16 +02:00
bb19133255
remove site.params.toctile from if condition
2020-05-29 00:18:15 +02:00
460409971b
add conditional table of contents
2020-05-29 00:16:13 +02:00