diff options
| author | Bardi Harborow <[email protected]> | 2019-02-27 21:31:28 +1100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | 47b4ea084faf46dd6bc6429a59746dad1016ad96 (patch) | |
| tree | 00579b5edfdbc7b529f4825eb5a56e68dd74d34b /config.yml | |
| parent | e58b587a7268aa2265ad14b02a118eeaa3cae93c (diff) | |
| download | bootstrap-47b4ea084faf46dd6bc6429a59746dad1016ad96.tar.xz bootstrap-47b4ea084faf46dd6bc6429a59746dad1016ad96.zip | |
Disable blackfriday's automatic fraction formatting.
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.yml b/config.yml index 662894689..ca0fe7990 100644 --- a/config.yml +++ b/config.yml @@ -14,6 +14,9 @@ enableRobotsTXT: true metaDataFormat: "yaml" disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"] +blackfriday: + fractions: false + publishDir: "_gh_pages" archetypeDir: "site/archetypes" assetDir: "site/assets" |
