forked from neurodata/neurodata.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
podspec.yaml
69 lines (60 loc) · 1.74 KB
/
podspec.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
grow_version: ">=0.2.5"
title: neurodata.io
home: /content/pages/home.html
localization:
default_locale: en_US
static_dirs:
- static_dir: /source/images/
serve_at: /static/images/
- static_dir: /dist/
serve_at: /static/
- static_dir: /source/css/
serve_at: /static/css/
- static_dir: /source/css-gulp/
serve_at: /static/css-gulp/
- static_dir: /source/favicons/
serve_at: /static/favicons/
- static_dir: /source/fonts/
serve_at: /static/fonts/
- static_dir: /source/js/
serve_at: /static/js/
- static_dir: /source/video/
serve_at: /static/video/
- static_dir: /source/docs/
serve_at: /static/docs/
- static_dir: /content/misc/n/images/
serve_at: /static/misc/n/images/
- static_dir: /content/bibs/
serve_at: /static/bibs/
- static_dir: /content/guides/downloadable_files/
serve_at: /static/guides/downloadable_files/
meta:
favicon_path: /source/favicons/favicon.ico
sitemap:
enabled: true
path: "/sitemap.xml" # Optional.
deployments:
default: #needed for sitemap.xml
destination: local
env:
name: prod
host: neurodata.io
scheme: https
extensions:
jinja2:
- extensions.bibtex_print.bibtex_print.BIBTEX_PRINT
- extensions.sorting.sorting.SortByIndex
ext:
- extensions.html_min.HtmlMinExtension
# podspec.yaml
markdown:
extensions:
- kind: markdown.extensions.codehilite
classes: True # Uses classes instead of inline styles.
class_name: code # Class to use on the wrapper div.
highlighter: pygments # pygments/plain
theme: default # Pygments theme name.
preprocessors:
- kind: gulp
build_task: "css" # Task to run at build time (optional).
run_task: "css" # Task to run when the development server runs (optional).