mirror of
https://github.com/fruworg/themu.git
synced 2025-06-14 10:40:26 +03:00
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
This commit is contained in:
@ -8,7 +8,7 @@ pygmentscodefences = true
|
||||
pygmentscodefencesguesssyntax = true
|
||||
[params]
|
||||
mode="auto"
|
||||
featherIconsCDN=true
|
||||
useCDN=false
|
||||
subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
|
||||
|
||||
[[params.social]]
|
||||
@ -43,4 +43,4 @@ weight = 3
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
url = "/tags"
|
||||
weight = 4
|
||||
weight = 4
|
||||
|
Reference in New Issue
Block a user