Skip to content

Create a new way to store all blog posts #1

@kendallcallison

Description

@kendallcallison

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions