aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/config.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-05ref(fcuny/notes): delete notesFranck Cuny1-40/+0
The notes are at https://github.com/fcuny/notes.fcuny.net
2022-05-25ref(notes): don't rely on git for modified dateFranck Cuny1-1/+0
This is needed in order to replace the flake.nix with a default.nix, like I did for the blog earlier.
2022-05-11remove atom from the list of outputsFranck Cuny1-9/+1
2022-04-03site: remove unnecessary elementsFranck Cuny1-8/+0
2022-03-28convert blog to notesFranck Cuny1-18/+4
Separating the two sites so I can customize them differently.
2022-01-21nav: drop one item from the menuFranck Cuny1-7/+0
2021-12-29config: add author informationFranck Cuny1-0/+4
2021-12-29layout: add a link to the RSS feed in the menuFranck Cuny1-1/+10
Specify the weight so that the items in the menu are listed in the order I want.
2021-12-20menu: simplify the menuFranck Cuny1-0/+7
2021-08-05hugo: enable git information againFranck Cuny1-1/+1
Now that we're using a more recent version of the Docker image for hugo that comes with git, we can enable again git information.
2021-07-19hugo: TLS by defaultFranck Cuny1-1/+1
2021-06-20hugo: don't enable git infoFranck Cuny1-1/+1
The docker image used by fly.io to deploy a static website with hugo does not come with git, which prevents us to use the option `enableGitInfo`. This is not critical for now, so let's disable it so we can deploy.
2021-04-22layout: add a navbarFranck Cuny1-2/+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-13toml: re-configure markupFranck Cuny1-1/+18
2021-04-11taxonomy: add pages for tagsFranck Cuny1-20/+12
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.