You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 lines
2.0 KiB

baseurl = "/" # Your domain name. Must end with "/"
languageCode = "en-us"
defaultContentLanguage = "en"
isMultilingual = false
title = "Call me Sam"
theme = "sam"
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
# googleAnalytics = "" # Tracking code, eg. "UA-111111111-1"
[params]
dateform = "Mon Jan 02, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 EST"
favicon = "sam.ico"
homepage = "main" # What to call the home page link
galleryFolder = "images/" # Where you've put your images, after "/content/gallery/"
clickablePhotos = false # Allow links to the full size images
smallPreviewImages = true # Show small images from the subfolder instead of the big versions in the gallery
# Note: This will only become active if clickablePhotos is also true.
smallImagesSubfolder = "small/" # The subfolder for the small versions of the images under the gallery (with trailing slash)
# For each image the small version has to have the same filename as the big version.
footerText = "Call me Sam, a theme for Hugo."
# Metadata
description = "A new Hugo site." # Max 160 characters show in search results
twitterCard = "summary_large_image" # Card value “summary”, “summary_large_image”, “app”, or “player”
primaryImage = "tn.png" # Image that shows on Twitter cards and OpenGraph links
[[params.mainMenu]]
link = "/posts"
text = "posts"
[[params.mainMenu]]
link = "/gallery"
text = "gallery"
[[params.mainMenu]]
link = "/about"
text = "who is sam?"