Skip to content
Snippets Groups Projects
Commit 8e0ff9d7 authored by Nikos Roussos's avatar Nikos Roussos
Browse files

Update documentation

parent 1a4c3182
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,6 +23,12 @@ Use templates for adjusting UI to fit your needs.
both templates and pages. [Markdown](https://en.wikipedia.org/wiki/Markdown)
for blog posts.
 
Copy configuration example and edit it to fit your site specifics.
```
cp config.yml-dist config.yml
```
Run monopati:
 
```
Loading
Loading
@@ -33,6 +39,13 @@ This will generate all necessary files for serving the website.
Monopati doesn't create any subfolder for generating the files,
so it should be fairly easy to deploy it by just uploading the whole folder.
 
### Example
The code comes with one example post (under the `posts`) folder. You can check
how the metadata header is being user and some basic syntax. Under the `pages`
folder there is a static template example which serves as the landing and about
page of your site.
## LICENSE
 
Licensed under the [GPLv3](LICENSE).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment