This contains sample files to build a static file website with redo. It is a test to see if these ideas are feasible.
License
psycotica0/redo-blog2
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
This is a set of do files, intended to provide a jumping off point for a website. It takes a series of .mime files and at the other end spits out sorted, tagged, templated static files based on the .mime files. As its engine it uses redo, which is a build-system. (https://github.com/apenwarr/redo) This means it should only build what is necessary to be built. If you don't have redo, you can check the above source to get it, or to get a minimal script that builds everything every time. It still, though, builds it all properly. One can try it out by executing: redo deploy This should build the example files, run them through bad templating, and populate the end directories with stuff.
About
This contains sample files to build a static file website with redo. It is a test to see if these ideas are feasible.