Commit Graph

132 Commits

Author SHA1 Message Date
bbaovanc a01a70fc91 Specify markdownify or plainify for .Title references 2021-11-20 19:05:56 -06:00
bbaovanc 919ecde4ac Clean up closing brackets on templates 2021-11-20 18:30:26 -06:00
bbaovanc f5c9e6926a Add translations for "Older" and "Newer" 2021-11-20 17:00:56 -06:00
bbaovanc 217e54c1b5 Expand table of contents and show background colors while printing 2021-11-18 17:47:31 -06:00
bbaovanc d0c216165e Add light mode and improve print compatibility 2021-11-18 17:26:02 -06:00
bbaovanc b2036d3bfe Use comma delimiting on series-box in single.html 2021-11-15 21:06:53 -06:00
bbaovanc 8f36ba7368 Add series-summary.html and use .Render in taxonomy 2021-11-14 18:57:23 -06:00
bbaovanc e67bd58ceb Add previous and next page links
Fix #33
2021-11-14 00:41:49 -06:00
bbaovanc f6140abc26 Fix #42 2021-11-13 23:31:20 -06:00
bbaovanc 240476061b Use flexbox for more stuff 2021-11-13 17:23:30 -06:00
bbaovanc 96893d7de6 Add better series taxonomy list and clean up post metadata 2021-11-13 17:04:10 -06:00
bbaovanc b87f6dd884 Remove category support 2021-11-13 15:06:31 -06:00
bbaovanc 17604ca75d Fix indentation for subsection template code in list.html 2021-11-13 00:45:24 -06:00
bbaovanc b03fc6c7b1 Improve list pages + support "series"
- Use a <ul>: better accessibility
- Background for individual pages in the list, giving a better feeling
  of separation
- Support "series" taxonomy (displayed oldest to newest)
2021-11-12 20:25:47 -06:00
bbaovanc 4eec2d8c4d Use a less hacky solution to fix trailing newline in render-link.html 2021-11-07 15:47:32 -06:00
bbaovanc 60f5ccc1be Open RSS links in new tab 2021-11-03 20:30:13 -05:00
bbaovanc 99f53a386e Add breadcrumb nav and show active navbar item 2021-11-02 16:51:07 -05:00
bbaovanc 906b6213fd Support subsections 2021-11-01 17:38:44 -05:00
bbaovanc 7ffa6c068c Improve figures
- Add option to disable border and caption
2021-10-27 09:49:21 -05:00
bbaovanc 0cfecdab18 Make table of contents collapsible 2021-10-26 20:50:45 -05:00
bbaovanc fc5f408831 Use jam icons instead of feather
https://jam-icons.com
2021-10-26 18:51:17 -05:00
bbaovanc d393d9eef9 Don't add extra stuff to the copyright string 2021-10-26 13:53:37 -05:00
bbaovanc e0f04cb279 Make comments toggleable, remove word count, and give tags some space 2021-10-23 23:24:05 -05:00
bbaovanc cb68e3cffd Support comments 2021-10-23 22:51:13 -05:00
bbaovanc edff1f416d Add See also section 2021-10-23 00:03:44 -05:00
bbaovanc b599ddeadd Use a single figure shortcode that does either image or video 2021-10-19 14:19:23 -05:00
bbaovanc 96067c95c0 Automatically add the featured media to individual posts 2021-10-19 14:01:35 -05:00
bbaovanc 937a80bc17 Use <figure> for images and videos 2021-10-19 13:57:39 -05:00
bbaovanc c4e7258d69 Tweak formatting of the copyright footer 2021-10-18 17:29:39 -05:00
bbaovanc 1c6d88333f Make <hr> inside the footer instead of outside 2021-10-18 14:52:43 -05:00
bbaovanc 3e799b0418 Support categories
Fixes #31
2021-10-18 14:17:16 -05:00
bbaovanc f56b9028b3 Support a copyright notice footer 2021-10-17 20:17:12 -05:00
bbaovanc a3a5163b5e All posts should be under a div instead of only when there's none 2021-10-16 19:51:11 -05:00
bbaovanc 40331b4c1c Move taxonomy related list page to a different file 2021-10-15 18:13:14 -05:00
bbaovanc e62ccfd085 Remove partialCached for now because I'm worried of it causing issues
It didn't last very long. Speed isn't really a concern currently since
my sites all generate in ~50ms (on my computer, at least).
2021-10-11 21:35:16 -05:00
bbaovanc c7cfb9c844 Support multilingual mode (experimental)
Please report any bugs!
2021-10-11 18:24:14 -05:00
bbaovanc 03834fb1ba Add caching to some partials that don't change much 2021-10-11 09:52:24 -05:00
bbaovanc 1b59b258bc Move the header link icon to the end 2021-10-10 17:47:45 -05:00
bbaovanc f0cddf7e42 Add icon to drafts
Fix #23
2021-10-10 17:28:05 -05:00
bbaovanc fddb7ab0e4 Support section icons 2021-10-10 16:27:46 -05:00
bbaovanc b923054bd3 Enable the section header link icon 2021-10-10 15:14:36 -05:00
bbaovanc ff79ae29b5 Add header link icon but commented out because it looks weird 2021-10-10 15:02:20 -05:00
bbaovanc 3dfcec2350 Add an hr to separate post metadata from the content
Previously it was only present when table of contents was enabled
2021-10-09 20:33:42 -05:00
bbaovanc c8874736ea Update post-metadata to use a partial, and add word count 2021-10-09 18:08:27 -05:00
bbaovanc 4dc429ce5d Only include pagination div if there's pagination 2021-10-09 17:40:49 -05:00
bbaovanc c74ce0597c .Description should be in a <p> 2021-10-09 16:02:26 -05:00
bbaovanc 05ed7c33d2 Fix .Summary in summary.html 2021-10-09 15:23:33 -05:00
bbaovanc a015238834 Use .Render for summary 2021-10-09 15:16:24 -05:00
bbaovanc 9beed385a8 Use a custom opengraph template and rename feature-video to just feature 2021-10-09 14:09:02 -05:00
bbaovanc 2616803f47 Support featured videos (instead of image) 2021-10-08 22:52:58 -05:00