Skip to content

Commit d7f7d08

Browse files
committed
update landingpage
1 parent b12eaaf commit d7f7d08

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Meta Data for SEO
22

33
## Homepage
4-
title = "Doks"
4+
title = "FsDevOps"
55
titleSeparator = "-"
6-
titleAddition = "Modern Documentation Theme"
7-
description = "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
6+
titleAddition = "FullStack and DevOps"
7+
description = "Fullstack development and DevOps very often go hand in hand in some areas. Therefore, it is often the case that everyone can work together on everything and everyone has a sound understanding of how the individual components interact."
88

99
## Documentation
1010
# docsVersion = "0.3"

content/en/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title : "Modern Documentation Theme"
3-
description: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
4-
lead: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
2+
title : "FullStack and DevOps"
3+
description: "Fullstack development and DevOps very often go hand in hand in some areas. Therefore, it is often the case that everyone can work together on everything and everyone has a sound understanding of how the individual components interact."
4+
lead: "Fullstack development and DevOps very often go hand in hand in some areas. Therefore, it is often the case that everyone can work together on everything and everyone has a sound understanding of how the individual components interact."
55
date: 2020-10-06T08:47:36+00:00
66
lastmod: 2020-10-06T08:47:36+00:00
77
draft: false

layouts/index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1 class="mt-0">{{ .Title }}</h1>
77
<div class="col-lg-9 col-xl-8 text-center">
88
<p class="lead">{{ .Params.lead | safeHTML }}</p>
99
<a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}prologue/introduction/" role="button">Get Started</a>
10-
<p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p>
10+
<!-- <p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p> -->
1111
</div>
1212
</div>
1313
</section>
@@ -19,31 +19,34 @@ <h1 class="mt-0">{{ .Title }}</h1>
1919
<div class="container">
2020
<div class="row justify-content-center text-center">
2121
<div class="col-lg-5">
22-
<h2 class="h4">Security aware</h2>
23-
<p>Get A+ scores on <a href="https://observatory.mozilla.org/analyze/doks.netlify.app">Mozilla Observatory</a> out of the box. Easily change the default Security Headers to suit your needs.</p>
22+
<h2 class="h4">Awesome CI</h2>
23+
<p>A tool that greatly simplifies your CI workflow! Using SemVer and naming conventions saves a lot of time when creating a release.</p>
24+
<a class="btn px-4 mb-4" href="https://github.com/fullstack-devops/awesome-ci" role="button">Check it out</a>
2425
</div>
2526
<div class="col-lg-5">
26-
<h2 class="h4">Fast by default ⚡️</h2>
27-
<p>Get 100 scores on <a href="https://googlechrome.github.io/lighthouse/viewer/?gist=92eaa982d7dbf92f94fe8ecc03987c9a">Google Lighthouse</a> by default. Doks removes unused css, prefetches links, and lazy loads images.</p>
27+
<h2 class="h4">Material Calendar</h2>
28+
<p>An Angular npm package in material design. Something that was missing from the default angular material library.</p>
29+
<a class="btn px-4 mb-4" href="https://github.com/fullstack-devops/material-calendar" role="button">Check it out</a>
2830
</div>
2931
<div class="col-lg-5">
30-
<h2 class="h4">SEO-ready</h2>
31-
<p>Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.</p>
32+
<h2 class="h4">Our Helm Charts</h2>
33+
<p>Everything we dockerize and put on kubernetes goes into our central helm chart repo. This makes a deployment and update much easier.</p>
34+
<a class="btn px-4 mb-4" href="https://github.com/fullstack-devops/helm-charts" role="button">Check it out</a>
3235
</div>
3336
</div>
3437
<div class="row justify-content-center text-center">
35-
<div class="col-lg-5">
38+
<!-- <div class="col-lg-5">
3639
<h2 class="h4">Full text search</h2>
3740
<p>Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking.</p>
38-
</div>
39-
<div class="col-lg-5">
41+
</div> -->
42+
<!-- <div class="col-lg-5">
4043
<h2 class="h4">Page layouts</h2>
4144
<p>Build pages with a landing page, blog, or documentation layout. Add custom sections and components to suit your needs.</p>
4245
</div>
4346
<div class="col-lg-5">
4447
<h2 class="h4">Dark mode</h2>
4548
<p>Switch to a low-light UI with the click of a button. Change colors with variables to match your branding.</p>
46-
</div>
49+
</div> -->
4750
</div>
4851
</div>
4952
</section>

theme.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name = "Doks"
1+
name = "FsDevOps"
22
license = "MIT"
3-
licenselink = "https://github.com/h-enk/doks/blob/master/LICENSE"
3+
licenselink = "https://github.com/fullstack-devops/fullstack-devops/blob/master/LICENSE"
44
description = "Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
55

6-
homepage = "https://github.com/h-enk/doks"
6+
homepage = "https://github.com/fullstack-devops"
77
demosite = "https://doks.netlify.app"
88

99
tags = ["landing page", "documentation", "blog", "minimal", "modern", "customizable", "search", "dark mode", "bootstrap"]

0 commit comments

Comments
 (0)