Skip to content

Commit f463edf

Browse files
committed
Remove GitBook and add hugo config
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
1 parent 3f880ea commit f463edf

File tree

6 files changed

+45
-3222
lines changed

6 files changed

+45
-3222
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
node_modules/
2-
_book/
1+
/public

.nvmrc

-1
This file was deleted.

FOOTER.md

-1
This file was deleted.

book.json

-29
This file was deleted.

hugo.yaml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
baseURL: https://doc.wallabag.org
2+
title: wallabag documentation
3+
4+
menu:
5+
main:
6+
- identifier: documentation
7+
name: Documentation
8+
pageRef: /
9+
weight: 1
10+
- name: Search
11+
weight: 2
12+
params:
13+
type: search
14+
- name: GitHub
15+
weight: 3
16+
url: "https://github.com/wallabag"
17+
params:
18+
icon: github
19+
20+
params:
21+
theme:
22+
default: system
23+
displayToggle: true
24+
25+
search:
26+
enable: true
27+
type: flexsearch
28+
29+
flexsearch:
30+
index: content
31+
tokenize: forward
32+
33+
editURL:
34+
enable: true
35+
base: "https://github.com/wallabag/doc/edit/master/content"
36+
37+
highlight:
38+
copy:
39+
enable: true
40+
display: hover
41+
42+
module:
43+
imports:
44+
- path: github.com/imfing/hextra

0 commit comments

Comments
 (0)