This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
forked from Garjon/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (46 loc) · 1.76 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 = "https://ucuntu.com/"
title = "Hax of Mac"
languageCode = "en-au"
disqusShortname = "haxofmac"
MetaDataFormat = "toml"
theme = "hyde-x"
paginate = 10
[author]
name = "Garjon"
[permalinks]
# Optional. Change the permalink format for the 'post' content type.
# The format shown here is the same one Jekyll/Octopress uses by default.
post = "/blog/:year/:month/:day/:title/"
[taxonomies]
# Optional. Use if you want tags and lists.
category = "categories"
#
# All parameters below here are optional and can be mixed and matched.
#
[params]
# If false display full article contents in blog index.
# Otherwise show description and 'read on' link to individual blog post page.
# Default (if omitted) is true.
truncate = false
# Hide estimated reading time for posts.
# Default (if omitted) is false.
hideReadingTime = false
# Changes sidebar background and link/accent colours.
# See below for more colour options.
# This also works: "theme-base-08 layout-reverse", or just "layout-reverse".
theme = "theme-base-0d"
# Select a syntax highight.
# Check the static/css/highlight directory for options.
highlight = "sunburst"
# Displays under the author name in the sidebar, keep it short.
# You can use markdown here.
tagline = "Love people, use things. The opposite never works."
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Blog".
home = "Blog"
# Sidebar social links, these must be full URLs.
# github = "https://github.com/Garjon"
# linkedin = "https://www.linkedin.com/in/garjon/"
# twitter = "https://twitter.com/Gar_Jon"
# Other social-like sidebar links
rss = true # switch to true to enable RSS icon link