From c8f3f1733d05298f3da96691afba4fbd2358b75e Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Tue, 12 Aug 2014 23:27:52 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db808f0..5407c90 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -CTHN Wiki Factory +Markdown Wiki Factory ================= -Yes, this thing is building CTHN wikis. 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. You usually don't need this repository, but if you want to have an offline instance or your name is otih, you definitively need this :) - +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. ## Generate the pages -Set up a cronjob and execute the script `scripts/generate_pages.rb`. A new folder `public_html` will appear magically. Dont forget to pull the changes with `git submodule update` before running this script. +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. ## Deployment 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.