This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
57 lines (55 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
baseURL: http://docs.hofstadter.io/
languageCode: en-us
DefaultContentLanguage: en
title: Hofstadter Documentation
enableGitInfo: true
pygmentsCodeFences: true
pygmentsStyle: github
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: false
params:
ordersectionsby: weight
disableSearch: false
disableReadmoreNav: false
highlightClientSide: false
menushortcutsnewtab: true
ga: UA-103579574-2
github_project_repo: https://github.com/hofstadter-io/hof
github_repo: https://github.com/hofstadter-io/hof-docs
time_format_default: January 2, 2006
keywords: hof hofstadter documentation docs
hofver: v0.6.8-beta.5
cuever: v0.5.0-beta.5
cuedocBase: https://pkg.go.dev/cuelang.org/[email protected]
beta: |-
The `hof gen` adhoc feature (`-T`) is only available in the next beta.
```
go install github.com/hofstadter-io/hof/cmd/[email protected]
```
[Download binaries on GitHub](https://github.com/hofstadter-io/hof/releases/tag/v0.6.8-beta.5)
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
endLevel: 3
outputs:
home:
- HTML
- RSS
- JSON
page:
- HTML
menu:
shortcuts:
- name: <i class='fab fa-github'></i> GitHub
url: https://github.com/hofstadter-io
weight: 1
- name: <i class='fas fa-comments'></i> Slack
url: https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A
weight: 2
- name: <i class='fas fa-home'></i> hof.io
url: https://hofstadter.io
weight: 3