diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 12:45:38 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 12:45:38 -0600 |
commit | a2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 (patch) | |
tree | 931e5db33acf10b3bf1dc997fce8b5d6f2090330 | |
parent | ac6772f292a83217e10e38ba853c76b5666133e0 (diff) |
Fix miscellaneous issues
-rw-r--r-- | 404.html | 16 | ||||
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | about.markdown | 18 | ||||
-rw-r--r-- | index.markdown | 2 |
4 files changed, 3 insertions, 35 deletions
@@ -3,21 +3,7 @@ permalink: /404.html layout: default --- -<style type="text/css" media="screen"> - .container { - margin: 10px auto; - max-width: 600px; - text-align: center; - } - h1 { - margin: 30px 0; - font-size: 4em; - line-height: 1; - letter-spacing: -1px; - } -</style> - -<div class="container"> +<div class="well"> <h1>404</h1> <p><strong>Page not found :(</strong></p> 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 --- |