blob: 6a284a5fb254775521c219a79955aa60d12b7de3 (
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
|
site_name: Polymode
repo_url: https://github.com/emacs-polymode/polymode
site_favicon: favicon.ico
copyright: "Copyright © 2013-2019 Vitalie Spinu"
pages:
- Home: index.md
- Installation: installation.md
- Basic Usage: usage.md
- Concepts: concepts.md
- Defining Polymodes: defining-polymodes.md
- Synchronization and Protection: synchronization.md
- For Developers: internals.md
- Screenshots: screenshots.md
- Licence: licence.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- lisp
# theme: windmill
# theme: readthedocs
# theme: material
# theme: cinder
# theme: nature
extra_css:
- css/extra.css
|