mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 06:26:45 +02:00
Update config
Update CNAME
This commit is contained in:
28
_config.yml
28
_config.yml
@@ -1,17 +1,10 @@
|
||||
safe: false
|
||||
auto: false
|
||||
safe: true
|
||||
server: true
|
||||
server_port: 4000
|
||||
baseurl: /
|
||||
url: http://localhost:4000
|
||||
|
||||
source: .
|
||||
destination: ./_site
|
||||
plugins: ./_plugins
|
||||
|
||||
future: true
|
||||
lsi: false
|
||||
pygments: false
|
||||
pygments: true
|
||||
markdown: maruku
|
||||
permalink: date
|
||||
maruku:
|
||||
@@ -20,20 +13,3 @@ maruku:
|
||||
png_engine: blahtex
|
||||
png_dir: 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