-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsettings.yml
More file actions
34 lines (34 loc) · 755 Bytes
/
settings.yml
File metadata and controls
34 lines (34 loc) · 755 Bytes
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
title: Typikon Book
author: Leon Ding
description: >
Typikon name derived from Typikon Book, the a static website rendering tool
similar to mdbook and hugo, but it focuses only on rendering markdown into
an online book, and is easier to use than the other tools.
language: en
keywords: typikon,book,website,generator,static,html,css,js,theme,rust
directory:
theme: theme
input: book
output: docs
port: 2478
theme: typikon-theme
icon: /assets/icon.png
custom_css:
- /assets/css/bootstrap.min.css
- /assets/typikon.css
custom_js:
- /assets/js/bootstrap.min.js
- /assets/js/bootstrap.bundle.js
- /assets/js/fuse.min.js
highlight:
- c
- java
- rust
- cpp
- kotlin
- python
- csharp
- css
- swift
- bash
- javascript