-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
105 lines (93 loc) · 2.64 KB
/
config.toml
File metadata and controls
105 lines (93 loc) · 2.64 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
theme = "hugo-now-ui"
baseurl = "/"
relativeurls = true
languageCode = "en-us"
title = "TCLB"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
#enableGitInfo = true
publishDir = "public"
BrandTarget = "_self"
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Download"
url = "/download"
pre = "<i class='now-ui-icons design_app'></i>"
weight = 1
[[menu.main]]
name = "Features"
pre = "<i class='now-ui-icons ui-1_settings-gear-63'></i>"
url = "/features"
weight = 4
identifier = "features"
[[menu.main]]
name = "2D laminar flow"
url = "/features/flow2d"
weight = 1
parent = "features"
[[menu.main]]
name = "Multi-phase flow"
url = "/features/multiphase"
weight = 1
parent = "features"
[[menu.main]]
name = "Docs"
pre = "<i class='now-ui-icons files_single-copy-04'></i>"
url = "http://docs.tclb.io/"
weight = 5
identifier = "docs"
[[menu.main]]
name = "Editor"
pre = "<i class='now-ui-icons design-2_ruler-pencil'></i>"
url = "/editor"
weight = 10
identifier = "editor"
parent = "usermenu0"
[[menu.main]]
name = "Blog"
pre = "<i class='now-ui-icons ui-1_calendar-60'></i>"
url = "/post"
weight = 11
identifier = "post"
[[menu.main]]
name = "Tags"
pre = "<i class='now-ui-icons shopping_tag-content'></i>"
url = "/tags"
weight = 2
parent = "features"
[[menu.main]]
identifier = "usermenu0"
name = "User"
pre = "<i class='fa fa-cogs'></i>"
url = ""
weight = 20
[[menu.footer]]
identifier = "github"
pre = "<i class='fa fa-github'></i>"
url = "https://github.com/cfd-go/tclb"
weight = 1
[[menu.editor]]
name = "Open"
url = "javascript: tclb_editor_open();"
pre = "<i class='now-ui-icons arrows-1_cloud-download-93'></i>"
weight = 1
[[menu.editor]]
name = "Save"
url = "javascript: tclb_editor_save();"
pre = "<i class='now-ui-icons arrows-1_cloud-upload-94'></i>"
weight = 2
[params]
background = "img/bg11.jpg"
tint = "white"
custom_css = ["css/highlight.min.css", "css/custom.css"]
custom_js = ["https://unpkg.com/netlify-auth-providers", "https://unpkg.com/js-cookie", "https://unpkg.com/github-api/dist/GitHub.bundle.min.js", "/js/ed/editor.js"]
date_format = "Mon, Jan 2, 2006"
description = "A website built through Hugo."
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.10.0"
highlightCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
BrandTarget = "_self"