aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/layouts (unfollow)
Commit message (Collapse)AuthorFilesLines
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