1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 13:28:19 +01:00
2017-12-18 10:20:36 +01:00
2017-12-18 10:20:36 +01:00
2017-05-01 21:44:33 +02:00
2017-12-18 10:20:36 +01:00
2017-12-18 10:20:36 +01:00
2017-11-17 17:44:02 +01:00
2017-07-02 19:18:48 +02:00
2017-11-17 17:44:02 +01:00
2017-11-29 21:51:47 +01:00
2017-04-14 21:45:15 +02:00
2017-04-14 21:45:15 +02:00
2017-04-14 21:45:15 +02:00
2017-12-18 10:20:36 +01:00

About TYPEMILL

TYPEMILL is a small system to create a website based on Markdown files. It is perfect for web books, online manuals or documentations.

To create a website, simply add your Markdown files to the content folder of TYPEMILL. TYPEMILL will take your files and folders and create a website with a corresponding navigation.

TYPEMILL is a lightweight tool for writers, who do not want to fiddle around with complicated technology. If you are a developer, you can easily craft your own theme based on the template language Twig.

TYPEMILL Screenshot

Documentation

You can read the full documentation for writers and developers on the TYPEMILL website.

Installation

Download TYPEMILL from the TYPEMILL website or clone this repository with git. Open your git command line (e.g. gitbash), go to your project folder (e.g. htdocs) and type:

git clone git://github.com/trendschau/typemill.git

Then open your command line, go to your fresh TYPEMILL folder and update the libraries with composer:

composer update

If you did not use composer before, please go to the composer website and start to learn.

To run TYPEMILL live, simply upload the files to your server.

Requirements

Your server should run with PHP 5.6 or newer. No database is required.

Setup

To setup TYPEMILL, please visit yourdomain.com/setup and fill out the forms.

You can also setup TYPEMILL manually: Go to the settings folder, copy the file settings.yaml.example and rename it to settings.yaml. Then open the file and edit the settings manually.

It is recommended to setup your TYPEMILL website before you push it live, because the setup url is open to everybody. After the first setup, the setup url is not active anymore.

Please read the full documentation on the TYPEMILL website.

Contribute

If you want to contribute to TYPEMILL, please fork this GitHub repository first. Then make your changes and create a pull request. I will review all request as soon as possible.

For hints, questions, problems and support, please open up a new issue on GitHub.

Licence

TYPEMILL is published under MIT licence.

Description
No description provided
Readme 36 MiB
Languages
PHP 50%
JavaScript 23.8%
Twig 17.3%
CSS 8.5%
Python 0.2%
Other 0.1%