From be8b53eadaaa8f039b7a76e7be938e667f48158a Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 16 Mar 2012 14:24:01 +0800 Subject: [PATCH] Readme. --- README.md | 3 +++ Rakefile | 9 +++++++++ _layouts/default.html | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 README.md create mode 100644 Rakefile diff --git a/README.md b/README.md new file mode 100644 index 000000000..69312f0b6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Cheatsheets + +This is my personal collection of cheatsheets I've made while learning things. diff --git a/Rakefile b/Rakefile new file mode 100644 index 000000000..b19e74ee5 --- /dev/null +++ b/Rakefile @@ -0,0 +1,9 @@ +desc "Build" +task :build do + system "proton build" +end + +desc "Deploy" +task :deploy => :build do + system "git update-ghpages rstacruz/cheatsheets -i _output" +end diff --git a/_layouts/default.html b/_layouts/default.html index 6be5120f6..fb8559437 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ - +

<%= page.meta.title || File.basename(page.file, '.*').capitalize %>