|
6 years ago | |
---|---|---|
assets | 7 years ago | |
scripts | 6 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 6 years ago | |
README.md | 6 years ago | |
index.php | 7 years ago | |
update.php | 7 years ago |
Yes, this thing is building wikis from markdown files. Awesome, uh? The source repository is the wiki-data Repository, so if you want to make changes on the content, make the changes there and commit your stuff. After that, this repository comes in handy, which will generate static pages (and dynamich PHP clobber if you really want to) from the markdown files.
Set up a cronjob and execute the script scripts/generate_pages.rb
. A new folder public_html
will appear magically. Don't forget to pull the changes with git submodule update
before running this script.
The relevant settings for Nginx is allready in the scripts/nginx.conf
file. So just copy/paste this in your config, adjust to your needs and restart the HTTP server.