Commit Graph

15 Commits

Author SHA1 Message Date
Robert Kaussow d5f6cfb13e
refator: replace gulp by webpack and npm scripts (#129)
BREAKING CHANGE: We have replaced `gulp` with `webpack` and `npm scripts` to build this theme. If you build it on your own or use build commands during the deployment, you may have to adjust your setup.

BREAKING CHANGE: The `GeekblogIcons` font is using the icon name as Unicode now. As a consequence, you have to replace all references to Icons from this font if you have customized the theme.
2021-12-29 22:50:13 +01:00
Michael Kuhn bbd3c370dd
feat: show post metadata for single posts (#104) 2021-11-20 14:36:26 +01:00
Robert Kaussow 09639006d9
fix: only mark `weight: 1` as sticky posts (#95) 2021-09-23 10:50:42 +02:00
Robert Kaussow 42968b6a30
feat: auto-load custom svg sprites from assets folder (#40)
BREAKING CHANGE:

The icon gdoc_telescope was removed. If you are using this icon you have to replace it.

Build-in icons are prefixed with gdoc_ now. If you use built-in icons in e.g. menus you have to rename these references!
2021-05-23 22:04:57 +02:00
Robert Kaussow 789f924d68
fix authors data file handling 2020-11-28 17:12:15 +01:00
Robert Kaussow b2f715a50c
ignore modifications within 24 hours 2020-09-16 09:38:44 +02:00
Robert Kaussow b88aa15830
fix wording 2020-08-26 00:13:53 +02:00
Robert Kaussow 206fe0cef9
add read time indicator 2020-08-25 23:57:08 +02:00
Robert Kaussow 6f107e2bcd
update post only as changed if the update was made on a different day 2020-08-25 23:55:40 +02:00
Robert Kaussow 536f5322f3
use .Lastmod instead of .Date on posts 2020-08-25 23:33:35 +02:00
Robert Kaussow c2d910f078
fix wrong icon class 2020-08-25 23:11:00 +02:00
Robert Kaussow 0cde8afd34
fix width of the page navigation 2020-07-17 19:19:03 +02:00
Robert Kaussow fd77cf1020
add simple stickey posts 2020-07-13 09:00:19 +02:00
Robert Kaussow 130142e010
implement atom feeds and refactor svg icons/iconfonts 2020-07-12 16:28:51 +02:00
Robert Kaussow 7621a38386
add basic page layout 2020-07-06 20:55:32 +02:00