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

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2018-05-12 11:08:56 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-12 11:08:56 +0300
commit618b9615e14f3654a49a7d997af8bf5951c43f17 (patch)
tree3ac631d03786bca77275897aec869e0e18723a91
parentf70099478bb2d593c2e7432bf5a532f607d3fa02 (diff)
Readme tweaks
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index 84b4478..baa9654 100644
--- a/README.md
+++ b/README.md
@@ -13,18 +13,18 @@ This Hugo theme was ported from [Bootstrapious](https://bootstrapious.com/p/crea
Go to the directory where you have your Hugo site and run:
-```
-$ mkdir themes
-$ cd themes
-$ git clone https://github.com/kishaningithub/hugo-creative-portfolio-theme.git
-$ rm -rf hugo-creative-portfolio-theme/.git
+```bash
+mkdir themes
+cd themes
+git clone https://github.com/kishaningithub/hugo-creative-portfolio-theme.git
+rm -rf hugo-creative-portfolio-theme/.git
```
For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
## Configuration
-After installing the Creative portfolio theme successfully, we recommend you to take a look at the [exampleSite](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite) directory. You will find a working Hugo site configured with the Creative portfolio theme that you can use as a starting point for your site.
+After installing the Creative portfolio theme successfully, i recommend you to take a look at the [exampleSite](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite) directory. You will find a working Hugo site configured with the Creative portfolio theme that you can use as a starting point for your site.
First, let's take a look at the [config.toml](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite/config.toml). It will be useful to learn how to customize your site. Feel free to play around with the settings.
@@ -76,17 +76,19 @@ Since this page will be static, you can use [formspree.io](//formspree.io/) as p
In order to see your site in action, run Hugo's built-in local server.
-```
-$ hugo server
+```bash
+hugo server
```
Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
## Deployment
- - [Deploying to Amazon S3](https://github.com/kishaningithub/hugo-creative-portfolio-theme/wiki/Deploying-to-Amazon-S3)
+
+- [Deploying to Amazon S3](https://github.com/kishaningithub/hugo-creative-portfolio-theme/wiki/Deploying-to-Amazon-S3)
## Base theme version (From bootstrapious)
- - 1.0
+
+- 1.0
## Contributing