Commit graph

23 commits

Author SHA1 Message Date
ptrcnull 70380e1901 fix: Change manual OpenGraph tags to Hugo's template 2021-11-23 18:11:31 +01:00
ptrcnull f4e1b13955 feat: Add OpenGraph meta tags 2021-11-23 17:56:28 +01:00
ptrcnull 605c668c05 fix: Removed inline CSS setting font to monospace 2020-11-24 18:59:19 +01:00
colorchestra b4a2605222
Merge pull request #8 from pfandzelter/add-image-captions
Add Captions to Images
2020-11-18 18:21:45 +01:00
Tobias Pfandzelter f2dbf084a7 resolve figure size 2020-11-18 18:12:55 +01:00
Tobias Pfandzelter 2563883c1c fix generation of figcaptions 2020-11-17 17:59:59 +01:00
colorchestra cd4cc6abc6
Merge pull request #6 from thenktor/master
Update baseof.html for custom CSS
2020-08-30 23:25:44 +02:00
Tobias Pfandzelter 73ad44e2ca add image captions 2020-08-05 21:52:27 +02:00
colorchestra 41db6a77dc add dateFmt option to single and summary views 2020-08-04 13:33:15 +02:00
Thorsten 9f3b6d2076
Update baseof.html
Added the possibility to define custom CSS files in config file like this: 'customCSS = ["css/custom.css"]'
2020-07-27 09:12:55 +02:00
morph c55e178d95 move position of tags on single page 2020-05-28 11:47:41 +02:00
morph 5b51f4d9da bring sidebar back for single pages 2020-05-27 00:34:21 +02:00
morph 3a780ebefe fix posts list 2020-05-26 17:39:14 +02:00
morph 14b5e092f2 remove sidebar everywhere 2020-05-26 17:22:53 +02:00
morph 6d7c5cd3e1 reinstate posts list 2020-05-26 17:20:18 +02:00
morph 8bfd256e2a remove padding rule from summary layout 2020-05-26 14:21:56 +02:00
morph ce98bd5c83 init as nameless new theme 2020-05-26 03:04:43 +02: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 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
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 406c5961cb Initial commit 2016-10-14 23:41:10 +03:00