You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,20 @@
4
4
5
5
This repository contains the source code for the website of [CoderDojo Linz](https://linz.coderdojo.net). It is built with [Hugo](https://gohugo.io) (v0.73.0).
6
6
7
-
## Branches
7
+
## A guide to contribution
8
+
9
+
### Branches
8
10
9
11
* The source code of the website is in the [*develop*](https://github.com/coderdojo-linz/coderdojo-linz.github.io/tree/develop) branch.
10
12
* The [*master*](https://github.com/coderdojo-linz/coderdojo-linz.github.io/tree/master) branch contains the built static website. This branch is used by GitHub Pages.
11
13
* If you would like to develop new features, create a feature branch from *develop* and create a pull request when you are done.
12
14
15
+
### Developing with Hugo
16
+
17
+
Download version **v0.73.0** for your device from the [Hugo GitHub releases page](https://github.com/gohugoio/hugo/releases/tag/v0.73.0)
18
+
19
+
After cloning, use `npm install` to install the dependencies and `hugo` to build the page to the `public/` folder. Use `npm run server` to start a local dev server at `http://localhost:1313/`
20
+
13
21
## DNS
14
22
15
23
* The website is made available by GitHub Pages at [https://coderdojo-linz.github.io](https://coderdojo-linz.github.io). This is **not** our official DNS name. We used it in the past and it exists because of historical reasons.
0 commit comments