We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5c3a5 commit 1774403Copy full SHA for 1774403
README.md
@@ -1,4 +1,30 @@
1
# kraker.github.io
2
3
-My minimalist personal site built in [Hugo](https://gohugo.io) and hosted on
4
-GitHub Pages.
+My minimalist personal site built in [Hugo](https://gohugo.io) using the
+[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
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