| | |
| | | # Google Analytics |
| | | #googleAnalytics = "UA-123-45" |
| | | |
| | | # Syntax highlighting |
| | | pygmentsUseClasses = true |
| | | pygmentsCodeFences = true |
| | | pygmentsCodefencesGuessSyntax = true |
| | | |
| | | [params] |
| | | title = "I'm Jane Doe" |
| | | author = "Jane Doe" |
| | |
| | | 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. |
| | |
| | | weight = 300 |
| | | identifier = "about" |
| | | url = "/about/" |
| | | |
| | | [[menu.main]] |
| | | name = "Contact" |
| | | weight = 400 |
| | | identifier = "contact" |
| | | url = "/contact/" |