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

github.com/J-Siu/hugo-theme-sk1.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-15 01:56:03 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-15 01:56:03 +0300
commitb8fb91f8ffe7b3770f0d8611f5b3b2f08ea270bb (patch)
tree08c46d8d9c5b18f74025e087c8b3f6a2e55189e9
parent35c4478c30ab4a2a27c9cef285e7a1cc8e56346c (diff)
README.md - update
-rw-r--r--README.md30
1 files changed, 24 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4f01169..7c193ef 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,30 @@ Fully functional basic Hugo theme with no css, no javascript.
Intended for learning hugo theme structure and functions.
+---
+
+<!-- TOC -->
+
+- [SK Themes](#sk-themes)
+- [Walk Through](#walk-through)
+- [Demo](#demo)
+- [Install](#install)
+- [Testing](#testing)
+- [Hugo Features Implemented](#hugo-features-implemented)
+- [Site Config](#site-config)
+- [Contributors](#contributors)
+- [Change Log](#change-log)
+
+<!-- /TOC -->
+
+### SK Themes
+
+Theme|GitHub|Hugo|Demo|Description
+---|---|---|---|---
+SK1|[hugo-theme-sk1](//github.com/J-Siu/hugo-theme-sk1)|[SK1](//themes.gohugo.io/hugo-theme-sk1/)|[sk1.jsiu.dev](//sk1.jsiu.dev/)|Fully functional basic Hugo theme with no css, no javascript.
+SK2|[hugo-theme-sk2](//github.com/J-Siu/hugo-theme-sk2)|[SK2](//themes.gohugo.io/hugo-theme-sk2/)|[sk2.jsiu.dev](//sk2.jsiu.dev/)|Fully functional basic Hugo theme with minimum css.
+SK3|[hugo-theme-sk3](//github.com/J-Siu/hugo-theme-sk3)|[SK3](//themes.gohugo.io/hugo-theme-sk3/)|[sk3.jsiu.dev](//sk3.jsiu.dev/)|Full feature Hugo theme with Google AdSense support.
+
### Walk Through
[Hugo Theme SK1 Walk Through](https://johnsiu.com/blog/hugo-theme-sk1-walkthrough/) - A starting guide for creating Hugo theme.
@@ -92,12 +116,6 @@ mainSections = "post"
subtitle = "A Hugo Theme"
```
-### Repository
-
-- [hugo-theme-sk1](https://github.com/J-Siu/hugo-theme-sk1) Fully functional basic Hugo theme with no css, no javascript.
-- [hugo-theme-sk2](https://github.com/J-Siu/hugo-theme-sk2) Fully functional basic Hugo theme with minimum css.
-- [hugo-theme-sk3](https://github.com/J-Siu/hugo-theme-sk3) Full feature Hugo theme with Google AdSense support.
-
### Contributors
- [John Sing Dao Siu](https://github.com/J-Siu)