This is the source code of ADHD.ge. There are several reasons for open-sourcing this:
- If I can no longer work on this project, I want to give others the opportunity to continue the project
- Transparency
- Attracting contributors
The purpose of this site and project is and always will be to protect the interests of people with ADHD living in Georgia.
- The articles are written in Markdown and placed in the
articlesdirectory. render.pypython script is used to convert the Markdown to HTML, along with making use oftemplate.htmlto generateindex.htmlfiles ready to be used in production.- Don't forget to install python and the project dependencies,
pip3 install -r requirements.txt
- It is planned to rewrite the whole site into Hugo Framework.
- If you can do this, feel free to do it and send a pull request.
- Other static site generators can be considered as well.
- Get in touch through our Discord for discussions.
- Hosting is done through Cloudflare pages. This allows hosting to remain free.
- Deployment is done by simply rendering the pages, zipping the entire
prodfolder, creating new "deployment" in Cloudflare pages panel, and uploading it. - Domain still costs money annually, which I cover from my own pocket.