From da1f6da5c2e7251b855aea9e685207deb7d36325 Mon Sep 17 00:00:00 2001 From: sylhare Date: Sat, 18 Nov 2017 15:28:59 -0500 Subject: [PATCH] Fixing KateX rendering #24 --- _config.yml | 2 +- _includes/head.html | 12 ++++++------ _posts/2014-11-28-markdown-and-html.md | 2 +- ...1-30-sample-post.md => 2014-11-30-sample-post.md} | 0 pages/404.md | 1 + 5 files changed, 9 insertions(+), 8 deletions(-) rename _posts/{2017-11-30-sample-post.md => 2014-11-30-sample-post.md} (100%) diff --git a/_config.yml b/_config.yml index 539f99b234..00a159f8bf 100644 --- a/_config.yml +++ b/_config.yml @@ -83,5 +83,5 @@ sass: sass_dir: _sass style: :compressed plugins: [jekyll-paginate, jekyll-seo-tag] -theme: type-on-strap # If using the theme as a jekyll theme gem +#theme: type-on-strap # If using the theme as a jekyll theme gem exclude: ["Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", "LICENSE", "README.md", "screenshot.png"] diff --git a/_includes/head.html b/_includes/head.html index a57f4afb9a..30815e5ecb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@ - + @@ -61,9 +61,9 @@ {% seo %} - - + + diff --git a/_posts/2014-11-28-markdown-and-html.md b/_posts/2014-11-28-markdown-and-html.md index 90f5ca6a76..e1b0b3ab7a 100644 --- a/_posts/2014-11-28-markdown-and-html.md +++ b/_posts/2014-11-28-markdown-and-html.md @@ -33,7 +33,7 @@ while (j < 20) { } {% endhighlight %} -Type Theme uses KaTeX to display maths. Equations such as $$S_n = a \times \frac{1-r^n}{1-r}$$ can be displayed inline. +Type on Strap uses KaTeX to display maths. Equations such as $$S_n = a \times \frac{1-r^n}{1-r}$$ can be displayed inline. Alternatively, they can be shown on a new line: diff --git a/_posts/2017-11-30-sample-post.md b/_posts/2014-11-30-sample-post.md similarity index 100% rename from _posts/2017-11-30-sample-post.md rename to _posts/2014-11-30-sample-post.md diff --git a/pages/404.md b/pages/404.md index e5e72a925e..8a26e5fb52 100644 --- a/pages/404.md +++ b/pages/404.md @@ -4,4 +4,5 @@ title: "404 Page not found" permalink: /404.html hide: true --- + Sorry, the requested page wasn't found on the server.