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 %>