Mercurial > wikked
annotate docs/config.yml @ 444:2f68a463cb06
cm: Replace Grunt/RequireJS with Gulp/Browserify.
Yes, I know, this sounds like it's 2014 or something, and cool kids are now
actually on webpack or whatever.
Anyway, besides the change to a `gulpfile`, it also moves all dependencies
over to `npm` (via the `package.json` file), which cleans up the repository
nicely, and replaces awkward JS imports with simpler `require` statements.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Jan 2018 00:51:59 -0800 |
parents | 377230d25ccf |
children |
rev | line source |
---|---|
382
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 site: |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 title: Wikked |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 sources: |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 pages: |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 type: ordered |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 markdown: |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 extensions: abbr, fenced_code, footnotes, smart_strong, codehilite, smarty |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
9 extension_configs: |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 codehilite: |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
11 css_class: highlight |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
12 guess_lang: false |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
13 |
386
377230d25ccf
docs: Enable compressors for final website.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
14 variants: |
377230d25ccf
docs: Enable compressors for final website.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
15 dist: |
377230d25ccf
docs: Enable compressors for final website.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
16 baker: |
377230d25ccf
docs: Enable compressors for final website.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
17 assets_dirs: |
377230d25ccf
docs: Enable compressors for final website.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
18 assets: |
377230d25ccf
docs: Enable compressors for final website.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
19 processors: all |
377230d25ccf
docs: Enable compressors for final website.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
20 |