Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benburwell/MDEngine
A stupidly simple Markdown to HTML framework for Apache. You can even choose a theme!
https://github.com/benburwell/MDEngine
Last synced: 3 months ago
JSON representation
A stupidly simple Markdown to HTML framework for Apache. You can even choose a theme!
- Host: GitHub
- URL: https://github.com/benburwell/MDEngine
- Owner: benburwell
- License: bsd-3-clause
- Archived: true
- Created: 2012-04-19T15:57:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T01:54:14.000Z (over 11 years ago)
- Last Synced: 2024-05-15T04:32:35.965Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About MDEngine
**MDEngine** is a simple website development platform based on [Markdown](http://daringfireball.net/projects/markdown/) and PHP.
Create your own template (or use the default) and simply add your Markdown files to your web root and they'll be processed into HTML.
Requires PHP and an Apache server (>= 2.2.16) running `mod_dir` in `.htaccess` files.
For an online demo, see .
## Installation
Simply [download MDEngine](https://github.com/bburwell/MDEngine/archive/master.zip), unzip it and place it in your web root directory. All existing content will act as it did before, and any Markdown files you add will be handled by MDEngine.
## Themes
MDEngine is highly extensible, but also usable straight out of the box. To that end, MDEngine currently comes with three themes. To change the theme, you must edit the `settings.php` file.
Find the `$mdengine['theme']` and change its value to the name of the theme you want to use. The default is `plain`. Currently available options are:
* `plain`: a simple red and black on white single column layout
* `light`: similar to `plain`; uses [Ethan Schoonover's Solarized][Solarized] colors
* `dark`: also uses Solarized, but with a dark base[Solarized]: http://ethanschoonover.com/solarized