-
Notifications
You must be signed in to change notification settings - Fork 9
/
livemark.yaml
68 lines (68 loc) · 2.2 KB
/
livemark.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
brand:
text: Livemark
about:
text: Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
site:
favicon: assets/logo.png
styles:
- style.css
github:
user: frictionlessdata
repo: livemark
counter:
type: plausible
code: livemark.frictionlessdata.io
topics:
selector: h2
links:
items:
- name: Frictionless
path: https://frictionlessdata.io
- name: Templates
path: https://github.com/search?q=topic%3Alivemark+topic%3Atemplate
- name: Support
path: https://discord.com/channels/695635777199145130/695635777199145133
pages:
items:
- path: index
name: Introduction
- name: Getting Started
items:
- path: pages/getting-started/installation
- path: pages/getting-started/configuration
- path: pages/getting-started/using-markdown
- path: pages/getting-started/starting-project
- path: pages/getting-started/building-website
- path: pages/getting-started/troubleshooting
- path: pages/getting-started/contributing
from: CONTRIBUTING.md
- name: Guides and Tutorials
items:
- path: pages/guides-and-tutorials/data-journalism
- path: pages/guides-and-tutorials/software-education
- path: pages/guides-and-tutorials/python-development
- name: Feature Reference
items:
- path: pages/feature-reference/general
- path: pages/feature-reference/markdown
- path: pages/feature-reference/appearance
- path: pages/feature-reference/navigation
- path: pages/feature-reference/blogging
- path: pages/feature-reference/others
- name: Plugin System
items:
- path: pages/plugin-system/adding-plugin
- path: pages/plugin-system/writing-plugin
- path: pages/plugin-system/architecture
- path: pages/plugin-system/reference
- name: Universe
items:
- path: pages/universe/projects
- path: pages/universe/plugins
- path: pages/release
- path: pages/forum
- path: blog/index
redirect:
items:
- prev: pages/getting-started
next: pages/getting-started/installation