From dcff1e389f0474bf01bdacbad6313fbdadab5329 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Wed, 24 Jan 2018 00:48:55 +0800 Subject: docs: don't forget copy the `config.toml` --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 15f3aeb..54647c1 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,19 @@ A super concise theme for Hugo $ git clone https://github.com/olOwOlo/hugo-theme-even themes/even ``` -## Configuration - -Copy the `config.toml` file from the `exampleSite` directory to your site directory and change it. +**Important:** Take a look inside the [`exampleSite`](https://github.com/olOwOlo/hugo-theme-even/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/olOwOlo/hugo-theme-even/blob/master/exampleSite/config.toml). **To use it, copy the [`config.toml`](https://github.com/olOwOlo/hugo-theme-even/blob/master/exampleSite/config.toml) in the root folder of your Hugo site.** Feel free to change it. -### More Configuration +## Configuration - **favicon.ico:** Just put your favicon.ico under the `/static` directory if you want to change the default favicon.ico. - **Front matter:** Copy the `default.md` file from the `archetypes` directory to your `archetypes`. -- **Language:** Language files are under `/themes/even/data/even/` directory. Create a new directory `even` under your `data` directory and copy the `default.toml` to your `/data/even/`, and then you can change it if you want. +- **Language:** Language files are under [`/themes/even/data/even/`](https://github.com/olOwOlo/hugo-theme-even/tree/master/data/even) directory. Create a new directory `even` under your `data` directory and copy the `default.toml` to your `/data/even/`, and then you can change it if you want. - **Theme color:** Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet - You can config it by change the `$theme-color-config` value in `/src/css/_variable.scss`. + You can config it by changing the `$theme-color-config` value in `/src/css/_variable.scss`. ### Build -- cgit v1.2.3