-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (51 loc) · 2.2 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
51
52
53
54
55
56
57
baseurl = "/"
languageCode = "en-us"
title = "Welcome To The Poo Org"
theme = "introduction"
enforce_ssl = "poo.github.io"
builddrafts = false
canonifyurls = true
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
# disqusshortname = "xxx" # Enable Disqus for comments
# googleAnalytics = "xxx"
[permalinks]
fixed = ":title/"
blog = "blog/:slug/"
[params]
author = "Poo Org" # Full name shows on blog post pages
firstname = "P💩💩" # First name shows in introduction on main page
tagline = "Purpose to be determined!" # Appears after the introduction
avatar = "img/profile.png" # Path to image in static folder eg. img/avatar.png
email = "" # 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 = "Poo Organization"
faviconfile = "img/fav.ico"
highlightjs = true # Syntax highlighting
lang = "en"
footertext = "A Site About Things" # Text to show in footer (overrides default text)
# Social icons appear in introduction and contact section. Input your username only, eg "you" as it appears in "twitter.com/you"
github = "poo"
pinterest = ""
facebook = ""
googleplus = ""
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 = false # 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"