From 7c7d52b1717d35afc99bbe45e28f25ac5de8d64d Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Fri, 17 Apr 2015 00:10:40 +1200 Subject: [PATCH] Updates --- _config.yml | 9 +- _includes/footer.html | 3 +- _includes/head.html | 2 +- _includes/header.html | 2 +- _layouts/page.html | 14 -- _layouts/post.html | 15 -- _sass/_base.scss | 1 + _sass/_settings.scss | 8 +- _sass/_syntax-highlighting.scss | 1 - about.md | 11 -- css/main.scss | 162 ------------------ docs.md | 283 ++++++++++++++++++++++++++++++++ faq.md | 28 ++++ {img => images}/logo.png | Bin {img => images}/logo_2x.png | Bin index.html | 14 +- stylesheets/main.scss | 212 ++++++++++++++++++++++++ 17 files changed, 546 insertions(+), 219 deletions(-) delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html delete mode 100644 about.md delete mode 100755 css/main.scss create mode 100644 docs.md create mode 100644 faq.md rename {img => images}/logo.png (100%) rename {img => images}/logo_2x.png (100%) create mode 100755 stylesheets/main.scss diff --git a/_config.yml b/_config.yml index aaaeb88..a8cf8bb 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,9 @@ -title: Snap +title: SnapKit email: robertpayne@me.com description: Swift AutoLayout DSL for iOS and OS X url: "http://www.snapkit.io/" -twitter_username: robertjpayne -github_username: robertjpayne +github_username: SnapKit -markdown: kramdown +markdown: redcarpet +redcarpet: + extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "tables", "superscript", "with_toc_data"] diff --git a/_includes/footer.html b/_includes/footer.html index 23037df..cb5be84 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index fe05cb4..6c868f1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,7 +7,7 @@ - + diff --git a/_includes/header.html b/_includes/header.html index e316faf..2c0b380 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@