summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-06 15:28:35 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-06 15:28:35 +0100
commitf4369f4d8e8b287619a7a44abd97e27872bd51a7 (patch)
treee117d0ecc6e37bffe7a003ad9c19f67c8edbe233
Initial config.
-rw-r--r--.gitignore1
-rw-r--r--_config.yml41
-rw-r--r--index.html0
3 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..57510a2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+_site/
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..b7d90b6
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,41 @@
+safe: false
+auto: false
+server: false
+server_port: 9001
+baseurl: /
+url: http://localhost:4000
+
+source: .
+destination: ./_site
+plugins: ./_plugins
+
+future: true
+lsi: true
+pygments: true
+markdown: redcarpet
+permalink: date
+
+maruku:
+ use_tex: false
+ use_divs: false
+ 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
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/index.html