mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Update README.md
This commit is contained in:
parent
952d259602
commit
27098fab5f
1 changed files with 1 additions and 4 deletions
|
@ -57,7 +57,7 @@ Detailed instructions for each method can be found in the [Installation](https:/
|
||||||
|
|
||||||
### Quick start using git submodules
|
### Quick start using git submodules
|
||||||
|
|
||||||
> **Note:** Ensure you have **git**, **Go**, and **Hugo** installed, and that you have created a new Hugo project before proceeding.
|
> **Note:** Ensure you have **Git**, **Go**, and **Hugo** installed, and that you have created a new Hugo project before proceeding.
|
||||||
|
|
||||||
1. From your project directory, initialise git:
|
1. From your project directory, initialise git:
|
||||||
|
|
||||||
|
@ -73,11 +73,8 @@ Detailed instructions for each method can be found in the [Installation](https:/
|
||||||
|
|
||||||
3. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder.
|
3. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder.
|
||||||
|
|
||||||
> **Note:** Do not overwrite the `module.toml` file you created above!
|
|
||||||
|
|
||||||
You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub.
|
You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub.
|
||||||
|
|
||||||
|
|
||||||
4. Follow the [Getting Started](https://nunocoracao.github.io/blowfish/docs/getting-started/) instructions to configure your website.
|
4. Follow the [Getting Started](https://nunocoracao.github.io/blowfish/docs/getting-started/) instructions to configure your website.
|
||||||
|
|
||||||
### Quick start using Hugo
|
### Quick start using Hugo
|
||||||
|
|
Loading…
Reference in a new issue