diff --git a/content/en/_index.html b/content/en/_index.md similarity index 81% rename from content/en/_index.html rename to content/en/_index.md index 12ae1c8..442c4a0 100644 --- a/content/en/_index.html +++ b/content/en/_index.md @@ -1,7 +1,7 @@ -+++ -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" >}}
Founder of Open Infrastructure Services
- -{{% /blocks/feature %}} - -{{% blocks/feature icon="none" %}} -Principal Consultant
- -{{% /blocks/feature %}} - -{{% blocks/feature icon="none" %}} -Principal Consultant
- -{{% /blocks/feature %}} - -{{< /blocks/section >}} diff --git a/content/en/about/_index.md b/content/en/about/_index.md new file mode 100644 index 0000000..9511648 --- /dev/null +++ b/content/en/about/_index.md @@ -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 >}} +Founder of Open Infrastructure Services
+ +{{3column>}} + +{{< 3column >}} +Principal Consultant
+ +{{3column>}} + +{{< 3column >}} +Principal Consultant
+ +{{3column>}} + +{{< /blocks/section >}} diff --git a/content/en/about/featured-background.jpg b/content/en/about/featured-background.jpg deleted file mode 120000 index 3b011a9..0000000 --- a/content/en/about/featured-background.jpg +++ /dev/null @@ -1 +0,0 @@ -../mt-hood-night-2.jpg \ No newline at end of file diff --git a/content/en/about/featured-background.jpg b/content/en/about/featured-background.jpg new file mode 100644 index 0000000..13e173e Binary files /dev/null and b/content/en/about/featured-background.jpg differ diff --git a/content/en/background.jpg b/content/en/background.jpg new file mode 100644 index 0000000..13e173e Binary files /dev/null and b/content/en/background.jpg differ diff --git a/content/en/contact/_index.html b/content/en/contact/_index.md similarity index 100% rename from content/en/contact/_index.html rename to content/en/contact/_index.md diff --git a/content/en/contact/featured-background.jpg b/content/en/contact/featured-background.jpg deleted file mode 120000 index 3b011a9..0000000 --- a/content/en/contact/featured-background.jpg +++ /dev/null @@ -1 +0,0 @@ -../mt-hood-night-2.jpg \ No newline at end of file diff --git a/content/en/contact/featured-background.jpg b/content/en/contact/featured-background.jpg new file mode 100644 index 0000000..13e173e Binary files /dev/null and b/content/en/contact/featured-background.jpg differ diff --git a/content/en/featured-background.jpg b/content/en/featured-background.jpg deleted file mode 120000 index 479d875..0000000 --- a/content/en/featured-background.jpg +++ /dev/null @@ -1 +0,0 @@ -mt-hood-night-2.jpg \ No newline at end of file diff --git a/content/en/laptop-2015.jpg b/content/en/laptop-2015.jpg deleted file mode 100644 index a4d2108..0000000 Binary files a/content/en/laptop-2015.jpg and /dev/null differ diff --git a/go.mod b/go.mod index 1000f68..0322ee4 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 796b137..08f481e 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/config.toml b/hugo.toml similarity index 98% rename from config.toml rename to hugo.toml index 60e258e..68a4596 100644 --- a/config.toml +++ b/hugo.toml @@ -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] @@ -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. @@ -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 diff --git a/layouts/shortcodes/3column.html b/layouts/shortcodes/3column.html new file mode 100644 index 0000000..a564855 --- /dev/null +++ b/layouts/shortcodes/3column.html @@ -0,0 +1 @@ +