Commit Graph

23 Commits

Author SHA1 Message Date
f34cffb849 Make markdown output "ugly"
This makes it so, for example, `/blog/swapfile-guide` has markdown file
at `/blog/swapfile-guide.md` instead of `/blog/swapfile-guide/index.md`.
2024-10-01 13:28:19 -05:00
91994df910 Create markdown output template
Further progress is blocked by Hugo feature requests:

- https://discourse.gohugo.io/t/render-alternative-output-format-outside-of-leaf-bundle-subdirectory/46968
- https://github.com/gohugoio/hugo/issues/8927
2024-09-28 20:10:22 -05:00
e84f334591 Replace paginate with pagination.pagerSize in hugo.yaml 2024-09-24 21:17:41 -05:00
88adfbdf89 Move site author to under params due to .Site.Author deprecation
See Hugo v0.120.0
2023-11-03 23:33:28 -05:00
0b3b160e87 Rename config.yaml to hugo.yaml in exampleSite 2023-10-21 21:45:22 -05:00
0e930f7ae1 Clean up dom layout of full-width page lists
They shouldn't be a child of the centered, max-width'd body because they
need to be full width. So put them outside of the main container div.
2023-10-21 19:44:02 -05:00
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
8d81f5e37c Replace "View source" with "Edit history" 2022-05-08 16:13:46 -05:00
7dd01894da Add print button 2022-05-08 15:21:41 -05:00
034ef462a2 Make a config option for "Latest Posts" on content pages 2022-05-04 22:05:57 -05:00
a172b1ea21 Redo favicon stuff
See https://medium.com/swlh/are-you-using-svg-favicons-yet-a-guide-for-modern-browsers-836a6aace3df
2022-04-30 21:53:05 -05:00
93d9164c6a Add social media share icons to example config 2022-04-30 21:25:41 -05:00
c82d5602bb Add "Latest Posts" section to homepage 2022-04-29 19:09:26 -05:00
57be090b6a Set a default favicon path 2021-11-12 20:01:00 -06:00
1e72637a33 Use config merging 2021-11-12 00:08:31 -06:00
f16f2b6d8a Customizable View source icon 2021-11-07 16:39:17 -06:00
3f98073aea Change git commit to view history button 2021-11-02 00:47:59 -05:00
33fbcac9d5 Use yaml instead of toml for exampleSite config 2021-10-29 21:18:08 -05:00
be257afef3 Update exampleSite/config.toml 2021-10-29 20:57:16 -05:00
9e5a8e6785 Add author param and display it 2021-10-26 14:27:37 -05:00
4e9ce6df46 Fix URLs for baseURLs that are on a subpath 2021-10-23 00:25:06 -05:00
7749ff39fa Make word count and reading time enabled by default 2021-10-22 23:05:51 -05:00
2fe1ef449f Add reference config.toml 2021-10-15 19:48:23 -05:00