This is my rudimentary website.
- Make Pixel 404 Banner
- Update
texture-tavern - Make banner_stuff_x30.png be the same proportions as banner_main_x30.png
- Make Email, PMC and Discord pixel icons
rubyrubygemsjekyll
dart-sass
See Jekyll Quickstart to setup locally.
-
Gemfilecontrols the packages involved. -
_config.ymlcontrols the config for the whole site -
_layouts/contains any html templates the built markdown files will use -
assets/css/contains stylesheets-
*.scssfiles are the ones to be edited- Run
sass -w <dir path>to start a dart-sass process watching the directory. This will automatically compile all Sass files to CSS every time you save a change.
- Run
-
*.cssfiles are the ones to be used by html documents
-
-
bundle exec jekyll servebuilds and hosts the site onhttp://localhost:4000--livereloadautomatically reloads the page upon source file edit
---
title: Title
---

## Heading
## Heading
### Subheading
## Footnotes & Citations
[^1]: 1st Footnote
[^2]: 2nd Footnote