tlienart / ft-academic-resume

draft Franklin template for the academic template
10 stars 6 forks source link

Generalize the "posts" functions. #11

Open Cavenfish opened 8 months ago

Cavenfish commented 8 months ago

I tried to make a generalized version of the "posts" functions. This way they can be used to make a list of poster, talks, or publications. I also made a new "section" function for listing these items. Mostly, this was to remove the column formatting of the blog posts.

I also made it read the items (posts) out of a TOML file rather than using the directory method. I figured this would be easier for cases where a markdown page isn't needed (ie. listing talks, posters and publications which might just link to pdfs).

I noticed you mentioned wanting to read from JSON of bibtex but I figured TOML was easier to use from Julia since it is in base library.

Hopefully this is actually useful.