aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-03fix: correct URL for my various repositoriesFranck Cuny1-1/+1
2022-11-28ref(style): use a nicer font, change the menuFranck Cuny1-8/+6
2022-11-12ref: some CSS tweaks to make the site more readableFranck Cuny1-1/+1
Set the color to something lighter, closer to white. Increase the size of the font. Add a small border with color for h2 headers.
2022-11-06fix(layout): link to my instance of gitea instead of GitHubFranck Cuny1-1/+1
2022-10-29ref(style): simplify further the style of the siteFranck Cuny2-18/+18
Get rid of the footer and the icons. Set a light background color, and simplified the listing of the pages.
2022-10-26content: add the notes backFranck Cuny1-1/+1
2022-10-04fix(layouts): set the URL to GitHubFranck Cuny1-1/+1
2022-02-16layout: improve readability and remove /notesFranck Cuny2-7/+37
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-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
2021-12-20menu: simplify the menuFranck Cuny1-9/+3
2021-08-24blog: sort pages in reverse orderFranck Cuny1-1/+1
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: 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-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: add humans.txtFranck Cuny1-0/+1
See humanstxt.org for more information.
2021-04-22layout: add a navbarFranck Cuny2-19/+16
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 Cuny1-0/+30
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: clean up empty spaceFranck Cuny1-1/+1