This is a simple blog that records my development log.
After reading this article, "Every developer should have a blog. Here’s why, and how to stick with it." , I have decided to get my hands dirty to create my own blog. This blog will record all my personal noteworthy logs in markdown format.
- 0. Check these libraries and use them.
- 1. Study HTML & CSS (in progress)
- 2. Split the layout(There should be a fixed menu navigating tab, and content should be shown in layout) (in progress)
- Apply simple layout to make all pages have the same layout.
- header, footer size alignment
- HTML page inheritance --> to make single layout file to be applied to all pages
- 3. Make upload_file parts as class
- 4. Make a list of all
.md
files shown in the main page - 5. Should make text located in the middle of the tag box.
- Refactoring
- Add code coverage
- Solve flask logging that is not working
- drag & drop uploading feature
- Update to python3.7
- Relative import modification
- Make
.md
file is shown in main page
make venv
source venv/bin/activate
make init