remove stacks until there's articles written for them, add log menu item, remove header space
All checks were successful
Hugo / build (push) Successful in 36s
All checks were successful
Hugo / build (push) Successful in 36s
This commit is contained in:
parent
4f80678a41
commit
cc3f33a59c
5 changed files with 20 additions and 35 deletions
|
@ -3,16 +3,21 @@ name = "Services"
|
|||
pageRef = "services"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Stacks"
|
||||
pageRef = "stacks"
|
||||
weight = 20
|
||||
# [[main]]
|
||||
# name = "Stacks"
|
||||
# pageRef = "stacks"
|
||||
# weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Showcase"
|
||||
pageRef = "showcase"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Tracking"
|
||||
pageRef = "logs"
|
||||
weight = 40
|
||||
|
||||
[[footer]]
|
||||
identifier = "github"
|
||||
pre = "github"
|
||||
|
@ -29,7 +34,12 @@ name = "Showcase"
|
|||
pageRef = "showcase"
|
||||
weight = 20
|
||||
|
||||
# [[footer]]
|
||||
# name = "Stacks"
|
||||
# pageRef = "stacks"
|
||||
# weight = 30
|
||||
|
||||
[[footer]]
|
||||
name = "Stacks"
|
||||
pageRef = "stacks"
|
||||
weight = 30
|
||||
name = "Tracking"
|
||||
pageRef = "logs"
|
||||
weight = 40
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: "Logging Policies"
|
||||
description: "How we log."
|
||||
layoutBackgroundHeaderSpace: false
|
||||
|
||||
cascade:
|
||||
showDate: false
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "Showcase"
|
||||
description: "Learn what we can do for your company."
|
||||
layoutBackgroundHeaderSpace: false
|
||||
|
||||
cascade:
|
||||
showDate: false
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
title: "Stacks"
|
||||
description: "Learn what we can do for your company."
|
||||
|
||||
cascade:
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
invertPagination: true
|
||||
showLikes: false
|
||||
showViews: false
|
||||
---
|
||||
|
||||
{{< lead >}}
|
||||
Simple, yet powerful. Learn how to use complex open-source tools.
|
||||
{{< /lead >}}
|
||||
|
||||
Learn about the software stacks we can develop your website on top of, these stacks have been selected for the ability to build broadly accessible websites that have a very light footprint on the server and client side.
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
title: "Hugo, iconCaptcha, NodeJS Forms"
|
||||
description: ""
|
||||
|
||||
cascade:
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
invertPagination: true
|
||||
showLikes: false
|
||||
showViews: false
|
||||
---
|
Loading…
Add table
Reference in a new issue