blog/README.md

26 lines
657 B
Markdown
Raw Normal View History

# Hello
This is the source code for the website all packaged here.
Below is a description of what each directory contains and why.
## ~/
* `make.sh` - build file for basically everything
2018-12-23 08:15:18 +00:00
## ./markdown
Container for all/post articles and/or posts to the site, including but not limited to the homepage, site philosophy post and others. These are then rendered into actual html files using the `make.sh` file.
2018-12-23 08:15:18 +00:00
## ./img
2018-12-23 08:15:18 +00:00
Images used for the site go here
2018-12-23 08:15:18 +00:00
## ./fonts
2018-12-23 08:15:18 +00:00
Fonts that are really cool
## ./_site
Though this directory doesn't show up on in the repository it's where the public files go once they are built and ready for the actualy website