Skip to content
Snippets Groups Projects
Verified Commit 3a6dfa69 authored by Jake's avatar Jake :speech_balloon:
Browse files

added config.json

parent 785f9993
No related branches found
No related tags found
No related merge requests found
{
"relative_urls": true,
"static_directories": [
"images"
],
"theme": {
"homepage_slug": "index",
"static_dir": "theme",
"css_file": "main.css",
"default_template": "page.html"
},
"default_status": "published",
"toc_depth": 3,
"pandoc": {
"base": "markdown",
"args": [
"--table-of-contents"
],
"extensions": [
"+abbreviations",
"+all_symbols_escapable",
"+ascii_identifiers",
"+auto_identifiers",
"+autolink_bare_uris",
"+backtick_code_blocks",
"+bracketed_spans",
"+definition_lists",
"+emoji",
"+escaped_line_breaks",
"+example_lists",
"+fancy_lists",
"+fenced_code_attributes",
"+fenced_code_blocks",
"+fenced_divs",
"+footnotes",
"+gfm_auto_identifiers",
"+grid_tables",
"+hard_line_breaks",
"+header_attributes",
"+implicit_figures",
"+implicit_header_references",
"+inline_code_attributes",
"+inline_notes",
"+intraword_underscores",
"+latex_macros",
"+line_blocks",
"+link_attributes",
"+lists_without_preceding_blankline",
"+multiline_tables",
"+native_divs",
"+native_spans",
"+pipe_tables",
"+raw_attribute",
"+raw_html",
"+raw_tex",
"+shortcut_reference_links",
"+simple_tables",
"+smart",
"+space_in_atx_header",
"+startnum",
"+strikeout",
"+subscript",
"+superscript",
"+table_captions",
"+tex_math_dollars",
"+tex_math_single_backslash",
"+yaml_metadata_block",
"-angle_brackets_escapable",
"-blank_before_blockquote",
"-blank_before_header",
"-citations",
"-compact_definition_lists",
"-east_asian_line_breaks",
"-four_space_rule",
"-ignore_line_breaks",
"-literate_haskell",
"-markdown_attribute",
"-markdown_in_html_blocks",
"-mmd_header_identifiers",
"-mmd_link_attributes",
"-mmd_title_block",
"-old_dashes",
"-pandoc_title_block",
"-spaced_reference_links",
"-tex_math_double_backslash"
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment