Skip to content

Commit

Permalink
Hugoizing doc site
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson committed May 25, 2017
1 parent caa326d commit 667fa49
Show file tree
Hide file tree
Showing 9 changed files with 313 additions and 307 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,10 @@ test-integration: build build-mirror
gen-changelog:
github_changelog_generator --no-filter-by-milestone --exclude-labels duplicate,question,invalid,wontfix,admin

docs/themes/hugo-material-docs:
git clone https://github.com/digitalcraftsman/hugo-material-docs.git $@

gen-docs: docs/themes/hugo-material-docs
cd docs/; hugo

.PHONY: gen-changelog clean test build-x compress-all build-release build build-integration-image test-integration-docker
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
themes/
public/
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

52 changes: 52 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
baseURL = "/"
languageCode = "en-us"
title = "gomplate documentation"

theme = "hugo-material-docs"


[params]
author = "hairyhenderson"
description = "gomplate documentation"
copyright = "Released under the MIT license"
provider = "GitHub"
repo_url = "https://github.com/hairyhenderson/gomplate"
# version = "1.6.0"
googleAnalytics = "UA-82637990-1"

[params.palette]
primary = "indigo"

[social]
twitter = "hairyhenderson"
github = "hairyhenderson"

[[menu.main]]
name = "About"
url = "/"
weight = 1
pre = ""

[[menu.main]]
name = "Installing"
url = "installing/"
weight = 10
pre = ""

[[menu.main]]
name = "Usage"
url = "usage/"
weight = 11
pre = ""

[[menu.main]]
name = "Syntax"
url = "syntax/"
weight = 12
pre = ""

[[menu.main]]
name = "Built-in Functions"
url = "functions/"
weight = 13
pre = ""
Loading

0 comments on commit 667fa49

Please sign in to comment.