Skip to content

Cloudxtreme/mdwiki-kickstart-template

 
 

Repository files navigation

MDWiki Kickstart Template

This a directory that can be cloned or downloaded to get going quickly with a mdwiki based web . After cloning you just point your browser to the file path and then edit away on markdown files with your favorite editor (e.g. sublime)

The details of what and how are found on the homepage once you get it up and running or just look in the index.md file

No server needed

The beauty of MDwiki is that all the javascript code to render and display the markdown is inside one file (index.html) that runs all inside your browser. That means your browser does the markdown rendering...no server needed!

This makes an MDwiki site portable. Just put it anywhere and point your browser to that location be it a url or a local file path.

This means MDwikis can be put places like an S3 bucket at Amazon Web services or as simple as pushing the repo you cloned to a repo at your Github account using a gh-pages branch

Here you can see the template site served from an S3 Bucket).

Here you can see the template site served from a gh-pages branch of the repo).

Of course it can be "served" from any regular server like Apache.

Tip: IIS Server

If you deploy to a Windows IIS there a few cavets.
See this page http://dynalon.github.io/mdwiki/#!tutorials/iis/iis.md

plus you'll need to add in a mime for .json as well

About

A directory you can clone to get you going quickly with MDwiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%