first draft of site
This commit is contained in:
parent
58b5590889
commit
0c44a2e2fe
33 changed files with 498 additions and 2 deletions
46
config.toml
46
config.toml
|
|
@ -1,3 +1,45 @@
|
|||
baseURL = "http://example.org/"
|
||||
baseurl = "http://DenairFire.com"
|
||||
title = "Denair Fire District"
|
||||
theme = "dimension"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
defaultContentLanguage = "en"
|
||||
enableRobotsTXT = true
|
||||
disableKinds=["RSS"]
|
||||
|
||||
[params]
|
||||
description = "A community oriented, volunteer fire department In the heart of California's Central Valley"
|
||||
# logo = "fa-fire"
|
||||
logoimage = '/images/logo.png'
|
||||
copyright = "All Rights Reserved"
|
||||
|
||||
[[params.social]]
|
||||
medium = "twitter"
|
||||
icon = "twitter"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "facebook"
|
||||
icon = "facebook"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "instagram"
|
||||
icon = "instagram"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "github"
|
||||
icon = "github"
|
||||
link = "#"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
|
||||
#[languages.de]
|
||||
#languageName = "Deutsch"
|
||||
#weight = 2
|
||||
#title = "Dimension"
|
||||
#description = '<!--[-->A fully responsive site template designed by <a href="https://#html5up.net">HTML5 UP</a> and released<!--]--><br />
|
||||
# <!--[-->for free under the <a href="https://html5up.net/license">Creative #Commons</a> license.<!--]-->'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue