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

github.com/st-wong/hugo-spectre-pixel-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin Tatt, Wong <st-wong@users.noreply.github.com>2019-09-13 05:14:45 +0300
committerGitHub <noreply@github.com>2019-09-13 05:14:45 +0300
commit851f8dba3c8f8e414cb4b922ad38aabed71ddfb7 (patch)
tree5d530144749707b72444f64a6e404a21210470b7
parent1723e452764199ef51d3edf2bddf3540875c36a5 (diff)
Fix formatting
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 306f603..66ae052 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,11 @@ The pixel style switch was something I just did for fun to represent my passion
# Using the theme
1. [Install Hugo](https://gohugo.io/overview/installing/)
-2. Create a new site (replace `MySite` with your site's name)
+2. Create a new site (replace `MySite` with your site's name). More info at [Hugo docs](https://gohugo.io/getting-started/quick-start/)
```bash
hugo new site MySite
cd MySite
-```
-More info at [Hugo docs](https://gohugo.io/getting-started/quick-start/)
+```
3. Clone this repository
```bash
git clone --recursive https://github.com/st-wong/hugo-spectre-pixel-theme.git themes/spectre-pixel