aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: correct URL for my various repositoriesFranck Cuny2023-03-031-1/+1
|
* ref(style): use a nicer font, change the menuFranck Cuny2022-11-281-8/+6
|
* ref: some CSS tweaks to make the site more readableFranck Cuny2022-11-121-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.
* fix(layout): link to my instance of gitea instead of GitHubFranck Cuny2022-11-061-1/+1
|
* ref(style): simplify further the style of the siteFranck Cuny2022-10-292-18/+18
| | | | | Get rid of the footer and the icons. Set a light background color, and simplified the listing of the pages.
* content: add the notes backFranck Cuny2022-10-261-1/+1
|
* fix(layouts): set the URL to GitHubFranck Cuny2022-10-041-1/+1
|
* layout: improve readability and remove /notesFranck Cuny2022-02-162-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.
* nav: use 'fcuny.net' instead of template variableFranck Cuny2022-01-211-1/+1
| | | | | Otherwise it's the name of the site, which is not what I'm looking for here.
* nav: align the menu items to the rightFranck Cuny2022-01-211-2/+7
|
* menu: simplify the menuFranck Cuny2021-12-201-9/+3
|
* blog: sort pages in reverse orderFranck Cuny2021-08-241-1/+1
|
* CSS: makes the menu more readableFranck Cuny2021-08-231-8/+6
| | | | Move the title to the left and the menu items to the right.
* layout: don't use header tag in listFranck Cuny2021-08-151-1/+1
|
* CSS: use a class for the menuFranck Cuny2021-08-151-1/+1
| | | | | We will have more use of the tag `nav` and we will need different styles for it.
* css: bigger font and highlight colorsFranck Cuny2021-08-051-0/+2
| | | | | Increase the font size and change some of the colors used for highlighting code.
* blog: add humans.txtFranck Cuny2021-08-051-0/+1
| | | | See humanstxt.org for more information.
* layout: add a navbarFranck Cuny2021-04-222-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.
* taxonomy: add pages for tagsFranck Cuny2021-04-111-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.
* layout: clean up empty spaceFranck Cuny2021-04-061-1/+1
|
* initial site with hugoFranck Cuny2021-03-071-0/+15
Start my website from scratch once more, using hugo to generate it. For now the layout is pretty simple: - an index page that will list future notes - notes should be created under the "content" directory The theme is custom and I'll try to keep this simple.