mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 14:59:45 +00:00
further changes to the README
This commit is contained in:
parent
86ba68b7fc
commit
cbf9fdfbc3
1 changed files with 13 additions and 12 deletions
25
README.md
25
README.md
|
@ -10,7 +10,7 @@ designed for developers by Xiaoying Riley.
|
||||||
|
|
||||||
## Screenshot
|
## 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
|
## 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)
|
- [Installation](#installation)
|
||||||
- [Getting started](#getting-started)
|
- [Getting started](#getting-started)
|
||||||
- [Copying files](#copying-files)
|
- [Setup](#setup)
|
||||||
- [Configuring](#configuring)
|
- [Viewing](#viewing)
|
||||||
- [Test your site](#test-your-site)
|
- [Building](#building)
|
||||||
- [Build your site](#build-your-site)
|
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [License](#license)
|
- [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:
|
Within the root of your Hugo project execute the following:
|
||||||
|
|
||||||
$ cd themes
|
$ 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:
|
After successful installation as a minimum you need to take the following steps:
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
Go to [`exampleSite`](//github.com/cowboysmall-tools/hugo-dev-resume-theme/tree/master/exampleSite) and copy
|
Go to [`exampleSite`](//github.com/cowboysmall-tools/hugo-devresume-theme/tree/master/exampleSite) and copy
|
||||||
[`config.toml`](//github.com/cowboysmall-tools/hugo-dev-resume-theme/blob/master/exampleSite/config.toml)
|
[`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.
|
to the root of your site. Open `config.toml` and add your relevant information.
|
||||||
|
|
||||||
### Viewing
|
### Viewing
|
||||||
|
@ -112,8 +113,8 @@ to generate your site in the `public` folder within the root of your project.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Post bugs and contributions to the [issue tracker](//github.com/cowboysmall-tools/hugo-dev-resume-theme/issues).
|
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-dev-resume-theme/pulls).
|
Or make a [pull request](//github.com/cowboysmall-tools/hugo-devresume-theme/pulls).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue