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

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-03 21:27:44 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-03 21:27:44 +0300
commitcbf9fdfbc37003cdb51266e0daa683dc8340ce70 (patch)
tree73b78d1f022d500b63206f12c45a58371ec418fe
parent86ba68b7fc77d750a2d6f6fd9193fb938650772e (diff)
further changes to the README
-rw-r--r--README.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/README.md b/README.md
index e7355f3..cb41c9b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ designed for developers by Xiaoying Riley.
## Screenshot
-![DevResume screenshot](https://raw.githubusercontent.com/cowboysmall-tools/hugo-dev-resume-theme/master/images/screenshot.png)
+![DevResume screenshot](https://raw.githubusercontent.com/cowboysmall-tools/hugo-devresume-theme/master/images/screenshot.png)
@@ -37,9 +37,11 @@ designed for developers by Xiaoying Riley.
+<!--
## Demo
-You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hugo-dev-resume-theme/).
+You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hugo-devresume-theme/).
+-->
@@ -50,10 +52,9 @@ You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hug
- [Installation](#installation)
- [Getting started](#getting-started)
- - [Copying files](#copying-files)
- - [Configuring](#configuring)
- - [Test your site](#test-your-site)
- - [Build your site](#build-your-site)
+ - [Setup](#setup)
+ - [Viewing](#viewing)
+ - [Building](#building)
- [Contributing](#contributing)
- [License](#license)
@@ -68,7 +69,7 @@ You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hug
Within the root of your Hugo project execute the following:
$ cd themes
- $ git clone https://github.com/cowboysmall-tools/hugo-dev-resume-theme.git
+ $ git clone https://github.com/cowboysmall-tools/hugo-devresume-theme.git
@@ -78,14 +79,14 @@ Within the root of your Hugo project execute the following:
-## Getting started
+## Getting Started
After successful installation as a minimum you need to take the following steps:
### Setup
-Go to [`exampleSite`](//github.com/cowboysmall-tools/hugo-dev-resume-theme/tree/master/exampleSite) and copy
-[`config.toml`](//github.com/cowboysmall-tools/hugo-dev-resume-theme/blob/master/exampleSite/config.toml)
+Go to [`exampleSite`](//github.com/cowboysmall-tools/hugo-devresume-theme/tree/master/exampleSite) and copy
+[`config.toml`](//github.com/cowboysmall-tools/hugo-devresume-theme/blob/master/exampleSite/config.toml)
to the root of your site. Open `config.toml` and add your relevant information.
### Viewing
@@ -112,8 +113,8 @@ to generate your site in the `public` folder within the root of your project.
## Contributing
-Post bugs and contributions to the [issue tracker](//github.com/cowboysmall-tools/hugo-dev-resume-theme/issues).
-Or make a [pull request](//github.com/cowboysmall-tools/hugo-dev-resume-theme/pulls).
+Post bugs and contributions to the [issue tracker](//github.com/cowboysmall-tools/hugo-devresume-theme/issues).
+Or make a [pull request](//github.com/cowboysmall-tools/hugo-devresume-theme/pulls).