-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.toml
More file actions
48 lines (43 loc) · 1.47 KB
/
config.toml
File metadata and controls
48 lines (43 loc) · 1.47 KB
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
baseurl = "https://blog.yourssu.com/"
languageCode = "ko"
title = "Yourssu 기술 블로그"
# Define how many pages appear per site
paginate = 10
# Enable comments powered by Disqus by entering your disqus shortname
disqusShortname = "spf13"
# Enable gogle analytics by entering your tracking code
googleAnalytics = ""
theme = "hugo-minimalist-theme"
# Remove this line if you use this theme for a real website.
# It allows you to preview the theme within the exampleSite folder
# with the hugo server command
[markup.goldmark.renderer]
unsafe = true
[params]
site_author = "유어슈"
site_description = "Yourssu Development blog "
location = "숭실대학교 커뮤니티 그라운드 런칭!"
# Link custom assets relative to /static
avatar = "img/profile-image.png"
header_background = "img/desk.jpg"
header_title = "img/LOGO.png"
copyright = "Powered by [Hugo](http://gohugo.io)."
custom_css = []
custom_js = []
# Define which content types are shown on the homepage
mainSections = ["post"]
# Enable gogle analytics by entering your tracking code
google_analytics = ""
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# create automatically.
twitter = ""
facebook = ""
linkedin = ""
behance = ""
dribbble = ""
instagram = "ground_yourssu"
github = ""
gplus = ""
homepage = "yourssu.com"