mirror of https://github.com/lxndrblz/anatole.git

ivangj
11.13.2020 7f69f9a8cbb51bdd7abf7227b5f8247f2741c511
exampleSite/config.toml
@@ -13,6 +13,11 @@
# Google Analytics
#googleAnalytics = "UA-123-45"
# Syntax highlighting
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
[params]
title = "I'm Jane Doe"
author = "Jane Doe"
@@ -20,13 +25,23 @@
profilePicture = "images/profile.jpg"
keywords = ""
favicon = "favicons/"
# example ["css/custom.css"]
customCss = []
customJs = []
# example ["js/custom.js"]
customJs = []
mainSections = ["post"]
images = ["images/site-feature-image.png"]
# Google Site Verification
doNotLoadAnimations = false
# Form Spree Contact Form
#contactFormAction = "https://formspree.io/f/your-form-hash-here"
# Google Site Verify
#googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
indexDateFormat = "Mon, Jan 2, 2006"
listDateFormat = "Jan 2"
singleDateFormat = "Mon, Jan 2, 2006"
## Math settings
[params.math]
enable = false  # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
@@ -75,3 +90,9 @@
  weight = 300
  identifier = "about"
  url = "/about/"
  [[menu.main]]
  name = "Contact"
  weight = 400
  identifier = "contact"
  url = "/contact/"