aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/layouts (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-09fix(blog): set the correct URL to my git serverFranck Cuny1-1/+1
Change-Id: I0911c07d5ab0e17a09e587ba4507d0202f6c7ff3 Reviewed-on: https://cl.fcuny.net/c/world/+/364 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-02-16layout: improve readability and remove /notesFranck Cuny4-16/+48
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-23CSS: switch from class to idFranck Cuny1-5/+5
These elements are unique on each page.
2022-01-23layout: no need for a class to element 'article'Franck Cuny3-3/+3
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-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-21nav: align the menu items to the rightFranck Cuny1-2/+7
2022-01-21post: change formatting for the dateFranck Cuny1-4/+4
2022-01-10index: rephraseFranck Cuny1-1/+1
2022-01-08index: update current jobFranck Cuny1-1/+1
2021-12-29RSS: fix the templateFranck Cuny1-3/+5
Generate correctly the content of the RSS feed. I only want the blog articles, not the notes.
2021-12-20index: re-organize the main pageFranck Cuny1-9/+11
Add a "contact" header with my information under it.
2021-12-20menu: simplify the menuFranck Cuny1-9/+3
2021-08-24blog: sort pages in reverse orderFranck Cuny1-1/+1
2021-08-23index: drop the main headerFranck Cuny1-2/+0
It's ugly.
2021-08-23CSS: use decoration on headers only for articlesFranck Cuny1-2/+6
Add an element "article" to the single page template, and change the CSS to use the decoration for headers only for that kind of content. Having decoration for all headers is distracting, it's more suited for actual content. We also don't need decoration for h1, only smaller headers.
2021-08-23CSS: makes the menu more readableFranck Cuny1-8/+6
Move the title to the left and the menu items to the right.
2021-08-15layout: don't use header tag in listFranck Cuny1-1/+1
2021-08-15CSS: support table of contentFranck Cuny1-0/+7
If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page.
2021-08-15CSS: use a class for the menuFranck Cuny1-1/+1
We will have more use of the tag `nav` and we will need different styles for it.
2021-08-14blog: replace github with git.fcuny.netFranck Cuny1-1/+1
2021-08-05css: bigger font and highlight colorsFranck Cuny1-0/+2
Increase the font size and change some of the colors used for highlighting code.
2021-08-05blog: update descriptionFranck Cuny1-1/+1
2021-08-05blog: add SSH public keysFranck Cuny1-0/+1
2021-08-05blog: add humans.txtFranck Cuny1-0/+1
See humanstxt.org for more information.
2021-04-22layout: add a navbarFranck Cuny6-35/+19
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 Cuny2-0/+36
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.
2021-04-06layout: add date and tags to single pagesFranck Cuny1-1/+26
We want to show the tags and the published/updated date for the articles. Add to the CSS the classes for these new elements.
2021-04-06layout: fix format for the dateFranck Cuny1-1/+1
2021-04-06layout: clean up empty spaceFranck Cuny1-1/+1