forked from opensourcestories/opensourcestories.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (48 loc) · 1.79 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
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/"
[[menu.main]]
identifier = "storycorp"
name = "StoryCorps"
url = "https://archive.storycorps.org/communities/open-source-stories/"
[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, contributors, and consumers alike."
twitter = "https://twitter.com/StoriesOfOSS"
github = "https://github.com/opensourcestories"
rss = "/index.xml"
featured_image = ""
recent_posts_number = 4
background_color_class = "oss-dark-green"
custom_css = ["opensourcestories.css"]
body_classes = "avenir almost-black"
[params.podcast]
podcast_author = "Open Source Stories"
podcast_email = "[email protected]"
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"