Commit Graph

45 Commits

Author SHA1 Message Date
Lukas Joswiak 3286754ceb
Fix footnote selector (#48)
It appears a recent version of hugo changed the HTML generated for
footnotes. They used to be inside a `section` tag with the `footnotes`
class. They are now in a `div` with the `footnotes` class.
2022-10-12 21:21:44 -07:00
Lukas Joswiak 0290193019
Wrap long strings to prevent horizontal scroll (#47)
This is mainly useful for long URLs which could otherwise cause a
horizontal scroll bar to appear on low width screens.
2022-10-12 21:21:32 -07:00
smoreface 0a8754ea11
Fix <html> element does not have a [lang] attribute (#44)
* Fix <html> element does not have a [lang] attribute

Using Site variables as suggested on the lonely 5 month old PR #37 from @jcabak

* Update layouts/_default/baseof.html

Co-authored-by: Lukas Joswiak <lukas@lukasjoswiak.com>

Co-authored-by: Lukas Joswiak <lukas@lukasjoswiak.com>
2022-10-05 22:17:50 -07:00
Anton Rassadin 3473a5e7f6
Add canonical link (#45) 2022-10-05 00:21:20 -07:00
mudrk 1969ea2645
Example site: fix twitter shortcode warning (#35) 2022-03-27 16:59:53 -07:00
mudrk 9e602f5750
Example site: remove shortcode instagram_simple (#34) 2022-03-26 17:14:49 -07:00
Lukas Joswiak 22bac358d6 Use full month name for post date 2022-02-22 17:45:44 -08:00
Anaminus ddc100f5c5
Fix modification date displaying as original date (#33)
When `lastmod` is specified, a post would indicate that it was updated, but it incorrectly used the original date instead of the modification date.
2022-02-22 17:43:08 -08:00
Guillaume 4791a23949
Add basic i18n for list and single (#30)
* add: basic i18n for list and single

* add: apply suggestions

* fix: indent using 4 tabs
2022-02-06 21:54:13 -08:00
Thomas Rettig f6133c4eac
Improve legibility of footer text (#26)
Improve the colour contrast and bump up the font-weight to improve legibility of the footer text.
2021-12-11 17:30:46 -08:00
Thomas Rettig 99e5a824d1
Add cursor to <abbr> (#27) 2021-12-11 17:22:18 -08:00
Lukas Joswiak 6c1ea493f0 Modify default RSS to include full article text 2021-10-11 21:14:16 -07:00
Lukas Joswiak 9decabbbad Fix timestamp render issue for low width screens
The font-size rule specified with ems was recursively applying to the
<time> child, causing the date itself to be even smaller. I noticied
this in Safari on iOS.
2021-09-13 23:21:48 -07:00
Lukas Joswiak 0386588b47 Update default font to use newer system fonts 2021-09-13 22:16:00 -07:00
Lukas Joswiak d338b2e824 Update demo URL 2021-08-20 21:29:49 -07:00
Lukas Joswiak b2941c2fcf
Add taxonomies (#18)
https://gohugo.io/content-management/taxonomies/
2021-04-18 18:11:40 -07:00
Lukas Joswiak 3e7256c7ea
Add support for lastmod (#19) 2021-04-10 18:54:26 -07:00
Ricky Shin 2a641ceb99
Simple CSS for blockquotes that work in both light and dark modes (#15) 2021-03-23 21:51:15 -07:00
Lukas Joswiak 10aa07919a Update copyright year 2021-01-29 22:14:29 -08:00
Lukas Joswiak e142d53e27 Fix screenshot size on mobile 2020-10-15 21:58:45 -07:00
Lukas Joswiak 1d7179c1ec Increase resolution of sample screenshot 2020-10-15 20:27:39 -07:00
Andy Yang 20679c56b5
Update README.md to support submodule method (#11) 2020-10-11 16:46:03 -07:00
Lukas Joswiak 6478a68b19 Fix spacing issue with dates 2020-10-11 13:39:37 -07:00
Lukas Joswiak 5e00f7c0a7 Add dark scrollbar for dark mode 2020-08-30 16:45:01 -07:00
Lukas Joswiak 0e0480d319
Add Netlify installation note (#9) 2020-08-24 23:04:15 -07:00
Lukas Joswiak 5aaf85b2cf Decrease font size of footnotes 2020-06-29 23:56:45 -07:00
Andrew 0e080d23bf
Add support for standard main menu (#6) 2020-06-27 09:33:38 -07:00
Lukas Joswiak 17af6e51ae Add styles for figure shortcode 2020-06-08 00:17:13 -07:00
Lukas Joswiak e7a40d5305
Add table of contents shortcode (#3) 2020-06-07 20:40:45 -07:00
Lukas Joswiak f8e5ca54ec Add responsive CSS media query 2020-06-01 19:32:47 -07:00
Lukas Joswiak 229986d1fc Move CSS to external stylesheet 2020-06-01 16:47:17 -07:00
Lukas Joswiak 7af665757d Add privacy statement to features 2020-05-30 18:46:06 -07:00
Lukas Joswiak dcb111c6ae Add dark mode configuration flag 2020-05-27 22:22:05 -07:00
Lukas Joswiak ba102a8b1a Reorder head tags 2020-05-18 20:35:25 -07:00
Lukas Joswiak f1c35f8b49 Remove non-post content from RSS feed 2020-05-17 22:55:51 -07:00
Lukas Joswiak 4776e57f03
Add demo link 2020-05-17 21:36:58 -07:00
Lukas Joswiak af37e60bd9 Update metadata 2020-05-15 17:59:21 -07:00
Lukas Joswiak 4d46aac8e7 Merge branch 'master' of github.com:LukasJoswiak/etch 2020-05-15 17:48:42 -07:00
Lukas Joswiak d4c3fe5c48 Update to work with basic example site 2020-05-15 17:47:34 -07:00
Lukas Joswiak 36a9e08868
Add basic info (#1) 2020-05-15 14:38:00 -07:00
Lukas Joswiak 1508189f9a Add basic info 2020-05-15 14:35:58 -07:00
Lukas Joswiak 8ab7cd79f2 Add example site 2020-05-15 13:42:45 -07:00
Lukas Joswiak 7fd904d0c0 Remove posts link from nav bar 2020-05-15 11:15:59 -07:00
Lukas Joswiak 9e0a8f73d9 Add date to posts 2020-05-15 00:43:44 -07:00
Lukas Joswiak 3e882d86e6 Initial commit 2020-05-14 23:48:11 -07:00