mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 22:16:34 +02:00
Update config
Update CNAME
This commit is contained in:
28
_config.yml
28
_config.yml
@@ -1,17 +1,10 @@
|
|||||||
safe: false
|
safe: true
|
||||||
auto: false
|
|
||||||
server: true
|
server: true
|
||||||
server_port: 4000
|
server_port: 4000
|
||||||
baseurl: /
|
baseurl: /
|
||||||
url: http://localhost:4000
|
url: http://localhost:4000
|
||||||
|
|
||||||
source: .
|
pygments: true
|
||||||
destination: ./_site
|
|
||||||
plugins: ./_plugins
|
|
||||||
|
|
||||||
future: true
|
|
||||||
lsi: false
|
|
||||||
pygments: false
|
|
||||||
markdown: maruku
|
markdown: maruku
|
||||||
permalink: date
|
permalink: date
|
||||||
maruku:
|
maruku:
|
||||||
@@ -20,20 +13,3 @@ maruku:
|
|||||||
png_engine: blahtex
|
png_engine: blahtex
|
||||||
png_dir: images/latex
|
png_dir: images/latex
|
||||||
png_url: /images/latex
|
png_url: /images/latex
|
||||||
|
|
||||||
rdiscount:
|
|
||||||
extensions: []
|
|
||||||
|
|
||||||
kramdown:
|
|
||||||
auto_ids: true,
|
|
||||||
footnote_nr: 1
|
|
||||||
entity_output: as_char
|
|
||||||
toc_levels: 1..6
|
|
||||||
use_coderay: false
|
|
||||||
coderay:
|
|
||||||
coderay_wrap: div
|
|
||||||
coderay_line_numbers: inline
|
|
||||||
coderay_line_numbers_start: 1
|
|
||||||
coderay_tab_width: 4
|
|
||||||
coderay_bold_every: 10
|
|
||||||
coderay_css: style
|
|
||||||
|
Reference in New Issue
Block a user