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
84f119df
Commit
84f119df
authored
6 years ago
by
Adam Caprez
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-config' into 'master'
Update config See merge request
!22
parents
2cd0c281
f6b3a009
No related branches found
No related tags found
1 merge request
!22
Update config
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
README.md
+1
-3
1 addition, 3 deletions
README.md
config.toml
+4
-34
4 additions, 34 deletions
config.toml
themes/docdock
+1
-1
1 addition, 1 deletion
themes/docdock
with
9 additions
and
41 deletions
.gitlab-ci.yml
+
3
−
3
View file @
84f119df
variables
:
BASE_URL
:
"
http://10.71.110.145/hcc-
docs"
BASE_URL
:
"
//hcc.unl.edu/
docs"
DEPLOY_ROOT
:
"
/var/www/html/hcc-docs"
HUGO_TARBALL
:
"
https://github.com/gohugoio/hugo/releases/download/v0.
49.2
/hugo_0.
49.2
_Linux-64bit.tar.gz"
HUGO_TARBALL
:
"
https://github.com/gohugoio/hugo/releases/download/v0.
51
/hugo_0.
51
_Linux-64bit.tar.gz"
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
...
...
@@ -24,7 +24,7 @@ deploy:
stage
:
deploy
environment
:
name
:
hcc_docs_prod
url
:
http://
10.71.110.145
/hcc-docs
url
:
http://
hcc.unl.edu
/hcc-docs
only
:
-
master
tags
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
3
View file @
84f119df
...
...
@@ -6,9 +6,7 @@ combination of [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-
for the source and the
[
Hugo
](
https://gohugo.io
)
static site generator. Currently,
the theme used is
[
docDock
](
https://themes.gohugo.io/docdock/
)
.
The "production" state of the website is viewable at
[
http://10.71.110.145
](
http://10.71.110.145
)
once connected to the Anvil VPN. This will later be moved to the
`hcc-docs.unl.edu`
server once
things are in a reasonable state.
The website is viewable at https://hcc.unl.edu/docs.
How to contribute
-----------------
...
...
This diff is collapsed.
Click to expand it.
config.toml
+
4
−
34
View file @
84f119df
...
...
@@ -17,22 +17,8 @@ defaultContentLanguage = "en"
defaultContentLanguageInSubdir
=
false
enableMissingTranslationPlaceholders
=
false
# [Languages]
# [Languages.en]
# title = "Documentation for Hugo docDock"
# weight = 1
# languageName = "English"
#
# [Languages.fr]
# title = "Documentation du thème docDock"
# weight = 2
# languageName = "Français"
[params]
#
editURL = "https://git
hub.com/vjeantet/hugo-theme-doc
doc
k
/edit/master/
exampleSite/
content/"
editURL
=
"https://git
.unl.edu/hcc/hcc-
doc
s
/edit/master/content/"
showVisitedLinks
=
true
# default is false
themeStyle
=
"flex"
# "original" or "flex" # default "flex"
themeVariant
=
""
# choose theme variant "green", "gold" , "gray", "blue" (default)
...
...
@@ -41,31 +27,15 @@ disableHomeIcon = false # default is false
disableSearch
=
false
# default is false
disableNavChevron
=
false
# set true to hide next/prev chevron, default is false
highlightClientSide
=
false
# set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab
=
fals
e
# set true to open shortcuts links to a new tab/window
enableGitInfo
=
fals
e
menushortcutsnewtab
=
tru
e
# set true to open shortcuts links to a new tab/window
enableGitInfo
=
tru
e
[outputs]
home
=
[
"HTML"
,
"RSS"
,
"JSON"
]
[[menu.shortcuts]]
name
=
"
HCC homepage
"
name
=
"
hcc.unl.edu
"
identifier
=
"ds"
url
=
"https://hcc.unl.edu"
weight
=
10
#[[menu.shortcuts]]
#name = "<i class='fa fa-cloud-download'></i> <label>Download</label>"
#url = "https://github.com/vjeantet/hugo-theme-docdock/archive/master.zip"
#weight = 11
#[[menu.shortcuts]]
#name = "<i class='fa fa-bookmark'></i> <label>Hugo Documentation</label>"
#identifier = "hugodoc"
#url = "https://gohugo.io/"
#weight = 20
#[[menu.shortcuts]]
#name = "<i class='fa fa-bullhorn'></i> <label>Credits</label>"
#url = "/credits"
#weight = 30
This diff is collapsed.
Click to expand it.
docdock
@
c4fad201
Compare
b45f3720
...
c4fad201
Subproject commit
b45f37
2056
c0b9b3cad93205bda3ce141aa3665b
Subproject commit
c4fad
20
1
56
a2089ef3112665aab57c275978abaf
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