summaryrefslogtreecommitdiff
path: root/README.md
blob: aed61aa32d326ddaf5912e46c1339c38449009ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.