Skip to content
Snippets Groups Projects
Commit f6b3a009 authored by Adam Caprez's avatar Adam Caprez
Browse files

Update config

parent 2cd0c281
Branches
No related tags found
No related merge requests found
variables: variables:
BASE_URL: "http://10.71.110.145/hcc-docs" BASE_URL: "//hcc.unl.edu/docs"
DEPLOY_ROOT: "/var/www/html/hcc-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 GIT_SUBMODULE_STRATEGY: recursive
stages: stages:
...@@ -24,7 +24,7 @@ deploy: ...@@ -24,7 +24,7 @@ deploy:
stage: deploy stage: deploy
environment: environment:
name: hcc_docs_prod name: hcc_docs_prod
url: http://10.71.110.145/hcc-docs url: http://hcc.unl.edu/hcc-docs
only: only:
- master - master
tags: tags:
......
...@@ -6,9 +6,7 @@ combination of [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown- ...@@ -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, for the source and the [Hugo](https://gohugo.io) static site generator. Currently,
the theme used is [docDock](https://themes.gohugo.io/docdock/). 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) The website is viewable at https://hcc.unl.edu/docs.
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.
How to contribute How to contribute
----------------- -----------------
......
...@@ -17,22 +17,8 @@ defaultContentLanguage = "en" ...@@ -17,22 +17,8 @@ defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = 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] [params]
#editURL = "https://github.com/vjeantet/hugo-theme-docdock/edit/master/exampleSite/content/" editURL = "https://git.unl.edu/hcc/hcc-docs/edit/master/content/"
showVisitedLinks = true # default is false showVisitedLinks = true # default is false
themeStyle = "flex" # "original" or "flex" # default "flex" themeStyle = "flex" # "original" or "flex" # default "flex"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default) themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
...@@ -41,31 +27,15 @@ disableHomeIcon = false # default is false ...@@ -41,31 +27,15 @@ disableHomeIcon = false # default is false
disableSearch = false # default is false disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, 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 highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
enableGitInfo = false enableGitInfo = true
[outputs] [outputs]
home = [ "HTML", "RSS", "JSON"] home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]] [[menu.shortcuts]]
name = "HCC homepage" name = "hcc.unl.edu"
identifier = "ds" identifier = "ds"
url = "https://hcc.unl.edu" url = "https://hcc.unl.edu"
weight = 10 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
Subproject commit b45f372056c0b9b3cad93205bda3ce141aa3665b Subproject commit c4fad20156a2089ef3112665aab57c275978abaf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment