-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathconfig.toml
More file actions
58 lines (49 loc) · 1.65 KB
/
Copy pathconfig.toml
File metadata and controls
58 lines (49 loc) · 1.65 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
#
# Hugo configuration file
#
baseURL = "https://seismo-learn.org/bookmarks/"
locale = "en-us"
title = "Seismo Bookmarks"
copyright = "© Copyright 2018 - {year}, [seismo-learn](https://seismo-learn.org/)."
disableKinds = [ "taxonomy", "RSS" ]
enableGitInfo = true
[params]
lastupdate = "Built by [Hugo](https://gohugo.io/) on {now}."
contribute_note = "This directory stays useful because people keep improving it. Missing links, outdated resources, and better references are all worth contributing."
footer_title = "Help keep Seismo Bookmarks useful"
[params.assets]
bootswatch_cdn = "https://cdnjs.cloudflare.com/ajax/libs/bootswatch"
bootswatch_version = "4.6.2"
bootswatch_theme = "cosmo"
fontawesome_cdn = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome"
fontawesome_version = "5.15.4"
[params.edit_page]
repo_url = "https://github.com/seismo-learn/bookmarks"
branch = "main"
edit_mode = "edit"
repo_dir = "content"
edit_text = ""
[params.footer_links]
[[params.footer_links.items]]
label = "Contribute links"
url = "https://github.com/seismo-learn/bookmarks#contributing"
[[params.footer_links.items]]
label = "Report broken links"
url = "https://github.com/seismo-learn/bookmarks/issues"
[[params.footer_links.items]]
label = "View source"
url = "https://github.com/seismo-learn/bookmarks"
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
ordered = false
startLevel = 2
endLevel = 2
[[menu.main]]
name = '<i class="fas fa-home"></i>'
url = "/"
weight = 10
[[menu.main]]
name = '<i class="fab fa-github"></i>'
url = "https://github.com/seismo-learn/bookmarks"
weight = 40