diff --git a/CNAME b/CNAME index 2541f21..182118a 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -phptherightway.com +www.phptherightway.com diff --git a/_config.yml b/_config.yml index 6f2d3d2..2f67318 100644 --- a/_config.yml +++ b/_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