about summary refs log tree commit diff
path: root/users/fcuny/blog/config.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* layout: improve readability and remove /notesFranck Cuny2022-02-161-20/+2
| | | | | | | | | | 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: drop one item from the menuFranck Cuny2022-01-211-7/+0
|
* config: add author informationFranck Cuny2021-12-291-0/+4
|
* layout: add a link to the RSS feed in the menuFranck Cuny2021-12-291-1/+10
| | | | | Specify the weight so that the items in the menu are listed in the order I want.
* menu: simplify the menuFranck Cuny2021-12-201-0/+7
|
* hugo: enable git information againFranck Cuny2021-08-051-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.
* hugo: TLS by defaultFranck Cuny2021-07-191-1/+1
|
* hugo: don't enable git infoFranck Cuny2021-06-201-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.
* layout: add a navbarFranck Cuny2021-04-221-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.
* toml: re-configure markupFranck Cuny2021-04-131-1/+18
|
* taxonomy: add pages for tagsFranck Cuny2021-04-111-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.
* initial site with hugoFranck Cuny2021-03-071-0/+35
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.