blob: 16777a400d54379472be2354d0362531a3d5e4ce (
plain) (
blame)
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
|
Website ortlepp.ms
==================
This repository contains the sources of my website ortlepp.ms
General
-------
Hugo is used to build the website, see https://gohugo.io/
Current Hugo version in use is 0.139.4 (extended edition)
Theme
-----
The website uses "PaperMod", see https://github.com/adityatelange/hugo-PaperMod/
INSTALL : Inside the folder of your Hugo site run:
```
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
```
UPDATE: Inside the folder of your Hugo site run:
```
git submodule update --remote --merge
```
|