Skip to content

Commit

Permalink
include external quickstart
Browse files Browse the repository at this point in the history
This adds a quickstart tab and references the quickstart from the
Kuksa.val repository for the content.
To enable the download from other repositories during the Hugo build,
there Hugo project is turned into a module.
  • Loading branch information
eriksven authored and lukasmittag committed May 24, 2023
1 parent e24342e commit e0160a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ paginate = 10
url = "/about/"
weight = 15

[[menu.main]]
name = "Quickstart"
url = "/quickstart"
weight = 16

[[menu.main]]
name = "Blog"
url = "/blog/"
Expand Down Expand Up @@ -135,4 +140,9 @@ paginate = 10
enable = true
title = "About Eclipse KUKSA"

[[module.imports]]
path = "github.com/eclipse/kuksa.val"

[[module.imports.mounts]]
source = "doc/quickstart.md"
target = "content/quickstart.md"
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/eclipse/kuksa.website

go 1.20

0 comments on commit e0160a9

Please sign in to comment.