From a2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 12:45:38 -0600 Subject: Fix miscellaneous issues --- 404.html | 16 +--------------- _config.yml | 2 +- about.markdown | 18 ------------------ index.markdown | 2 +- 4 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 about.markdown diff --git a/404.html b/404.html index 086a5c9..3df1690 100644 --- a/404.html +++ b/404.html @@ -3,21 +3,7 @@ permalink: /404.html layout: default --- - - -
+

404

Page not found :(

diff --git a/_config.yml b/_config.yml index 277b13a..17ffc43 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ url: https://scotte.github.io/jekyll-clean # be the project name. # *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or # run it like so: jekyll serve --baseurl='' -baseurl: /jekyll-clean +baseurl: '' # These can be '' to hide the Github or Gitlab nav buttons github: 'scotte/jekyll-clean' diff --git a/about.markdown b/about.markdown deleted file mode 100644 index 8b4e0b2..0000000 --- a/about.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) - -You can find the source code for Minima at GitHub: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at GitHub: -[jekyll][jekyll-organization] / -[jekyll](https://github.com/jekyll/jekyll) - - -[jekyll-organization]: https://github.com/jekyll diff --git a/index.markdown b/index.markdown index 0671507..ed7f736 100644 --- a/index.markdown +++ b/index.markdown @@ -2,5 +2,5 @@ # Feel free to add content and custom Front Matter to this file. # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults -layout: home +# layout: home --- -- cgit v1.2.3