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
ruby
rubygems
jekyll
dart-sass
See Jekyll Quickstart to setup locally.
-
Gemfile
controls the packages involved. -
_config.yml
controls the config for the whole site -
_layouts/
contains any html templates the built markdown files will use -
assets/css/
contains stylesheets-
*.scss
files 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
-
*.css
files are the ones to be used by html documents
-
-
bundle exec jekyll serve
builds and hosts the site onhttp://localhost:4000
--livereload
automatically reloads the page upon source file edit
---
title: Title
---
![Banner](/assets/imagename.png)
## Heading
## Heading
### Subheading
## Footnotes & Citations
[^1]: 1st Footnote
[^2]: 2nd Footnote