-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (42 loc) · 2.08 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
40
41
42
43
44
45
46
47
48
49
50
baseurl = "/"
languageCode = "en-us"
title = "302 Redirect for COS"
theme = "hugo-theme-introduction"
[permalinks]
post = ":year/:month/:day/:slug/"
[params]
author = "Capital of Statistics" # Full name shows on blog post pages
firstname = "COS 302" # First name shows in introduction on main page
tagline = "A temporary redirect site." # Appears after the introduction
avatar = "img/profile.png" # Path to image in static folder eg. img/avatar.png
email = "[email protected]" # Shows in contact section, or leave blank to omit
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 EST"
cachebuster = true # Add the current unix timestamp in query string for cache busting css assets
description = "Temporafy redirect to some CDN resources"
highlightjs = false # Syntax highlighting
lang = "en"
footertext = "© 2017 Capital of Statistics. Hugo theme based on [Introduction](https://github.com/vickylaixy/hugo-theme-introduction)."
# Social icons appear in introduction and contact section. Input your username only, eg "you" as it appears in "twitter.com/you"
linkedin = "../groups/4564122"
twitter = "cos_name"
github = "cosname"
codepen = ""
pinterest = ""
facebook = ""
googleplus = "110727350576315935180"
showblog = false # Show Blog section on home page
showallposts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page
showlatest = true # Show latest blog post summary
sharebuttons = true # On post pages, show share this social buttons
showprojects = false # Show Projects section on home page
# This is your projects section. Three images of the same dimensions will look the nicest. If images are omitted, text links will be shown.
project1link = "#"
project1img = "img/project1.jpg"
project1title = "Project 1"
project2link = "#"
project2img = "img/project2.jpg"
project2title = "Project 2"
project3link = "#"
project3img = "img/project3.jpg"
project3title = "Project 3"