initial
This commit is contained in:
110
persimmon/config.toml
Normal file
110
persimmon/config.toml
Normal file
@@ -0,0 +1,110 @@
|
||||
baseURL = "https://persimmonquilts.com"
|
||||
languageCode = "en-us"
|
||||
title = "Persimmon Quilts"
|
||||
theme = "personal-web"
|
||||
copyright="© LeAnn Weaver"
|
||||
googleAnalytics = ""
|
||||
enableEmoji=true
|
||||
enableRobotsTXT=true
|
||||
pygmentsUseClasses=true
|
||||
pygmentsCodeFences=true
|
||||
|
||||
[params.intro]
|
||||
main = "Hi, I'm LeAnn Weaver"
|
||||
sub = "Sharing my work & passion for quilting through longarm quilting, patterns, and designing."
|
||||
|
||||
[params.main]
|
||||
latestPublishHeader = "My Latest Project"
|
||||
|
||||
[taxonomies]
|
||||
design = "designs"
|
||||
tech = "techs"
|
||||
|
||||
[blackfriday]
|
||||
hrefTargetBlank = true
|
||||
|
||||
[params]
|
||||
breadcrumb = true
|
||||
accentColor = "#FD3519"
|
||||
mainSections = ['portfolio'] # values: ['post', 'portfolio'] only accept one section, to be displayed bellow 404
|
||||
|
||||
[params.sections]
|
||||
# Define how your sections will be called
|
||||
# when automatically pulled. For instance in the 404 page
|
||||
post = "article"
|
||||
portfolio = "project"
|
||||
|
||||
[params.sidebar]
|
||||
backgroundImage = '/images/sidebar.jpg'
|
||||
gradientOverlay = '' # default: rgba(0,0,0,0.4),rgba(0,0,0,0.4)
|
||||
logo = "/images/circle_logo.jpg"
|
||||
|
||||
[params.assets]
|
||||
favicon = ""
|
||||
customCSS = ""
|
||||
|
||||
[params.social]
|
||||
# github = "https://github.com/"
|
||||
# twitter = "https://twitter.com/"
|
||||
# linkedin = "https://www.linkedin.com/in/"
|
||||
facebook = "https://facebook.com/persimmon.quilts"
|
||||
# youtube = "https://www.youtube.com/"
|
||||
# instagram = "https://www.instagram.com/"
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
title = "Home"
|
||||
url = "/"
|
||||
weight = -120
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
title = "About section"
|
||||
url = "/about/"
|
||||
weight = -120
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "portfolio"
|
||||
name = "Portfolio"
|
||||
title = "Portfolio"
|
||||
url = "https://pinterest.com/persimmonquilts"
|
||||
weight = -110
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "photos"
|
||||
name = "Photos"
|
||||
title = "Photos"
|
||||
url = "/photos/"
|
||||
weight = -100
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contact"
|
||||
title = "Contact"
|
||||
url = "/contact/"
|
||||
weight = -100
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.5
|
||||
|
||||
[privacy]
|
||||
[privacy.googleAnalytics]
|
||||
anonymizeIP = true
|
||||
disable = true
|
||||
respectDoNotTrack = true
|
||||
useSessionStorage = false
|
||||
[privacy.twitter]
|
||||
disable = false
|
||||
enableDNT = true
|
||||
simple = false
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
Reference in New Issue
Block a user