forked from seismo-learn/links
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
41 lines (33 loc) · 1.01 KB
/
config.yaml
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
#
# Hugo configuration file
#
baseURL: https://link.seisman.info/
languageCode: en-us
title: SeisLinks
copyright: "[Unlicense](https://unlicense.org/), 2018 - {year}."
disableKinds:
- taxonomyTerm
- RSS
enableGitInfo: true
params:
lastupdate: Built by [Hugo](https://gohugo.io/) on {now}.
Source codes available on [GitHub](https://github.com/seisman/SeisLinks).
assets:
bootstrap_cdn: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap
bootstrap_version: 4.5.2
bootswatch_cdn: https://cdnjs.cloudflare.com/ajax/libs/bootswatch
bootswatch_version: 4.5.2
bootswatch_theme: cosmo
fontawesome_cdn: https://cdnjs.cloudflare.com/ajax/libs/font-awesome
fontawesome_version: 5.15.1
jquery_cdn: https://cdnjs.cloudflare.com/ajax/libs/jquery
jquery_version: 3.5.1
edit_page:
repo_url: https://github.com/seisman/SeisLinks
edit_mode: edit
repo_dir: content
edit_text: Contribute more links to this page!
markup:
goldmark:
renderer:
unsafe: true