Commit Graph

22 Commits

Author SHA1 Message Date
BBaoVanC 7bc8a4cb57
Clean up CSS
- Add vim folds to make organized sections
- Rename a lot of classes from post- to page-
- Generalize series CSS classes better
- Clean up navbar div structure
- Remove langpicker and most of multilingual support
- many other minor tweaks
2023-03-24 08:49:02 -05:00
BBaoVanC d34b2a56d7
Remove series position indicator -- racy and buggy 2023-03-18 21:11:07 -05:00
BBaoVanC 6f140f096b
Organize summary template files
Also a small CSS patch to fix margin around post-title
2023-02-28 18:24:19 -06:00
BBaoVanC f77c61b561
Clean up directory structure of partials and .Render templates 2021-11-22 01:57:35 -06:00
BBaoVanC a11cc777bf
Deduplicate .Description and .Summary blocks 2021-11-22 00:42:08 -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 7ffa6c068c
Improve figures
- Add option to disable border and caption
2021-10-27 09:49:21 -05:00
BBaoVanC fc5f408831
Use jam icons instead of feather
https://jam-icons.com
2021-10-26 18:51:17 -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 3e799b0418
Support categories
Fixes #31
2021-10-18 14:17:16 -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 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 c8874736ea
Update post-metadata to use a partial, and add word count 2021-10-09 18:08:27 -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