Commit Graph

286 Commits

Author SHA1 Message Date
Robert Kaussow 472b50ca22
feat: add dark mode (#109) 2021-11-23 16:53:25 +01:00
Robert Kaussow 9b2a28d7b5
feat: add include shortcode (#111) 2021-11-23 14:33:03 +01:00
Robert Kaussow 9e172ecab2
fix: fix various spacing issues (#108) 2021-11-21 12:55:56 +01:00
Michael Kuhn 59b3d4a92d
feat: show content license in footer (#106) 2021-11-20 22:49:56 +01:00
Michael Kuhn bbd3c370dd
feat: show post metadata for single posts (#104) 2021-11-20 14:36:26 +01:00
renovate[bot] c74b5aa927
chore(deps): lock file maintenance (#102) 2021-11-19 15:38:29 +01:00
renovate[bot] 9d763cc273
fix(deps): update dependency mermaid to v8.13.4 (#103) 2021-11-19 15:38:16 +01:00
Robert Kaussow 19d108ada6
BREAKING CHANGE: rename icons `keyborad_arrow_*` to `keyboard_arrow_*` (#107) 2021-11-19 15:37:57 +01:00
renovate[bot] 9238e976f9
chore(deps): lock file maintenance (#100) 2021-10-15 09:19:12 +02:00
renovate[bot] 63ef561988
fix(deps): update dependency mermaid to v8.13.3 (#101) 2021-10-15 09:18:31 +02:00
renovate[bot] 28fa95459a
fix(deps): update dependency mermaid to v8.13.2 (#99)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-01 09:27:49 +02:00
renovate[bot] be0fd7c431
chore(deps): lock file maintenance (#98)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 09:03:21 +02:00
renovate[bot] f61399f7c5
fix(deps): update dependency mermaid to v8.13.0 (#97) 2021-09-24 08:20:09 +02:00
Robert Kaussow cf4134df17
chore: normalize default favicons and add docs (#96) 2021-09-23 14:31:19 +02:00
Robert Kaussow d0cab9622b
docs: improve documentation structure (#94) 2021-09-23 12:01:54 +02:00
Robert Kaussow 09639006d9
fix: only mark `weight: 1` as sticky posts (#95) 2021-09-23 10:50:42 +02:00
Robert Kaussow 96a9792f5b
fix: toggle visibility on mobile nav (#93) 2021-09-22 21:52:07 +02:00
Robert Kaussow 311f01102c
improve changelog template 2021-09-22 11:51:34 +02:00
Robert Kaussow d0b9a1006a
improve drone-matrix template 2021-09-22 09:45:35 +02:00
renovate[bot] feb57a32bb
chore(deps): lock file maintenance (#90)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-20 09:53:31 +02:00
Robert Kaussow 3eaa056e96
fix publish settings 2021-09-19 21:40:51 +02:00
Robert Kaussow cb552a46a4
generate drone config from jsonnet (#92) 2021-09-19 21:30:00 +02:00
Renovate Bot d7534c84c0 chore(deps): update dependency prettier to v2.4.1 2021-09-16 11:53:14 +00:00
Renovate Bot 75f0fa528f chore(deps): update dependency prettier to v2.4.0 2021-09-09 11:40:28 +00:00
Robert Kaussow 95266331d0
chore: adjust default robots.txt template to exclude taxonomies (#88) 2021-09-08 22:10:37 +02:00
renovate[bot] a8da045ee1
chore(deps): lock file maintenance (#87)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 09:06:36 +02:00
renovate[bot] ddeb102123
fix(deps): update dependency mermaid to v8.12.1 (#86)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 09:06:28 +02:00
Robert Kaussow 576c3bc736
docs: add missing option geekblogTagsToMenu to YAML config 2021-09-01 10:28:42 +02:00
renovate[bot] 04e9fb5535
chore(deps): lock file maintenance (#85)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 14:59:47 +02:00
renovate[bot] eb28906d2a
fix(deps): update dependency mermaid to v8.12.0 (#84)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 14:48:09 +02:00
Robert Kaussow a68404c66d
add demosite config for hugoThemesSiteBuilder 2021-08-24 18:17:28 +02:00
renovate[bot] a136b9d8c4
fix(deps): update dependency mermaid to v8.11.5 (#83)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 18:54:37 +02:00
renovate[bot] aa3b79fd96
chore(deps): lock file maintenance (#82)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 17:50:06 +02:00
renovate[bot] 66883aabcf
fix(deps): update dependency mermaid to v8.11.4 (#81)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 21:32:24 +02:00
renovate[bot] 891ddc75d5
chore(deps): lock file maintenance (#78)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-02 11:55:21 +02:00
Michael Kuhn f93c8aa1cb
fix: fix sitemap URL (#79)
If the blog is installed in a subdirectory, `/sitemap.xml` will not
include the subdirectory.
2021-08-02 11:35:50 +02:00
Michael Kuhn 3e67c89bcc
docs: normalize getting started config examples (#80)
This brings the getting started post closer to the configuration used
for the example site by using `feed` as the feed's basename.

Moreover, `enableRobotsTXT` was missing from the TOML configuration.
2021-08-02 11:02:43 +02:00
Michael Kuhn f867973ed6
docs: improve getting started post (#77)
The getting started post contains a few inconsistencies:
- The atom feed does not work due to a typo
- The menu icons do not show up due to wrong icon names
- The full configuration does not mention `pluralizeListTitles` and
  `paginate`
2021-08-01 22:28:25 +02:00
renovate[bot] 4b8b71aa3e
fix(deps): update dependency mermaid to v8.11.2 (#76)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-31 23:59:48 +02:00
renovate[bot] bb0171f0a2
chore(deps): lock file maintenance (#74)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-29 09:00:51 +02:00
renovate[bot] 0a37c28ba4
fix(deps): update dependency mermaid to v8.11.1 (#75)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-28 23:12:44 +02:00
Robert Kaussow 4d4316c346
ci: skip lhci report upload if file is missing 2021-07-28 22:10:28 +02:00
Robert Kaussow ea976beeaf
feat: add option geekblogTagsToMenu (#73)
Co-authored-by: Giovanni Ciatto <giovanni.ciatto@unibo.it>
2021-07-06 23:25:30 +02:00
renovate[bot] 171feac082
fix(deps): update dependency mermaid to v8.11.0 (#64)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-06 23:06:59 +02:00
renovate[bot] eca6d478cb
chore(deps): lock file maintenance (#72)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-06 22:20:29 +02:00
renovate[bot] 8563a47406
chore(deps): lock file maintenance (#65)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 08:45:36 +02:00
Renovate Bot 52b04d83b4 chore(deps): update devdependencies (non-major) 2021-06-26 11:32:19 +00:00
renovate[bot] 8a19eecfc0
chore(deps): lock file maintenance (#62)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-21 09:23:44 +02:00
renovate[bot] 69ded2d9e7
chore(deps): lock file maintenance (#61)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-14 09:13:26 +02:00
Robert Kaussow acd0a7f030
chore: remove unused dependency flexsearch.js (#60) 2021-06-11 01:36:32 +02:00