samuelstevens.me
This is the repo I'm using to set up my website, and then this repo is the one that GitHub publishes.
./build.sh # builds the website
./serve.sh # builds the website on file change, requires nodemon
./publish.sh # publishes the website via git commit
All scripts are based on my personal file structures.
To Do
- [] Add a favicon
- [] Add Google SEO, robots.txt, etc.
- [] Convert python script to bash, or bash to python
- [] Preprocess HTML by removing excess whitespace
Images
- Open in Gimp
Flatten Image
- Convert to indexed mode,
Generate optimum palette
with 256 colors. - Save as
.png
with maximum compression.