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

README.md - github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa5de2cd53174e9be438c9677aaaf82e936d6f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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)