aboutsummaryrefslogtreecommitdiff
path: root/content/default/messages/quickstart.md
blob: 8e9e2bb6bd460bb005b8cf0793ea65626b47c47f (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
32
33
+++
date    = "2022-03-05T03:45:51+00:00"
lastmod = "2022-03-29T22:55:17+00:00"
tags    = [ "docs", "hugo", "quickstart"  ]
author  = "default"
+++

Somehow you've ended up here, funny how that works. I'm responsible for
explaining how to get started. The copy button is broken...

GIT CLONE. EXECUTE HUGO. HUGO VERSION >= 0.94.2.

```shell
git clone https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo
```

SERVE HTML. USE ANY HTTP SERVER.

```shell
cd public
php -S 127.0.0.1:8124
python -m http.server 8125
```

MAKE USER. STUDY CONTENT AND DATA FOLDER.

```shell
make author user=robot
```

That concludes our community announcement.