Commit graph

56 commits

Author SHA1 Message Date
Cristian Klein 1a1d2dda0a Allow overriding copyright line via .Site.Copyright 2020-09-02 10:34:42 +02:00
colorchestra bfc381df05
Merge pull request #7 from pfandzelter/fix-code-highlighting
fix syntax highlighting
2020-09-01 01:38:17 +02:00
Tobias Pfandzelter 0877e85191
move padding to apply to only inline code 2020-08-31 13:21:57 +02: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 6d7e3bfa3e fix syntax highlighting 2020-08-05 21:49:29 +02:00
colorchestra 41db6a77dc add dateFmt option to single and summary views 2020-08-04 13:33:15 +02:00
colorchestra 730ddd9a1f Merge branch 'master' of github.com:colorchestra/smol 2020-08-04 01:23:17 +02:00
colorchestra f6d79d8e21 tiny css change 2020-08-04 01:21:30 +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
colorchestra 2bb4ff7305
Merge pull request #1 from awilliams/patch-1
Update README.md
2020-06-06 13:55:46 +02:00
Adam Williams 875a7f6b9d
Update README.md
Fix typos in the example TOML config.
2020-06-04 09:56:14 -06:00
colorchestra ee2e6c972d
fix LICENSE.md 2020-05-28 21:42:24 +02:00
morph de7f241399 update names in license 2020-05-28 21:40:56 +02:00
morph 0e70c8c9c5 better screenshots 2020-05-28 21:40:04 +02:00
morph c55e178d95 move position of tags on single page 2020-05-28 11:47:41 +02:00
morph 98f3784529 fix headline 2020-05-28 11:43:37 +02:00
morph 6cbd464175 update readme and license 2020-05-27 02:10:24 +02:00
morph 2b09fc88e0 remove title_frame_char variable 2020-05-27 01:39:35 +02:00
morph 8a6618c4fe update screenshots 2020-05-27 01:39:03 +02:00
morph a9bcc2757b update readme 2020-05-27 01:21:24 +02:00
morph 9872248e95 update readme 2020-05-27 01:12:45 +02:00
morph 5b51f4d9da bring sidebar back for single pages 2020-05-27 00:34:21 +02:00
morph e284283965 remove newlines from css 2020-05-26 23:54:47 +02:00
morph 6f6aa7c5ae change countrunes to len 2020-05-26 18:30:25 +02:00
morph 98782658f2 rename theme 2020-05-26 18:13:01 +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 85443ff604 always show scrollbar 2020-05-26 03:28:03 +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 6a847ca683
Convert theme min_version to string 2019-09-01 16:36:49 -04:00
vimux f73f722d24
Update theme.toml: add development tag 2019-08-19 11:48:10 -04:00
vimux 319698705c
Update default archetype template 2019-08-04 10:57:05 -04:00
vimux 39d7cc55eb
Fix main menu: don't create empty menu w/o items 2019-08-03 16:46:14 -04:00
vimux 6b012549ae
Fix links to LICENSE file 2019-08-01 12:29:22 -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
vimux 5e5759cbc6
Delete unused article.html file 2019-07-30 12:58:16 -04:00
vimux 69841776b5
Update README.md 2019-07-29 16:21:21 -04:00
vimux 75b225250c
LICENSE.md -> LICENSE 2019-07-29 16:20:34 -04:00
Vimux 2f154564a1 Merge pull request #6 from adamsullovey/fix-list-pages-not-filtering
fix list page filtering
2017-09-23 17:09:41 +03: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 2ddb8878d6 Add default archetype
Fix #4
2017-08-08 12:57:21 +03:00
vimux 9f3947fd7e Bump Hugo min version to v0.19
With new Hugo v0.20 the `.Now` is deprecated and will be replaced by the `now` template function. Hugo v0.19 supports both template functions.
2017-04-08 21:56:07 +03:00
vimux bd3330875a Replace deprecated .Now with now template function 2017-04-08 21:33:39 +03:00
Vimux ddb5e32665 Fix spelling. Merge pull request #2 2017-01-17 18:11:18 +03:00
markfirmware d6cca0dc22 Spelling 2017-01-04 15:39:33 -05:00