diff --git a/404.html b/404.html index 2f213ee4..122c1652 100755 --- a/404.html +++ b/404.html @@ -3,17 +3,15 @@ title: Limbo --- - + - - {% include head.html %} - - -
-

404

-

- Oh no! You're lost. Or I'm lost. Someone's lost. -

-
- + + {% include head.html %} + + +
+

404

+

Oh no! You're lost. Or I'm lost. Someone's lost.

+
+ diff --git a/_config.yml b/_config.yml index f526b0d5..927170e0 100755 --- a/_config.yml +++ b/_config.yml @@ -1,10 +1,10 @@ url: https://asmlab.org/ -baseurl: https://asmlab.org/ +baseurl: "" timezone: Etc/UTC sass: sass_dir: public/css - style: :compressed + style: compressed plugins: - jekyll-archives @@ -21,14 +21,13 @@ jekyll-archives: month: month-archives day: day-archives permalinks: - year: '/:year/' - month: '/:year/:month/' - day: '/:year/:month/:day/' - tag: '/tag/:name/' - category: '/:name/' + year: "/:year/" + month: "/:year/:month/" + day: "/:year/:month/:day/" + tag: "/tag/:name/" + category: "/:name/" - -permalink: /:categories/:title.html +permalink: /:categories/:title.html exclude: - Gemfile