diff options
| author | Arne Rief <riearn@proton.me> | 2025-08-08 20:50:19 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-08-08 20:50:19 +0200 |
| commit | 1bf4d8aca6f81f2dddd0262e74b278cd9985b53d (patch) | |
| tree | 9c4168e894bc52595dadd2d99b29305473f2ebcc /README.md | |
initial commit, basic setup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..aed61aa --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Argo + +Argo is a clean, minimal, responsive Hugo theme. +You can see it in use on my personal website [arnerief.net](https://arnerief.net). + +## Features +- Multilingual support +- Fully responsive +- Toggle Light/Darkmode +- Site-wide search + +## Installation +```sh +hugo new site your-site-name +cd your-site-name +git init +git submodule add https://arnerief.net themes/Argo +echo "theme = 'Argo'" >> hugo.toml +hugo server +``` + +## Notice +Check the `hugo.toml` settings and the examples in the `i18n` directory for reference on how to set up Argo for a multilingual website. +Also note that the theme expects that `params.author.name` is defined, as can be seen in `hugo.toml`. +If you want to directly set `params.author` to your name you would have to remove "name" from all instances of `site.Params.author.name` in the HTML files. |
