about summary refs log tree commit diff
path: root/users/fcuny/blog (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-23layout: proper TOCFranck Cuny1-4/+13
There's a need for two TOCs in the layout: one for when the page is on mobile; one for non mobile. When we are on mobile, we display the first TOC, before the article. When we're not on mobile, we hide that TOC and display one after the document. We restructure a bit the layout so that's it's a bit more readable too, and close tags properly.
2022-01-23layout: wrap content in an "article" tagFranck Cuny2-0/+8
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.
2022-01-23css: change style for tablesFranck Cuny1-4/+8
2022-01-23css: update color for the linksFranck Cuny1-3/+3
Use a light blue.
2022-01-21nav: use 'fcuny.net' instead of template variableFranck Cuny1-1/+1
Otherwise it's the name of the site, which is not what I'm looking for here.
2022-01-21css: major cleanupFranck Cuny1-76/+84
2022-01-21nav: align the menu items to the rightFranck Cuny1-2/+7
2022-01-21post: change formatting for the dateFranck Cuny1-4/+4