这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.
/ MDEngine Public archive

A stupidly simple Markdown to HTML framework for Apache. You can even choose a theme!

License

Notifications You must be signed in to change notification settings

benburwell/MDEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About MDEngine

MDEngine is a simple website development platform based on 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 http://mdengine.benburwell.com/.

Installation

Simply download MDEngine, 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 colors
  • dark: also uses Solarized, but with a dark base

About

A stupidly simple Markdown to HTML framework for Apache. You can even choose a theme!

Resources

License

Stars

Watchers

Forks

Packages

No packages published