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 10:32:20 +0300
committerBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-05-07 10:32:20 +0300
commit967c226f1dd3926351d7aca9efc23f6936ec6de5 (patch)
tree1b1929e945659ed8bcefeba9d1afc12ab7c4ad83
parentf78e80851f8047bef80d660dbdf09703901013de (diff)
add screenshots
-rw-r--r--README.md28
-rw-r--r--images/post.pngbin0 -> 729558 bytes
-rw-r--r--images/screenshot.pngbin0 -> 1057896 bytes
-rw-r--r--images/tn.pngbin0 -> 1100753 bytes
4 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index fca36c5..aa5de2c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,31 @@
# Personal Web
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.
+
+## Installation
+
+Inside the folder of your Hugo site run:
+
+```bash
+cd themes
+git clone https://github.com/bjacquemet/personal-web
+```
+
+or if you'd rather use submodules
+
+```bash
+cd themes
+git submodule add https://github.com/bjacquemet/personal-web.git
+```
+
+For more information read the official [setup guide](https://gohugo.io/getting-started/installing/) of Hugo.
+
+## Screenshots
+
+
+![Home](https://raw.githubusercontent.com/bjacquemet/personal-web-example/master/images/screenshot.png)
+![Portfolio](https://raw.githubusercontent.com/bjacquemet/personal-web-example/master/images/tn.png)
+![Article](https://raw.githubusercontent.com/bjacquemet/personal-web-example/master/images/post.png)
+
+
+
diff --git a/images/post.png b/images/post.png
new file mode 100644
index 0000000..33440b7
--- /dev/null
+++ b/images/post.png
Binary files differ
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..0ab9d57
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..0638784
--- /dev/null
+++ b/images/tn.png
Binary files differ