-
Notifications
You must be signed in to change notification settings - Fork 225
/
config.toml
52 lines (44 loc) · 1.47 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
baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Nina Zakharenko - Introduction and Intermediate Python"
theme = "nnja-theme-learn"
themesdir = "themes"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
ignoreFiles = [ "\\.pyc$", "__pycache__"]
publishDir = "docs"
googleAnalytics = "UA-138644383-1"
[params]
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "blue"
editURL = "https://github.com/nnja/python/edit/master/website/content/"
defaultSocialImage = "images/twittercard.png"
description = "Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters."
author = "Nina Zakharenko"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
disableInlineCopyToClipBoard = true
twitter = "nnja"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Learn Python by Nina Zakharenko"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Github repo"
identifier = "ds"
url = "https://git.io/python3"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-twitter'></i> Follow Nina on Twitter"
url = "https://twitter.com/nnja"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
url = "/credits"
weight = 30