Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] [#169] Upgrade Docsy and fix formatting #8

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions content/en/_index.html → content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
+++
title = "Open Infrastructure Services LLC"
linkTitle = "OIS"
+++
---
title: "Open Infrastructure Services LLC"
linkTitle: "OIS"
---

{{< blocks/cover title="Open Infrastructure Services LLC" image_anchor="top" height="full" color="primary" >}}
<div class="mx-auto">
<p class="lead mt-5">Offering cloud architecture and software development services since 2015</p>
</div>
<div class="mx-auto">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/about" >}}">
About<i class="fas fa-arrow-alt-circle-right ml-2"></i>
About <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/services" >}}">
Services<i class="fas fa-arrow-alt-circle-right ml-2"></i>
Services <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/blog" >}}">
News<i class="fas fa-arrow-alt-circle-right ml-2"></i>
News <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/contact" >}}">
Contact<i class="fas fa-arrow-alt-circle-right ml-2"></i>
Contact <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
</div>
{{< blocks/link-down color="info" >}}
{{< /blocks/cover >}}


{{< blocks/section color="primary" >}}
{{< blocks/section color="primary" type="row" >}}
{{% blocks/feature icon="fa-cloud" title="Cloud Architecture" %}}
Moving your private datacenter workloads to the cloud? We're here to help with our experience building automation tools for Google Cloud Platform and Amazon Web Services.

{{% /blocks/feature %}}


{{% blocks/feature icon="fa-thin fa-circle-nodes" title="Puppet Software Development" url="/services" %}}
Our world-class professionals were founding members of the Puppet and DevOps community. Leverage our experience to refactor your Puppet code base and scale your infrastructure to millions of nodes.
{{% /blocks/feature %}}
Expand Down
42 changes: 0 additions & 42 deletions content/en/about/_index.html

This file was deleted.

43 changes: 43 additions & 0 deletions content/en/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: About Open Infrastructure Services
linkTitle: About
menu:
main:
weight: 10
---

{{< blocks/cover title="About Open Infrastructure Services" image_anchor="bottom" height="min" >}}
{{< /blocks/cover >}}

{{% blocks/lead color="primary" %}}
Open Infrastructure Services specializes in building modern, cloud native
software delivery platforms. Our team pioneered the DevOps movement as early
members of the Puppet community. Since 2015 we've helped customers modernize
their Puppet automation and migrate their application workloads to cloud native
solutions.
{{% /blocks/lead %}}

{{< blocks/section color="white" type="row">}}

{{< 3column >}}
<img src="/img/authors/jeff-mccune.jpeg" width="200" alt="Jeff McCune" id="book"/>
<h1 align="left">Jeff McCune</h1>
<p align="left">Founder of Open Infrastructure Services</p>
<p align="left"><a href="mailto:[email protected]">Email</a></p>
{{</3column>}}

{{< 3column >}}
<img src="/img/authors/gary-larizza.png" width="200" alt="Gary Larizza" id="book"/>
<h1 align="left">Gary Larizza</h1>
<p align="left">Principal Consultant</p>
<p align="left"><a href="mailto:[email protected]">Email</a></p>
{{</3column>}}

{{< 3column >}}
<img src="/img/authors/nate-mccurdy.jpeg" width="200" alt="Nate McCurdy" id="book"/>
<h1 align="left">Nate McCurdy</h1>
<p align="left">Principal Consultant</p>
<p align="left"><a href="mailto:[email protected]">Email</a></p>
{{</3column>}}

{{< /blocks/section >}}
1 change: 0 additions & 1 deletion content/en/about/featured-background.jpg

This file was deleted.

Binary file added content/en/about/featured-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/en/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
1 change: 0 additions & 1 deletion content/en/contact/featured-background.jpg

This file was deleted.

Binary file added content/en/contact/featured-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion content/en/featured-background.jpg

This file was deleted.

Binary file removed content/en/laptop-2015.jpg
Binary file not shown.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/google/docsy-example
go 1.12

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f // indirect
github.com/google/docsy v0.5.1 // indirect
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
github.com/google/docsy v0.10.0 // indirect
github.com/google/docsy/dependencies v0.5.1 // indirect
)
7 changes: 7 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f h1:bvkUptSRPZBr3Kxuk+bnWCEmQ5MtEJX5fjezyV0bC3g=
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7 h1:2aWEKCRLqQ9nPyXaz4/IYtRrDr3PzEiX0DUSUr2/EDs=
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.5.1 h1:D/ZdFKiE29xM/gwPwQzmkyXhcbQGkReRS6aGrF7lnYk=
github.com/google/docsy v0.5.1/go.mod h1:maoUAQU5H/d+FrZIB4xg1EVWAx7RyFMGSDJyWghm31E=
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
github.com/google/docsy/dependencies v0.5.1 h1:JVVLjnjC5i7GN2ZXKJ0QDa8UY71JMoqkeKK8CS6R/C4=
github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
github.com/twbs/bootstrap v4.6.2+incompatible h1:TDa+R51BTiy1wEHSYjmqDb8LxNl/zaEjAOpRE9Hwh/o=
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
15 changes: 9 additions & 6 deletions config.toml → hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ id = "UA-67853681-1"
[languages]
[languages.en]
title = "Open Infrastructure Services LLC"
description = "Open Infrastructure Services LLC Website"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = "Open Infrastructure Services LLC Website"

[markup]
[markup.goldmark]
Expand Down Expand Up @@ -124,21 +125,22 @@ url_latest_version = "https://openinfrastructure.co"
# Google Custom Search Engine ID. Remove or comment out to disable search.
# gcs_engine_id = "d72aa9b2712488cc3"

# Enable Algolia DocSearch
algolia_docsearch = false

# Enable Lunr.js offline search
offlineSearch = false

# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting = false

[params.search.algolia]
# Enable Algolia DocSearch
algolia_docsearch = false

# User interface configuration
[params.ui]
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to disable the About link in the site footer
footer_about_disable = false
footer_about_enable = true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
navbar_logo = true
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
Expand Down Expand Up @@ -205,7 +207,8 @@ enable = false
# replacements = "github.com/google/docsy -> ../../docsy"
[module.hugoVersion]
extended = true
min = "0.75.0"
min = "0.127.0"
max = "0.127.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
Expand Down
1 change: 1 addition & 0 deletions layouts/shortcodes/3column.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div class="col-4">{{ .Inner }}</div>
1 change: 1 addition & 0 deletions layouts/shortcodes/column.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div class="col-md">{{ .Inner }}</div>
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
[build.environment]
HUGO_VERSION = "0.104.3"
GO_VERSION = "1.19.2"
HUGO_VERSION = "0.127.0"
GO_VERSION = "1.22.4"
1 change: 0 additions & 1 deletion themes/docsy
Submodule docsy deleted from 1d126a