forked from DeepSourceCorp/good-first-issue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
31 lines (24 loc) · 1.19 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
baseURL = "https://goodfirstissue.dev/"
languageCode = "en-us"
title = "Good First Issue: Make your first open-source contribution"
theme = "lucy"
pluralizelisttitles = false
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsStyle = "monokai"
enableEmoji = true
enableRobotsTXT = false
log = true
disableHugoGeneratorInject = true
cachebuster = true # add the current unix timestamp in query string for cache busting css assets
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
include_rss = true # include RSS <link> tag in <head> and show RSS icon
i18n_flags = true # whether to display small country flags for available translations
disableKinds = ["taxonomyTerm"]
[params]
description = "Making your first open-source contribution is easier than you think. Good First Issue is a curated list of issues from popular open-source projects that you can fix easily. Start today!"
keywords = "good first issue, open source, github, beginner, pull requests, help wanted, deepsource"
facebookAppId = "560903037813271"
[blackfriday]
hrefTargetBlank = true