aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/layouts/_default/baseof.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-05ref(fcuny/notes): delete notesFranck Cuny1-10/+0
The notes are at https://github.com/fcuny/notes.fcuny.net
2022-04-03site: remove unnecessary elementsFranck Cuny1-1/+0
2022-03-28convert blog to notesFranck Cuny1-0/+1
Separating the two sites so I can customize them differently.
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.