Skip to content

Commit 1774403

Browse files
committed
Update README
1 parent ca5c3a5 commit 1774403

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
# kraker.github.io
22

3-
My minimalist personal site built in [Hugo](https://gohugo.io) and hosted on
4-
GitHub Pages.
3+
My minimalist personal site built in [Hugo](https://gohugo.io) using the
4+
[risotto](https://github.com/joeroe/risotto) theme and hosted on GitHub Pages.
5+
6+
## Quickstart
7+
8+
* [Install Hugo](https://gohugo.io/installation/)
9+
10+
This project uses Git submodules for the theme. Clone the project including
11+
submodules.
12+
13+
```bash
14+
git clone --recurse-submodules https://github.com/kraker/kraker.github.io.git
15+
```
16+
17+
Start Hugo server:
18+
19+
```bash
20+
cd alexkraker.com
21+
hugo server -D
22+
```
23+
24+
## License
25+
26+
MIT
27+
28+
## Author
29+
30+
Written by Alex Kraker @kraker

0 commit comments

Comments
 (0)