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

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-05-07 13:14:52 +0300
committerBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-05-07 13:14:52 +0300
commit479a626b39961d0af4719a0b1bc4e7f7117912e0 (patch)
tree0d05db59ed7d4b22035bfaead1f8e4ea99ed8b43
parent1aa043c3c98bed76c1db179b9b3d8d5197973043 (diff)
update README
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91d1e76..22dc280 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
Personal Web is a simple Hugo template to build a personal website including portfolio and blog sections. It will mainly suit freelancers who want to showcase their work.
+## [Demo website](https://personal-web-example.netlify.com/post/)
+
## Installation
Inside the folder of your Hugo site run:
@@ -22,10 +24,30 @@ For more information read the official [setup guide](https://gohugo.io/getting-s
## Screenshots
-
![Home](https://raw.githubusercontent.com/bjacquemet/personal-web/master/images/screenshot.png)
![Portfolio](https://raw.githubusercontent.com/bjacquemet/personal-web/master/images/tn.png)
![Article](https://raw.githubusercontent.com/bjacquemet/personal-web/master/images/post.png)
+## Start building your website
+You will find help in the `exampleSite` folder, or you can browse resources on the [demo site](https://personal-web-example.netlify.com/post/)
+
+## Start the server
+
+In order to see your site in action, run Hugo's built-in local server from your website root directory.
+
+```bash
+hugo server
+```
+
+Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
+
+
+## Contributing
+
+Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/bjacquemet/personal-web/issues) to let me know. Or make directly a [pull request](https://github.com/bjacquemet/personal-web/pulls).
+
+
+## License
+This theme is released under the Unlincense License. For more information read the [License](//github.com/digitalcraftsman/hugo-artists-theme/blob/master/LICENSE). \ No newline at end of file