-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
47 lines (38 loc) · 1.38 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
baseURL = "https://awskrug.github.io/container-group/"
languageCode = "en-us"
title = "컨테이너 소모임"
theme = "spectre-pixel"
publishDir = "docs"
[params]
title = "🐳 컨테이너 소모임"
name = "AWRKRUG container group"
altName = "컨테이너 소모임"
description = "한국 AWS 사용자 모임: 컨테이너 소모임 웹사이트"
bio = "컨테이너를 다루고 운영하는 기술에 대해서 함께 토론하고 공유하는 소모임입니다."
enableRSS = false
# Author information in posts
aboutAuthor = "한국 AWS 사용자 모임: 컨테이너 소모임 운영진"
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = [
"https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css"
]
customJS = []
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = ""
subscribe = ""
# Pagination links
olderPosts = ""
newerPosts = ""
copyright = ""
# 404 page
title404 = ""
subtitle404 = ""
# Add additional social link entries underneath
[social]
facebook = "https://www.facebook.com/groups/awskrug/"
github = "https://www.github.com/awskrug"
[taxonomies]
tag = "tags"