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
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,26 @@ Read Presidium's [documentation](http://presidium.spandigital.net/overview/) for
13
13
For detailed instructions on getting started, please see [Getting Started](http://presidium.spandigital.net/getting-started/).
14
14
15
15
# Features and Issues
16
-
All upcoming features and issues are tracked [here](https://github.com/SPANDigital/presidium/issues).
16
+
All upcoming features and issues are tracked [here](https://github.com/SPANDigital/presidium/issues).
17
+
18
+
# Development
19
+
20
+
Presidium embeds a specific verison of [Hugo](https://github.com/gohugoio/hugo) to ensure that the user is building their docs with a Hugo version that is compatible with our Presidium Themes.
21
+
22
+
Since we require the embedded Hugo version to be built into a binary, some of the cli commands only work after running the `make build` cmd.
23
+
24
+
## Getting started
25
+
26
+
Run the build command:
27
+
```
28
+
make build
29
+
```
30
+
31
+
Move the binary into a valid documentation site directory, then run the hugo build cmd:
32
+
```
33
+
./presidium hugo
34
+
```
35
+
Or if you want to serve the site after the hugo build, then run:
0 commit comments