Commit graph

9 commits

Author SHA1 Message Date
Hyacinthe Cartiaux e16b28fa10
Table of contents - initial support (#112)
* Table of contents - initial support

* Table of contents - support for light mode
2024-08-05 23:39:55 +05:30
Hyacinthe Cartiaux c194169315
Fix various deprecation warning (#113)
* .Site.IsServer was deprecated in Hugo v0.120.0, replaced by hugo.IsServer

* .Site.DisqusShortname was deprecated in Hugo v0.120.0, replaced by .Site.Config.Services.Disqus.Shortname

* Use .RenderString instead of markdownify (solves #104)

* The "tweet" shortcode requires two named parameters user and id.

* Replace .Site.BaseURL by absURL (solves #103)
2024-07-27 11:45:56 +05:30
Roger Sheen a800bb55af Fix Twitter link in example site footer 2023-09-23 21:29:20 +02:00
dadosch 2edf7ab84b
Option to use local font files instead of Google fonts, combined option for CDN use (#16)
* option to use local font files instead of GoogleFonts, combined config for CDN use

* set new combined config in exampleSite config

* fix path to fonts when hugo is serving in a subdirectory

* update README for new option

* switch to Fira Sans
2020-10-20 23:33:23 +05:30
athul a6c9d3e7c3 Add Auto mode in Config.toml of examplSite 2020-04-16 22:43:01 +05:30
athul 7d19d8b66a NavBar Updates 2020-04-12 20:31:09 +05:30
athul b22ea86f5e Change to example.com in examplesite 2020-04-11 20:23:10 +05:30
athul a0fb0664ae tweaks 2020-04-11 12:29:56 +05:30
athul dd1c9af419 Add exampleSite and footer updates 2020-04-11 01:11:05 +05:30