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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Zhe <chenzhesg@gmail.com>2020-02-19 18:42:56 +0300
committerChen Zhe <chenzhesg@gmail.com>2020-02-19 18:42:56 +0300
commit8226251fb0f5980e76d17da242194e5141736ff7 (patch)
treef94f6df1fbbb78748ae590ae3ee321a0c79c4a52
parente11b8ef1dfd416fab22d679054c06473693d6313 (diff)
use absolute links for Hugo theme site
-rw-r--r--README.md10
-rw-r--r--theme.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 63de569..889f096 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Photo Grid is based on [Hugird](http://themes.gohugo.io/theme/hugrid/), a respon
## Screenshot
-![Hugrid screenshot](images/screenshot.png)
+![Hugrid screenshot](https://github.com/Chen-Zhe/photo-grid/blob/master/images/screenshot.png)
## Contents
@@ -55,13 +55,13 @@ After installing the theme successfully it requires a just a few more steps to g
### The config file
-Take a look inside the [`exampleSite`](exampleSite) folder of this theme. You'll find a file called [`config.toml`](exampleSite/config.toml). To use it, copy the `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/Chen-Zhe/photo-grid/blob/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/Chen-Zhe/photo-grid/blob/master/exampleSite/config.toml). To use it, copy the `config.toml` in the root folder of your Hugo site. Feel free to change the strings in this theme.
### Photo Management
-All photos are stored in the [`photo`](exampleSite/content/photo) folder under the `content` folder. You can put multiple directories under it and the theme will enumerate all photos within in order of the directory listing. Within each subfolder, e.g. [`1-trip1`](exampleSite/content/photo/1-trip1), you can put all relevant photos in it and then copy over the `index.md` file.
+All photos are stored in the [`photo`](https://github.com/Chen-Zhe/photo-grid/blob/master/exampleSite/content/photo) folder under the `content` folder. You can put multiple directories under it and the theme will enumerate all photos within in order of the directory listing. Within each subfolder, e.g. [`1-trip1`](https://github.com/Chen-Zhe/photo-grid/blob/master/exampleSite/content/photo/1-trip1), you can put all relevant photos in it and then copy over the `index.md` file.
-Within [`index.md`](exampleSite/content/photo/1-trip1/index.md) file, you can specify each photo's name, description and other properties. Take a look at the descriptions to understand what can be customized.
+Within [`index.md`](https://github.com/Chen-Zhe/photo-grid/blob/master/exampleSite/content/photo/1-trip1/index.md) file, you can specify each photo's name, description and other properties. Take a look at the descriptions to understand what can be customized.
### Nearly finished
@@ -79,7 +79,7 @@ Did you found a bug or got an idea for a new feature? Feel free to use the [issu
## License
-This work is licensed under the MIT License. For more information read the [License](LICENSE.md).
+This work is licensed under the MIT License. For more information read the [License](https://github.com/Chen-Zhe/photo-grid/blob/master/LICENSE.md).
## Annotations
diff --git a/theme.toml b/theme.toml
index 4335553..a3b8942 100644
--- a/theme.toml
+++ b/theme.toml
@@ -4,7 +4,7 @@ licenselink = "https://github.com/chen-zhe/photo-grid/blob/master/LICENSE.md"
description = "A Photography-centric responsive grid gallery with deep content management integration with Hugo. Based on Hugrid"
homepage = "https://github.com/chen-zhe/photo-grid"
tags = ["gallery", "photography", "content management", "google analytics"]
-min_version = 0.59.0
+min_version = "0.59.0"
[author]
name = "Chen Zhe"