File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,25 @@ Pages and sections are ordered on the “end user” to “core team member” s
1010
1111### Dependencies
1212
13- This website is built using [ Hugo] ( https://gohugo.io ) , a static website editor, and uses [ Node.js ] ( https://nodejs.org ) .
13+ #### Hugo
1414
15- To build it, [ install Hugo] ( https://gohugo.io/getting-started/installing/ ) (>= v0.114.0) and [ Node.js] ( https://nodejs.org ) , and then:
15+ [ Install Hugo] ( https://gohugo.io/getting-started/installing/ ) in version ` 0.147.1 ` edition ` extended ` .
16+
17+ ##### With Homebrew
18+
19+ 1 . Add Open Terms Archive homebrew tap: ` brew tap OpenTermsArchive/homebrew-tap https://github.com/OpenTermsArchive/homebrew-tap `
20+ 2 . Install Hugo: ` brew install hugo@0.147.1 `
21+
22+ See [ Open Terms Archive homebrew tap] ( https://github.com/OpenTermsArchive/homebrew-tap ) for more information.
23+
24+ #### Node.js and npm dependencies
25+
26+ [ Install Node.js] ( https://nodejs.org ) , then install npm dependencies with the following commands:
1627
1728``` sh
1829git clone https://github.com/OpenTermsArchive/docs
1930cd docs
2031npm install
21- hugo
2232```
2333
2434## Usage
You can’t perform that action at this time.
0 commit comments