Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-08-13 12:35:21 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-08-13 12:35:21 +0300
commit55e5246bfb6d22cad6ab73bf155b874e5d630405 (patch)
tree2beb6e6cd6559eb3747fad1cb7d5187962c5d9e5
parent48ffc93d2ea482ab5111e5d372377c27f0c8f6a8 (diff)
parent95f6978ea17ad99c6ab2c074fd67e1b949b18cd7 (diff)
Merge remote-tracking branch 'origin/master'
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index e7db169..945d5c6 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,7 @@ theme="hugo-developer-portfolio"
### Creating a new site
-If you just want to get set up with a new site, you can start from the Example Site I have provided. To do this:
-
-1. Cut the `exampleSite` folder out of the theme and paste it wherever you want
-2. Create a `theme` directory within the `exampleSite folder`
-3. Paste the theme into this directory, ensuring is has the name `hugo-developer-portfolio`
+The exampleSite folder is all set up to work as a site, just copy it out of the Git repo and it will work. You need to have golang installed as it uses [hugo modules](https://gohugo.io/hugo-modules/use-modules/).
## Configuration