You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Shoofle a22051e64d docs and explanation for articles 1 month ago
articles docs and explanation for articles 1 month ago
guitar I don't even know what this was about 4 years ago
static commit pipfile because we're using pipenv, also no more submodules 1 month ago
.gitignore .gitignore includes .DS_Store. 11 years ago
Pipfile commit pipfile because we're using pipenv, also no more submodules 1 month ago
generate.ignore.py docs and explanation for articles 1 month ago
index.html circle script updates 1 year ago
pure_flask.py Blueprints. Completely restructured articles section. Y'know, nothin' big. Yawn. 11 years ago
readme.md quiet down that readme filename 1 month ago

readme.md

This is my server! It's not much, but it's mine.

It used to run on flask, but now it is just static html to be served through nginx. Who needs to actually write server code, right? :(

It's still in progress, and completely broken at the moment.

Okay this has been updated towards being statically generated and served by nginx (or whatever stat ic web server you like). I have made a fancy schmancy STATIC SITE GENERATOR in generate.ignore.py , which basically just renders jinja templates for appropriate files! it's pretty self-explanatory, use -h to get help on the args, it's a great time.

shooflenet.service is no longer necessary because this is all run through nginx

nginx needs to be updated to handle -/_ inconsistencies in file names no! the generator needs to be updated to output the - folders. or both - and _ folders. or symlink it. oor i dno't evne know

from this folder: pipenv run python3 generate.ignore.py --input . --output /var/www/shoofle.net/ i think will generate it to where we want