Skip to content

Commit

Permalink
fix: Updating _config.yml and 404
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Apr 22, 2024
1 parent 8002789 commit b090810
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
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">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
9 changes: 9 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
title: 4bitcss
description: >- # this means to ignore newlines until "baseurl:"
4bitcss: CSS3 16-color schemes.
permalink: pretty
analyticsID: G-27ME7M0HYR
defaults:
- values:
layout: "default"

0 comments on commit b090810

Please sign in to comment.