Commit Graph

49 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 54f89dad51
Make .post-content an <article> instead of <div> 2022-05-22 19:51:16 -05:00
BBaoVanC 8e3fb4038a
Small shortcode cleanuo & use .IsNamedParams 2022-05-13 14:34:42 -05:00
BBaoVanC 805dc65ccb
Split duplicated `.page-list` div into separate partial 2022-05-06 21:14:42 -05:00
BBaoVanC 034ef462a2
Make a config option for "Latest Posts" on content pages 2022-05-04 22:05:57 -05:00
BBaoVanC 56610009e9
Add latest posts section to the bottom of every content page 2022-05-04 22:02:36 -05:00
BBaoVanC 76b0383c2c
Update related posts design and move comments above it 2022-05-04 18:45:02 -05:00
BBaoVanC 72ebcf134a
Add share buttons below post 2022-04-30 21:23:45 -05:00
BBaoVanC ac9ca6f97e
Add a duplicate series-box to the bottom of the page 2022-04-19 17:51:03 -05:00
BBaoVanC 8cadf8e735
Move prevnext to be above related posts 2022-04-12 21:57:58 -05:00
BBaoVanC 2113c7a4e9
Better related posts section 2022-04-10 15:42:58 -05:00
BBaoVanC e8f9d1c5df
Replace See also with a nicer looking Related posts section 2022-04-10 02:14:42 -05:00
BBaoVanC 37c04460b5
Clean up some of the div layout 2022-04-04 21:47:26 -05:00
BBaoVanC 43d406c4fe
Improve accessibility 2021-11-23 19:06:26 -06:00
BBaoVanC ead88d5e16
Use indentation inside templating blocks for better readability 2021-11-22 02:21:15 -06:00
BBaoVanC f77c61b561
Clean up directory structure of partials and .Render templates 2021-11-22 01:57:35 -06:00
BBaoVanC a01a70fc91
Specify markdownify or plainify for .Title references 2021-11-20 19:05:56 -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 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 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 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 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 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 7160c761c1
Don't skip headers for table of contents 2021-10-08 20:44:19 -05:00
BBaoVanC 9af039619e
Add RSS link 2021-10-06 09:52:06 -05:00
BBaoVanC 29414e01ac
Add icons 2021-10-05 19:12:10 -05:00
BBaoVanC 165e6a580e
Add hr below table of contents and theme it 2021-10-03 18:48:11 -05:00
BBaoVanC 0067109d4a
Fix whitespace in modified date and add padding-left to tags 2021-10-02 16:35:24 -05:00
BBaoVanC bed4a9b74a
Fix #7 2021-10-02 16:22:52 -05:00
BBaoVanC c961682d04
Create theme 3 2021-10-01 14:12:39 -05:00
BBaoVanC 0b5f5a7ee5
Only do the extra linebreak if there's a date 2021-09-27 14:19:35 -05:00
BBaoVanC f0cd329901
Update the internals of the styling a little
Fixes #4
2021-09-27 14:16:52 -05:00
BBaoVanC 718efd865e
Add date and tags as a subtitle on pages 2021-09-26 20:22:59 -05:00
BBaoVanC 560a64540a
Fixes #6 2021-09-26 19:21:48 -05:00
BBaoVanC 03eb50ccca
Add basic theme files 2021-09-25 20:52:01 -05:00