Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
1694fa9b
Verified
Commit
1694fa9b
authored
6 years ago
by
Adam Caprez
Browse files
Options
Downloads
Patches
Plain Diff
README fixes.
parent
091e67e2
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
README fixes.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-4
5 additions, 4 deletions
README.md
with
5 additions
and
4 deletions
README.md
+
5
−
4
View file @
1694fa9b
...
...
@@ -19,10 +19,11 @@ edit/create content, and preview your changes locally before creating the MR/PR.
### Setup your environment
#### Clone the repo and create a new branch
#### Clone the repo
(including submodules)
and create a new branch
Clone the repo somewhere convenient. Run
`git checkout -b <mybranch>`
to create a new
branch for your changes.
Clone the repo somewhere convenient. The DocDock theme is provided via a git submodule,
so after cloning, run
`git submodule update --init --recursive`
in the root of the repo.
Run
`git checkout -b <mybranch>`
to create a new branch for your changes.
#### Download and install Hugo
**Note: The DocDock template currently has errors with the recently released Hugo v0.50. Use v0.49.2 instead until there is a fix.**
...
...
@@ -71,7 +72,7 @@ Once that is done, run the command:
```
hugo server -b http://<instance IP> --bind <instance IP>
```
where
<instance
IP
>
is the 10.71.x.x address of your instance.
where
*\
<instance IP
\>*
is the 10.71.x.x address of your instance.
You should now be able to preview the website by going to
`http://<instance IP>:1313`
in your web
browser.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment