-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.toml
86 lines (79 loc) · 2.52 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
baseURL = "https://www.opensourcestories.org/"
languageCode = "en-us"
title = "Open Source Stories"
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
copyright = "The content on Open Source Stories is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 8
enableRobotsTXT = true
googleAnalytics = "G-7TL98FG4D8"
[module]
[[module.imports]]
path = 'github.com/theNewDynamic/gohugo-theme-ananke'
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "contribute"
name = "Contribute"
url = "/contribute/"
weight = 1
[[menu.main]]
identifier = "stories"
name = "Stories"
url = "/stories/"
weight = 1
[[menu.main]]
identifier = "posts"
name = "News"
url = "/posts/"
weight = 8
[[menu.main]]
identifier = "storycorp"
name = "StoryCorps"
url = "https://archive.storycorps.org/communities/open-source-stories/"
weight = 10
[params]
favicon = "favicon.ico"
site_logo = ""
description = "The Open Source Stories project celebrates collaboration, communication, community and, more in open source by collecting narratives from creators, ors, and consumers alike."
featured_image = ""
recent_posts_number = 4
background_color_class = "oss-dark-green"
custom_css = ["opensourcestories.css"]
body_classes = "avenir almost-black"
[[params.ananke_socials]]
name = "mastodon"
url = "https://fedi.opensourcestories.org/@narrator"
[[params.ananke_socials]]
name = "github"
url = "https://github.com/opensourcestories"
[[params.ananke_socials]]
name = "linkedin"
url = "https://www.linkedin.com/company/open-source-stories"
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/StoriesOfOSS"
[[params.ananke_socials]]
name = "rss"
url = "/index.xml"
[params.podcast]
podcast_author = "Open Source Stories"
podcast_email = "admin@opensourcestories.org"
podcast_owner = "julia ferraioli"
podcast_image = "https://www.opensourcestories.org/images/logos/logo-square-1600x1600.png"
podcast_category_primary = "Technology"
podcast_category_secondary = "News"
podcast_subcategories_secondary = ["Tech News", "News Commentary"]
podcast_explicit = "no"
podcast_rss = "/stories/index.xml"
[author.amanda]
name = "amanda casari"
[author.julia]
name = "julia ferraioli"
[permalinks]
posts = '/posts/:year/:month/:title/'