-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.toml
63 lines (53 loc) · 1.63 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
58
59
60
61
62
63
base_url = "https://rosettagit.org"
compile_sass = true
build_search_index = false
taxonomies = [
{name = "categories"},
{name = "languages"},
{name = "tags"},
]
[markdown]
highlight_code = true
highlight_theme = "monokai"
[extra]
author = "Adrian Sieber"
blog_logo = "icon.png" #will appear on top header
blog_title = "RosettaGit" #will appear on top header after logo
header_links = [
{ name = "Tasks", url = "/tasks" },
{ name = "Drafts", url = "/drafts" },
{ name = "Languages", url = "/languages" },
{ name = "Tags", url = "/tags"},
]
paginate_by = 20
## i18n words
label_tags = "Tags"
label_tag = "Tag"
label_categories = "Categories"
label_category = "Category"
label_relative_posts = "Relative Posts"
label_next = "Next"
label_previous = "Previous"
label_page = "Page"
label_of = "of"
og_image = "" # Image that will appear on social media
og_alt_image = "" # Alt for og_image
og_site_name = "" # Site Name for Open Graphic
keywords = "" # Keywords for SEO
educational_use = "knowledge share" # OPTIONAL
copyright_year = "2018" # OPTIONAL
fb_app_id = "???" # OPTIONAL, Facebook App Id to help in metrics
twitter_username = "@AdrianSieber" # OPTIONAL, Twitter User to help with metrics
[[extra.sidebar]]
name = "Contributing"
urls = [
{ name = "Code on GitHub", url = "https://github.com/ad-si/rosettagit" },
{ name = "Issues", url = "https://github.com/ad-si/rosettagit/issues" },
{ name = "Changelog", url = "https://github.com/ad-si/rosettagit/blob/changelog.md" },
]
[[extra.sidebar]]
name = "Special Pages"
urls = [
{ name = "Similar Sites", url = "/similar-sites" },
{ name = "Online Execution", url = "/online-execution" },
]