From f3d0d61380bf2774c1ec82029d43d6d9f7e5e865 Mon Sep 17 00:00:00 2001 From: Ariel Santos Date: Thu, 25 Jan 2018 03:37:57 -0200 Subject: [PATCH] Cleanup --- _config.yml | 4 +- _layouts/default.html | 13 +- assets/css/atom-one-light.css | 96 -- assets/css/font-awesome.css | 2337 -------------------------------- assets/css/syntax.css | 60 + assets/js/001.js | 39 - assets/js/002.js | 55 - assets/js/highlight.pack.js | 2 - assets/js/window_buttons.js | 40 + index.md | 19 +- jekyll-theme-windows95.gemspec | 3 +- 11 files changed, 119 insertions(+), 2549 deletions(-) delete mode 100644 assets/css/atom-one-light.css delete mode 100644 assets/css/font-awesome.css create mode 100644 assets/css/syntax.css delete mode 100644 assets/js/001.js delete mode 100644 assets/js/002.js delete mode 100644 assets/js/highlight.pack.js create mode 100644 assets/js/window_buttons.js diff --git a/_config.yml b/_config.yml index f937562ba..881739238 100644 --- a/_config.yml +++ b/_config.yml @@ -15,6 +15,6 @@ sass: sass_dir: _sass # Markdown -# markdown: kramdown -# highlighter: rouge +markdown: kramdown +highlighter: rouge # excerpt_separator: "\n\n" \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 890ea4282..4579c91dd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,8 +4,8 @@ - - + + {% if page.title or page.title == 'me' %} {{ page.title }} {% else %} @@ -14,8 +14,6 @@ - -
@@ -82,8 +80,8 @@

{{ site.title }}

{{ page.title }}

-
-
+
+