-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
37 lines (31 loc) · 1 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
baseURL = "augurk.github.io"
languageCode = "en-us"
title = "Augurk"
theme = "hero"
[params]
google_analytics_id=""
[params.homepage_meta_tags]
meta_description = "Augurk is an open source living documentation system aiming to provide additional value out of Gherkin feature files."
meta_og_title = "Augurk"
meta_og_type = "website"
meta_og_url = "https://augurk.github.io"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-hero-theme/master/images/tn.png"
meta_og_description = "Augurk is an open source living documentation system aiming to provide additional value out of Gherkin feature files."
meta_twitter_card = "summary"
meta_twitter_site = "@AugurkDevs"
meta_twitter_creator = "@AugurkDevs"
[[menu.main]]
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
name = "Docs"
url = "/docs/"
weight = 2
[[menu.main]]
name = "Blog"
url = "/Blog/"
weight = 3
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"