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

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori Matsuki <dev@mazgi.com>2020-11-01 09:48:05 +0300
committerHidenori Matsuki <dev@mazgi.com>2020-11-01 09:48:05 +0300
commit68c9d326832d94583720dd32b847e3eb52419f1f (patch)
tree374a10891b2d37fba4f9a3b6523850347b80c163
parentc315dfe965726048001aa32ef402ec8f7c8d1457 (diff)
update default branch name: master -> main
-rw-r--r--README.md4
-rw-r--r--theme.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 209b624..bb411bc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Techlog Simple, A simple theme for [Hugo](https://gohugo.io/).
-![screenshot](https://raw.githubusercontent.com/mazgi/hugo-theme-techlog-simple/master/images/screenshot.png)
+![screenshot](https://raw.githubusercontent.com/mazgi/hugo-theme-techlog-simple/main/images/screenshot.png)
[DEMO](https://mazgi-hugo-themes-gcp.firebaseapp.com/techlog-simple/)
@@ -29,7 +29,7 @@ After installing the theme successfully it requires a just a few more steps to g
### The config file
-Take a look inside the [`exampleSite`](https://github.com/mazgi/hugo-theme-techlog-simple/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/mazgi/hugo-theme-techlog-simple/blob/master/exampleSite/config.toml). To use it, copy the [`config.toml`](https://github.com/mazgi/hugo-theme-techlog-simple/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change the strings in this theme.
+Take a look inside the [`exampleSite`](https://github.com/mazgi/hugo-theme-techlog-simple/tree/main/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/mazgi/hugo-theme-techlog-simple/blob/main/exampleSite/config.toml). To use it, copy the [`config.toml`](https://github.com/mazgi/hugo-theme-techlog-simple/blob/main/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change the strings in this theme.
### Nearly finished
diff --git a/theme.toml b/theme.toml
index cf06cf4..b7b2d0a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@
name = "Techlog Simple"
license = "MIT"
-licenselink = "https://github.com/mazgi/hugo-theme-techlog-simple/blob/master/LICENSE.md"
+licenselink = "https://github.com/mazgi/hugo-theme-techlog-simple/blob/main/LICENSE.md"
description = "A simple Hugo theme for tech blog."
homepage = "https://github.com/mazgi/hugo-theme-techlog-simple"
tags = []
@@ -11,5 +11,5 @@ features = []
min_version = "0.57.0"
[author]
- name = "Hidenori MATSUKI"
+ name = "Hidenori Matsuki"
homepage = "https://mazgi.com/"