forked from picodotdev/alis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
77 lines (70 loc) · 1.71 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
title: "alis :. Arch Linux Install Script"
baseURL: https://picodotdev.github.io/alis/
languageCode: "en"
defaultContentLanguage: "en"
metadataformat: "yaml"
timeout: 360000"
theme: "alis"
author:
name: "picodotdev"
description: "Ingeniero de software. I ♥ Java, GNU/Linux and libre software."
disableKinds:
- taxonomy
- taxonomyTerm
markup:
defaultMarkdownHandler: goldmark
blackFriday:
goldmark:
extensions:
linkify: false
renderer:
unsafe: true
xHTML: true
tableOfContents:
startLevel: 3
endLevel: 4
ordered: false
pygmentsUseClasses: true
pygmentsOptions: linenos=table,linenostart=1
pygmentsStyle: github
imaging:
resampleFilter: "box"
quality: 90
menu:
navbar:
- Name: "Home"
URL: "/"
Weight: 1
- Name: "What is alis?"
URL: "/#what-is"
Weight: 2
- Name: "Overview"
URL: "/overview/"
Weight: 3
- Name: "User Guide"
URL: "/user-guide/"
Weight: 4
- Name: "Source code"
URL: "https://github.com/picodotdev/alis/"
Weight: 5
footer:
- Name: "Home"
URL: "/"
Weight: 1
- Name: "What is alis?"
URL: "/#what-is"
Weight: 2
- Name: "Overview"
URL: "/overview/"
Weight: 3
- Name: "User Guide"
URL: "/user-guide/"
Weight: 4
- Name: "Source code"
URL: "https://github.com/picodotdev/alis/"
Weight: 5
params:
description: "A simple powerful Bash based script for an unattended, easy and fast way to install Arch Linux. Developed from many Arch Linux Wiki pages that fully automates the installation of a Arch Linux system after booting from the original Arch Linux installation media."
font:
name: "Open Sans"
sizes: [400,600]