diff options
author | amzrk2 | 2020-07-29 15:48:02 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-29 15:48:02 +0800 |
commit | f150b01203eaae487200a64207eaec97859e6868 (patch) | |
tree | d94999c8e25660f53b2fa2f7d7e17550fe216e67 /README.md | |
parent | 22ae19173744e84d3f3d651f6d7a2949259f1e6a (diff) | |
download | hugo-theme-fuji-f150b01203eaae487200a64207eaec97859e6868.tar.gz hugo-theme-fuji-f150b01203eaae487200a64207eaec97859e6868.tar.bz2 hugo-theme-fuji-f150b01203eaae487200a64207eaec97859e6868.zip |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -49,15 +49,7 @@ git submodule add https://github.com/amzrk2/hugo-theme-fuji.git themes/fuji For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo. -Then copy the `config.toml` in the `exampleSite`to the root of your Hugo site. Change strings as you like. - -Run Hugo's built-in local server: - -```bash -hugo server -``` - -If you want to generate your site, just run `hugo` or `hugo --minify`. +Then copy the `config.toml` in the `exampleSite` to the root of your Hugo site, and use it as a reference for your config file. **It contains all of the settings for site menus, search pages and other features, you'll need this file to make your site work properly.** ## 🆕 Update the theme |