aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/layouts/partials/postlist.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-05ref(fcuny/notes): delete notesFranck Cuny1-12/+0
The notes are at https://github.com/fcuny/notes.fcuny.net
2021-08-24blog: sort pages in reverse orderFranck Cuny1-1/+1
2021-08-15layout: don't use header tag in listFranck Cuny1-1/+1
2021-04-22layout: add a navbarFranck Cuny1-19/+1
I want to differentiate blog's entries from more general notes. For this, we create two menu entries, and add a navbar at the top. The nav bar let us select between the two kind of articles: blogs or notes. For now we have a single blog entry, and no notes. The page to list entries is simplified: we use the same layout for all lists (tags, notes, blogs). The CSS is updated to support the new nav bar.
2021-04-11taxonomy: add pages for tagsFranck Cuny1-0/+30
We want to have pages that list all the articles related to a given tag. Update the configuration to add support for tags and the permalink structure.