summaryrefslogtreecommitdiff
path: root/site/config.yaml
blob: 06293a975cc48a1f61a186baf8ae283b61344d60 (plain)
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
baseURL: https://picodotdev.github.io/alis/
languageCode: en-us
title: "alis :. Arch Linux Install Script"
theme: alis
disableKinds:
- taxonomy
- taxonomyTerm
markup:
  goldmark:
    renderer:
      unsafe: true # Allows you to write raw html in your md files
  highlight:
    codeFences: true
    guessSyntax: false
    hl_Lines: ""
    lineNoStart: 1
    lineNos: false
    lineNumbersInTable: true
    noClasses: false
    style: github
    tabWidth: 4

params:
  description: 
  navbarlogo:
    text: "alis"
    link: https://github.com/picodotdev/alis/
  font:
    name: "Open Sans"
    sizes: [400,600]
  navbar:
  - title: What is it?
    url: "#whaisit"
  - title: Principles
    url: "#principles"
  - title: Features
    url: "#features"
  - title: Installation
    url: "#installation"
  - title: Video
    url: "#video"
  - title: GitHub
    url: "https://github.com/picodotdev/alis/"
  - title: More
    sublinks:
    - title: Installation with log
      url: "#installation-log"
    - title: Recovery
      url: "#recovery"
    - title: How you can help
      url: "#howyoucanhelp"
  footer:
    socialmedia:
    - link: https://github.com/picodotdev/alis/
      icon: github
    bulmalogo: true
    quicklinks:
      column1:
        title: "Documentation"
        links:
        - text: What is it?
          link: "#whaisit"
        - text: Principles
          link: "#principles"
        - text: Features
          link: "#features"
        - text: Installation
          link: "#installation"
        - text: Recovery
          link: "#recovery"