legoraft / stagnant

A simple static site generator to power my blog
GNU General Public License v3.0
0 stars 0 forks source link

Add more modularity #3

Open legoraft opened 1 week ago

legoraft commented 1 week ago

The project currently isn't very modular, the link list should be in the index file and can't use the Frontmatter fields (#2).

To make the project more modular add the following:

legoraft commented 1 week ago

Inserting the link list in other pages will probably be done by using a simple command line argument. The post list should only be visible in one place.

legoraft commented 1 week ago

cli is currently being worked on using the clap crate. This will add more futureproofing and add some more cli arguments.