diff options
| author | Arnab Kumar Shil <ruddra90@gmail.com> | 2018-12-30 12:49:24 +0600 |
|---|---|---|
| committer | Track3 <34504964+Track3@users.noreply.github.com> | 2018-12-30 14:49:24 +0800 |
| commit | 269713b589a6fc304304723f3febf2b0448a1705 (patch) | |
| tree | 3653bd6fa005b47c132d89938caede90aea352ae /exampleSite | |
| parent | 4fb41e8a9a8142f0b808183154f9929200f9668b (diff) | |
| download | hermit-269713b589a6fc304304723f3febf2b0448a1705.tar.gz | |
Add custom css support (#21)
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 93b6d81..10eb6e0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -35,7 +35,7 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func # gitUrl = "https://github.com/Someone/SomeRepo/commit/" # Prefix of link to the git commit detail page. GitInfo must be enabled. justifyContent = false # Set "text-align: justify" to .content, requires extended version of Hugo # bgImg = "" # Homepage background-image URL - + # customCSS = ["css/foo.css", "css/bar.css"] # add custom css # Social Icons # Check https://github.com/Track3/hermit#social-icons for more info. [[params.social]] |
