This project contains static blog template powered by pelican static site generator and netlify hosting source.
Note: please take into account that it is built for demo purpose but not for actual usage. Use it as a template source.
- front-end
- html5
- css3
- bootstrap3
- back-end
- python 3.6 | 3.7 | 3.8
- pelican
- netlify hosting
- code analysis
Please check https://vyahello.netlify.com to see how it looks like.
Move to output content folder and launch server locally:
cd output
python -m http.server 5001
Then please open localhost:5001 endpoint.
- Configure project:
pelican-quickstart
- Create markdown page in content/ folder
- Generate site:
pelican content
- Take a look at generated files under output/ folder
- Build site on netlify (note it supports either
3.7
or3.5
versions)
Project contains CI support in terms of running static code analysis procedure followed by code-analysis.yml file.
Author โ Volodymyr Yahello.
Distributed under the MIT
license. See LICENSE for more information.
You can reach out me at:
- [email protected]
- https://twitter.com/vyahello](https://twitter.com/vyahello)
- https://www.linkedin.com/in/volodymyr-yahello-821746127
- clone the repository
- configure Git for the first time after cloning with your
name
andemail
pip install -r requirements.txt
to install all project dependenciespip install -r requirements-dev.txt
to install all development project dependencies