aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/layouts/_default/baseof.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-05ref(fcuny/blog): delete the blogFranck Cuny1-11/+0
The blog moved back to https://github.com/fcuny/fcuny.net
2022-02-16layout: improve readability and remove /notesFranck Cuny1-0/+1
The notes will be moved to a different site/repository, with their own style. Update the index page to make it more readable. Make the header more visible with fewer links. Add a footer, with links using SVG icons.
2022-01-23layout: drop the div 'main'Franck Cuny1-6/+4
The div 'main' is not needed, we are creating an element named 'named' in the main block.
2021-04-22layout: add a navbarFranck Cuny1-0/+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.