Commit Graph

154 Commits

Author SHA1 Message Date
59a591c73b
fix: prevent failing build if tags is an empty string (#187) 2022-02-05 15:02:00 +01:00
967a75b9de
fix: fix formatting on feature and code links (#182) 2022-02-02 22:27:10 +01:00
414391ce09
feat: add taxonomy list template (#172) 2022-01-29 14:38:08 +01:00
851aec0c1f
fix: enable cache busting for js files (#163) 2022-01-23 21:42:59 +01:00
6c769422d9
BREAKING CHANGE: rename icon bookmarks to bookmark (#153) 2022-01-12 22:50:20 +01:00
5c7f5db32b
fix: fix title formatting (#152) 2022-01-12 22:05:20 +01:00
d406d33ae3
adjust template formatting 2022-01-12 21:43:53 +01:00
6362bcdee5
adjust template formatting 2022-01-12 21:32:34 +01:00
8ba04bfb36
fix: broken mermaid rendering (#141) 2022-01-08 13:45:19 +01:00
b4721c0ce7
chore: enable auto-formatting for template files (#133) 2021-12-30 15:55:55 +01:00
392708d390
chore: include microformtas templates to fix opengraph (#132) 2021-12-30 15:30:40 +01:00
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
ea4fab356a
fix: hide color theme toggles by default (#126) 2021-12-25 14:26:59 +01:00
c59f179d0b
feat: add button to copy code blocks (#115) 2021-11-23 22:18:26 +01:00
17e2455161
feat: add 'back-to-top' link to site footer (#113) 2021-11-23 21:40:58 +01:00
73e3888dcc
feat: add span with class 'gdoc-brand__title' around site title (#112) 2021-11-23 21:22:11 +01:00
472b50ca22
feat: add dark mode (#109) 2021-11-23 16:53:25 +01:00
9b2a28d7b5
feat: add include shortcode (#111) 2021-11-23 14:33:03 +01:00
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
cf4134df17
chore: normalize default favicons and add docs (#96) 2021-09-23 14:31:19 +02:00
09639006d9
fix: only mark weight: 1 as sticky posts (#95) 2021-09-23 10:50:42 +02:00
96a9792f5b
fix: toggle visibility on mobile nav (#93) 2021-09-22 21:52:07 +02:00
95266331d0
chore: adjust default robots.txt template to exclude taxonomies (#88) 2021-09-08 22:10:37 +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
ea976beeaf
feat: add option geekblogTagsToMenu (#73)
Co-authored-by: Giovanni Ciatto <giovanni.ciatto@unibo.it>
2021-07-06 23:25:30 +02:00
c697cf1edd
feat: add sizes 'regular' and 'large' to button shortcode (#50) 2021-05-24 15:22:22 +02:00
29b10769b7
fix: remove inline script usage (#49) 2021-05-24 15:11:36 +02:00
55adaddc30
feat: add partial head/custom.html for custom page head elements (#48) 2021-05-24 14:30:19 +02:00
f03cae033a
chore: remove unused font and only preload main fonts (#47) 2021-05-24 14:21:36 +02:00
fc91b1f254
remove duplicate partial 2021-05-24 14:04:00 +02:00
6e5cf19af5
fix: improve title and decription handling on error page 2021-05-24 14:03:30 +02:00
c9ab88ea8d
fix: remove relURL from markdown render image hook (#44) 2021-05-23 22:58:37 +02:00
243f1f3009
docs: add missing documentation for shortcodes (#41) 2021-05-23 22:42:47 +02:00
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
9c36402bc3
feat: replace error page icon (#39) 2021-05-23 20:45:26 +02:00
01e4e6f7a6
feat: allow user-defined overwriting of the logo size (#38) 2021-05-23 15:18:55 +02:00
18e0e7577a
fix: enforce css overwrite for raw links (#36) 2021-05-23 15:09:01 +02:00
14502ab963
fix: ensure render template contains no empty newlines (#35) 2021-05-23 14:57:55 +02:00
5cb5dc0833
refactor: cleanup and restructure gulp tasks (#32) 2021-05-23 14:50:50 +02:00
999f05049a
fix: remove relURL function from render-link template 2021-02-21 21:57:06 +01:00
673dc72be0
fix: dont apply relURL function to remote urls in render-link template 2021-02-21 21:16:11 +01:00
0317ea13ce
feat: enable lazy loading for custom img shortcode (#28) 2021-02-21 14:45:41 +01:00
582d84408e
fix: replace markdownify with renderString to use render hooks 2021-02-21 13:45:21 +01:00
261956c145
fix: use custom render hook templates 2021-02-21 13:24:55 +01:00
82f95b1766
feat: add optional extra menu to site navigations (#26)
* feat: add optional extra menu to site navigations

* add extra menu documentation

* rename menu to menu-extra

* feat: add optional extra menu to site navigations

* add extra menu documentation

* rename menu to menu-extra

* fix spellcheck
2021-01-24 23:04:52 +01:00
3c0dbcc668
fix: use .GetPage to link contact page if contact.md exists 2021-01-03 23:11:06 +01:00
789f924d68
fix authors data file handling 2020-11-28 17:12:15 +01:00
01644b9495
add parameter GeekblogContentSection 2020-11-28 16:58:28 +01:00
0e248be1b0
normalize source icon size for the icon font 2020-11-28 15:22:56 +01:00
f00b90be78
load static css/js assets from data template 2020-11-08 22:36:04 +01:00
172db048f0
fix print css and split out mobile css 2020-11-08 17:08:17 +01:00
7cdb54f558
revert css media type 2020-11-08 15:07:02 +01:00
821865d033
use relative URL's for fonts 2020-11-08 15:00:48 +01:00
28a82733b8
migrate to thegeeklab namespace 2020-09-27 22:14:36 +02:00
4e59fbe941
improve defaults and getting started guide 2020-09-17 11:15:26 +02:00
b2f715a50c
ignore modifications within 24 hours 2020-09-16 09:38:44 +02:00
121cb89363
display page metadata only if content type 'posts' 2020-09-07 21:09:21 +02:00
e1ef957164
remove left anchor option and adjust spacing 2020-09-07 21:08:30 +02:00
b88aa15830
fix wording 2020-08-26 00:13:53 +02:00
c146f130d7
add basic post metadata to posts single view 2020-08-26 00:09:32 +02:00
206fe0cef9
add read time indicator 2020-08-25 23:57:08 +02:00
6f107e2bcd
update post only as changed if the update was made on a different day 2020-08-25 23:55:40 +02:00
536f5322f3
use .Lastmod instead of .Date on posts 2020-08-25 23:33:35 +02:00
c2d910f078
fix wrong icon class 2020-08-25 23:11:00 +02:00
c3e9abbb34
add template for json feeds 2020-08-24 09:03:56 +02:00
c0a15b9c5f
switch back to hugo internal twitter-card 2020-08-01 21:17:40 +02:00
a5e7eceaa8
include custom twitter-card metadata 2020-08-01 19:57:46 +02:00
4c35e33068
increase contrast ratio on feature image overlay 2020-07-29 21:14:43 +02:00
c228bf7810
fix default atom feed include 2020-07-29 20:44:49 +02:00
833e286134
add image procesing shortcode 2020-07-27 20:17:55 +02:00
da6c845d06
cleanup image and thumbnail handling 2020-07-26 14:47:51 +02:00
e1ea8a82fe
add feature image for blog posts 2020-07-26 14:47:12 +02:00
fd7c3a72c1
cleaup 2020-07-25 13:53:27 +02:00
07f124360d
add json-ld structured data partial 2020-07-24 22:25:04 +02:00
247a1f7263
rename keyword and description variables 2020-07-24 14:36:07 +02:00
8aac5df50e
add itemscope 2020-07-23 22:06:00 +02:00
7db1152b23
add default favicons and microformats 2020-07-23 21:27:11 +02:00
7164a83f2f
removing self-closing slash 2020-07-23 13:27:52 +02:00
439ca1c7e8
add partial for rel-me links 2020-07-23 10:00:18 +02:00
edc1307b1a
refactor head partials 2020-07-22 23:41:46 +02:00
e182cbbe74
fix missing meta description 2020-07-22 11:29:22 +02:00
7231c988b7
add basic robots.txt 2020-07-22 11:12:24 +02:00
1cb88d9e6c
add meta elements and fix title 2020-07-22 10:51:13 +02:00
53184382ef
add option to specify hosting provider and default content license to footer 2020-07-18 16:19:16 +02:00
922526be21
slightly modify page navigation and icon 2020-07-18 00:03:22 +02:00
0cde8afd34
fix width of the page navigation 2020-07-17 19:19:03 +02:00
d88c0756da
test lhci error handling 2020-07-17 11:06:36 +02:00
06e311323b
test lhci error handling 2020-07-17 10:51:14 +02:00
37d19fe7ba
test lhci error handling 2020-07-17 10:47:02 +02:00
5dde8ab9ca
test lhci error handling 2020-07-17 10:44:11 +02:00
a0fe4fd2a3
add markdown samples 2020-07-13 22:11:38 +02:00
fd77cf1020
add simple stickey posts 2020-07-13 09:00:19 +02:00
4ebec513f8
small icon and spacing fixes 2020-07-12 23:07:37 +02:00
130142e010
implement atom feeds and refactor svg icons/iconfonts 2020-07-12 16:28:51 +02:00
543da29605
[skip ci] fix counter 2020-07-09 16:54:41 +02:00
67544294b9
remove global scratch 2020-07-09 16:40:28 +02:00
d6191beb40
fix error page formatting 2020-07-08 21:04:18 +02:00
2bfbea602c
use templates to generate tag and author labels 2020-07-08 20:52:38 +02:00