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

github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md21
1 files changed, 13 insertions, 8 deletions
diff --git a/README.md b/README.md
index f134142..b28b472 100755
--- a/README.md
+++ b/README.md
@@ -22,24 +22,29 @@ Modify your configuration:
baseurl = "your-site-address"
title = "your-site-name"
- languageCode = "ko-KR"
-
- theme = "hello-programmer"
-
- paginate = 2
+ languageCode = "ko-KR"
+ theme = "hugo-hello-programmer-theme"
disqusShortname = "XXXX"
googleAnalytics = "UA-XXXXXXXX-X"
+ paginate = 7
[author]
name = "your-name"
email = "your-email"
-Modify your theme image:
+ [params]
+ description = "desribe-your-site"
+
+Modify images for your site:
+
+ static/images/logo@.png (Left top logo image)
+ static/images/thumbnail.png (OpenGraph tag for preview)
+
- static/images/logo@2X.png
- static/images/post-title-icon.png
+## References
+Guide for Korean: https://blog.lulab.net/projects/2019-05-hugo-hello-programmer-theme-v2/
## License