Commit Graph

48 Commits

Author SHA1 Message Date
Jez Cope 7967eb3b49 Fix warning about .BaseFileName on zero object 2021-08-05 12:20:37 +01:00
Jez Cope 8013038a72 Add webmention/pingback support back in 2021-08-05 12:20:25 +01:00
Jez Cope 91740b94bb Add a link to Cactus Comments 2021-05-11 21:30:09 +01:00
Jez Cope 0154d15cde Update webmention display 2021-05-11 21:29:53 +01:00
Jez Cope f49915e134 Switch to using data-* attributes 2021-05-11 18:02:29 +01:00
Jez Cope 8b15b6b220 Initial Cactus Comments implementation 2021-05-11 17:36:17 +01:00
Jez Cope c3be616e1e Tweak placement of DRAFT status 2021-04-11 20:52:20 +01:00
Jez Cope b39575ff9e Update admonition shortcode to use card vs panel 2021-04-11 18:47:32 +01:00
Jez Cope 3cc880b5a3 Tweak tag display 2021-04-11 18:47:25 +01:00
Jez Cope 964aab9397 Update ToC display to use card instead of panel 2021-04-11 18:47:05 +01:00
Jez Cope c3621e7017 Reimplement display of series 2021-04-11 18:46:47 +01:00
Jez Cope e056229575 Customise series taxonomy and term lists 2021-04-10 21:19:07 +01:00
Jez Cope cc0a37bbbb Fix sort order for list pages 2021-04-10 21:07:29 +01:00
Jez Cope d7119f0f62 Fix width of site description on homepage 2021-04-10 21:00:59 +01:00
Jez Cope 1a5a3f3d97 Add 404 page template 2021-04-10 20:59:13 +01:00
Jez Cope c802241deb Include topics in meta description tag 2021-04-09 20:35:44 +01:00
Jez Cope 4e21f00999 Add Netlify status badge to footer 2021-04-07 16:25:27 +01:00
Jez Cope c0661f37e9 Abstract out draft status into a partial 2021-04-07 16:25:03 +01:00
Jez Cope c976a26dc5 Enable webmention comments 2021-04-04 21:17:22 +01:00
Jez Cope 855a896c19 Tweak site header formatting 2021-04-04 20:45:33 +01:00
Jez Cope 214d2deb12 Remove unnecessary nesting level on single.html 2021-04-04 20:45:08 +01:00
Jez Cope 58eabafefc Fix vanishing margin on list pages 2021-04-04 20:44:50 +01:00
Jez Cope 7a27a697bb Linkify topics on main site 2021-04-04 17:13:11 +01:00
Jez Cope f54579db48 Add ToC rendering 2021-04-04 17:00:42 +01:00
Jez Cope 17accdaf84 Add a note that comments are disabled 2021-04-04 16:06:53 +01:00
Jez Cope 444defc10d Major refactor of layouts to remove duplication 2021-04-04 16:06:05 +01:00
Jez Cope d66eebe67e Fix markdown in admonition.html 2021-04-03 21:08:03 +01:00
Jez Cope ed45333838 Oops, a big commit with loads of stuff! 2021-04-03 21:03:34 +01:00
Jez Cope 58faa7587e Add a small margin below paginator 2021-04-03 16:27:58 +01:00
Jez Cope 670c14508a Leave topics as is instead of lowercasing 2021-04-03 16:27:47 +01:00
Jez Cope ef87590ca0 Add social links in footer 2021-04-03 16:27:26 +01:00
Jez Cope ebb80ecc38 Don't show title for 'note' posts 2021-04-03 16:26:07 +01:00
Jez Cope 2d48093d0f Initial layout draft ready 2021-04-03 15:43:13 +01:00
Jez Cope 3240ffb9d0 Use relative URL for stylesheet 2021-04-02 12:04:51 +01:00
Jez Cope 35adcc1141 [WIP] Initial work on layout 2021-04-01 21:11:28 +01:00
Jez Cope 6d4c5de025 Get SCSS compilation working 2021-03-30 12:04:04 +01:00
vimux f4735db2ae
Don't create empty div w/o comments 2020-01-09 12:15:37 -05:00
vimux ec3b9b84d4
Fix tags: don't create empty block w/o tags 2019-10-13 16:25:43 -04:00
vimux 39d7cc55eb
Fix main menu: don't create empty menu w/o items 2019-08-03 16:46:14 -04:00
vimux c8bf719e3d
Define the Base Template and fix Hugo warnings
* Define the Base Template (baseof.html)
* Use relative URL link to style.css file
* Move summary.html from partials to _default layouts
* Fix Hugo warnings (needs Hugo 0.20 or newer)
* Fix Paginator rule on main page. Fix #8
* Latest posts: show pages from mainSections only
* Bump Hugo 0.19 -> 0.20
* Formatting
2019-07-31 08:49:20 -04:00
vimux c71d33abd2
Formatting: add final newline 2019-07-30 13:40:48 -04:00
vimux 5e5759cbc6
Delete unused article.html file 2019-07-30 12:58:16 -04:00
Adam Sullovey 8c4df57d4f fix list page filtering not working
When I started using the blank theme, I found urls like /tags/js would list all posts instead of just posts tagged 'js'. Changing '.Site.Pages' to 'Data.Pages' fixes this, and now my site can have lists that filter posts by category and tags.
2017-09-22 21:34:51 -04:00
vimux bd3330875a Replace deprecated .Now with now template function 2017-04-08 21:33:39 +03:00
markfirmware d6cca0dc22 Spelling 2017-01-04 15:39:33 -05:00
Bjørn Erik Pedersen f45c887715 Rename RSSlink to RSSLink
The former will be deprecated and eventually removed from Hugo.

Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
2016-11-17 08:51:42 +01:00
vimux 7934d08a76 Add blank style.css 2016-11-04 20:59:33 +03:00
vimux 406c5961cb Initial commit 2016-10-14 23:41:10 +03:00