| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
I use tags to organize things.
|
| | |
|
| |
|
|
|
|
| |
Stop playing with fonts, just use what ever is the default from the
user. Make the width of the page a bit more tight. Improve readability
of tables.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Get rid of the navigation bar, remove a number of elements, put more
things on the main page. Clean up the CSS.
|
| |
|
|
|
|
|
|
|
|
|
| |
I can now run `nix fmt` or `nix flake check` to check the syntax for
various files in this repository.
Fixed a deprecation warning for `hugo`:
```
> WARN The author key in site configuration is deprecated. Use params.author.email instead.
> WARN The author key in site configuration is deprecated. Use params.author.name instead.
```
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Get rid of the footer and the icons. Set a light background color, and
simplified the listing of the pages.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Refactored the build of the docker image to be done with nix: the flake
knows how to build the docker image, using caddy as a HTTP server. It
generates a small image, with the configuration for caddy and the site
generated by hugo (`nix build`).
Deleted the Dockerfile since the creation is done with nix.
Got rid of the deployment script since this is also done via the
flake (`nix run .#deploy`).
|
| |
|
|
| |
It's already in the footer.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
| |
Specify the weight so that the items in the menu are listed in the order
I want.
|
| | |
|
| |
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
|
|
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.
|