mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Add installation section to README
Added installation instructions for MD-CMS.
This commit is contained in:
parent
9aa3610df4
commit
7907a23980
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -6,6 +6,20 @@ MD-CMS lets you write and publish a website entirely in markdown. Drop your `.md
|
|||
|
||||
---
|
||||
|
||||
## Installation
|
||||
|
||||
1) Download the latest [release](https://github.com/kbenestad/mdcms/releases).
|
||||
- The contents of `mdcms-vNNN.zip` and `mdcms.zip` are identical. Choose whatever suits your preference.
|
||||
3) Unzip the content in your project directory.
|
||||
3) Make necessary changes to `config.yml` and add pages to `pages/`. *Please note: Links to other pages are in the form `pages/pagename.md`.*
|
||||
4) Open the terminal in your project directory, and:
|
||||
- Open MDCMS.py with `python3 mdcms.py`.
|
||||
- Select option 3 to generate a `nav.yml` and `search.json` file.
|
||||
- Open `nav.yml` in your text editor and make sure that the section and title names are correct.
|
||||
- Once you're satisfied, you're ready to upload the content of `website/`. If you need a ZIP file, return to the terminal and select option 1.
|
||||
|
||||
---
|
||||
|
||||
## How it works
|
||||
|
||||
MD-CMS has two parts:
|
||||
|
|
|
|||
Loading…
Reference in a new issue