aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2023-06-24 22:37:15 +0200
committerOxbian <got.dacs@slmail.me>2023-06-24 22:37:15 +0200
commitda3a8b740889d7874c1c30e9d24cfc0455291ccd (patch)
treebf1731838e637c91a897ee25cf5a9c0062f21e64
parentb7ea89bc36deb42e28e6d5b66af32566104a2e6f (diff)
downloadblog-generator-da3a8b740889d7874c1c30e9d24cfc0455291ccd.tar.gz
blog-generator-da3a8b740889d7874c1c30e9d24cfc0455291ccd.zip
Credits to ploum & explanation on how to use this project
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 105f16c..8eb623c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
This repo contains a python script that can create a blog from a list of markdown files. You just need markdown files, a page template, an index page template, an atom feed template and an atom post template.
If you need some example check my [blog source code](https://git.arka.rocks/Oxbian/ArkaBlog).
-## How to use it
+## How to setup
First you will need some compatible written markdown files, the supported markdown is listed below.
After that, you will need to setup the .env file with your configuration and create template for the page, index, Atom Feed & Atom post.
@@ -31,6 +31,11 @@ Don't create / use virtual env, just install the requirements on your global pyt
pip intall -r requirements.txt
```
+## How to use it
+
+Now that everything is configured, you can just run `python3 generator.py` and the page will be generated.
+**Be careful if there is no metadata in your markdown file the page will not be added into the index page.**
+
## Supported markdown
Here is listed the supported markdown for this blog generator :
@@ -79,4 +84,9 @@ If you have any troube you can contact me by email, matrix, or open an issue. If
## License
-This project is under the GPLV3 license. You can use, modify, as long as the copy is opensource under the GPLV3 too. \ No newline at end of file
+This project is under the GPLV3 license. You can use, modify, as long as the copy is opensource under the GPLV3 too.
+
+## Credits
+
+This project was inspired by the [blog generator](https://git.sr.ht/~lioploum/ploum.net) made by [Ploum](https://ploum.net), thanks to him for his work.
+
ArKa projects. All rights to me, and your next child right arm.