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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-08 19:46:34 +0300
committerDillon <dillonzq@outlook.com>2020-03-08 19:46:34 +0300
commitc592156be79a55654b16bbb42da82643af6a7cb0 (patch)
tree33dca0711025cff7ac82501dab2095f031a0e543 /exampleSite
parent2bfea42cd2c21b8002070461c8e62475c41daf83 (diff)
docs: rm useless spaces
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md
index f9cf887..53f8fcd 100644
--- a/exampleSite/content/posts/theme-documentation-basics.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics.en.md
@@ -131,7 +131,7 @@ When building the website, you can set a theme by using `--theme` option. Howeve
Here is the way to create your first post:
```bash
- hugo new posts/first_post.md
+hugo new posts/first_post.md
```
Feel free to edit the post file by adding some sample content and replacing the title value in the beginning of the file.