-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Current State
Right now, the python script creates a post.html file and then modifies the index.html file to show the new post.
Issue
The current system will be hard to work with in scale. When the time comes to have pages of blog posts, the program will only be able to access and modify the first page of posts.
Solution
- Save all blog posts within a "./Posts" directory
- Have index.html use javascript to create and display the home page blog posts.
- Adjust the python script to search for blog posts not from within the ./Public dir, but the ./Public/Posts dir
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels