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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2020-08-21 09:46:20 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2020-08-21 09:46:20 +0300
commit94612c873d717e7e55f3019892c4bdfef5e56f1e (patch)
tree6917c8fcd3dff28f1e3659343d51094a83b9f065
parentc28daf86c46d271177cb5db50e55fa6c24cb2810 (diff)
rename github account name
-rw-r--r--README.md12
-rw-r--r--theme.toml4
2 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 5e2bd6a..f8bef14 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# minimage
-[![Build Status](https://travis-ci.org/d-kusk/minimage.svg?branch=develop)](https://travis-ci.org/d-kusk/minimage)
-[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/d-kusk/minimage/blob/master/LICENSE.md)
+[![Build Status](https://travis-ci.org/dsk52/minimage.svg?branch=develop)](https://travis-ci.org/dsk52/minimage)
+[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/dsk52/minimage/blob/master/LICENSE.md)
minimage is a [Hugo](https://gohugo.io) theme.
-![minimage's screenshot](https://raw.githubusercontent.com/d-kusk/minimage/develop/images/screenshot.png)
+![minimage's screenshot](https://raw.githubusercontent.com/dsk52/minimage/develop/images/screenshot.png)
## Feature
@@ -18,13 +18,13 @@ Inside the folder of your Hugo site run:
```
$ cd themes
-$ git clone https://github.com/d-kusk/minimage.git
+$ git clone https://github.com/dsk52/minimage.git
```
For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
## How to set up
-Please refer [here](https://github.com/d-kusk/minimage/blob/master/exampleSite/config.toml) for setting.
+Please refer [here](https://github.com/dsk52/minimage/blob/master/exampleSite/config.toml) for setting.
## Preview your site locally
Use Hugo’s built-in server to see your site in action as you make changes.
@@ -44,4 +44,4 @@ $ hugo new post/your-post-name.md
## License
-This theme is released under the [MIT license](https://github.com/d-kusk/minimage/blob/master/LICENSE.md)
+This theme is released under the [MIT license](https://github.com/dsk52/minimage/blob/master/LICENSE.md)
diff --git a/theme.toml b/theme.toml
index 70b9eda..e1ca7d0 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,9 +3,9 @@
name = "Minimage"
license = "MIT"
-licenselink = "https://github.com/d-kusk/minimage/blob/master/LICENSE.md"
+licenselink = "https://github.com/dsk52/minimage/blob/master/LICENSE.md"
description = "It is simple, thumbnail can be set theme."
-homepage = "https://github.com/d-kusk/minimage/"
+homepage = "https://github.com/dsk52/minimage/"
tags = ["responsive", "simple"]
features = ["Responsive", "Thumbnail", "JSON-LD"]
min_version = "0.73.0"