-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (33 loc) · 2.05 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
baseurl = "/" # Your domain name. Must end with "/"
languageCode = "en-us"
title = "Abhishek Kalia"
theme = "sam"
pygmentsStyle = "native" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
# googleAnalytics = "xxx" # Tracking code, eg. "UA-111111111-1"
disqusShortname = "abhishekkalia"
[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/" (eg. "images/")
clickablePhotos = true # Allow links to the full size images
smallPreviewImages = true # Show thumbnails (small images) instead of using full size images on the gallery page
# Note: This will only become active if clickablePhotos is also true.
smallImagesSubfolder = "small/" # Folder for image thumbnails (small versions) after "/content/gallery/[galleryFolder]" (eg. "small/")
# 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 = "I code"
[[params.mainMenu]]
link = "/gallery"
text = "I design"
[[params.mainMenu]]
link = "/about"
text = "Who am I?"