Update landing page texts

This commit is contained in:
Alex Shpak
2025-09-28 00:37:01 +02:00
parent f207499922
commit f529ee023c
3 changed files with 33 additions and 29 deletions
+1 -2
View File
@@ -22,14 +22,13 @@
a.anchor { a.anchor {
opacity: 0; opacity: 0;
font-size: 0.75em; font-size: 0.75em;
vertical-align: middle;
text-decoration: none;
margin-inline-start: .25em; margin-inline-start: .25em;
} }
&:hover a.anchor, &:hover a.anchor,
a.anchor:focus { a.anchor:focus {
opacity: initial; opacity: initial;
text-decoration: none;
} }
} }
+31 -27
View File
@@ -8,55 +8,59 @@ layout: landing
# HUGO BOOK {anchor=false} # HUGO BOOK {anchor=false}
[Hugo](https://gohugo.io) documentation theme as simple as plain book [Hugo](https://gohugo.io) documentation theme as simple as plain book
{{< badge style="info" title="Hugo" value="0.146" >}} {{< badge style="default" title="License" value="MIT" >}} [{{< badge style="info" title="Hugo" value="0.146" >}}](https://github.com/gohugoio/hugo/releases/tag/v0.146.7)
[{{< badge style="default" title="License" value="MIT" >}}](https://github.com/alex-shpak/hugo-book/blob/main/LICENSE)
{{<button href="/docs/example">}}Explore{{</button>}} {{<button href="/docs/example">}}Explore{{</button>}}
</div> </div>
{{% columns %}} {{% columns %}}
- ## Astris ipse furtiva - ## What Hugo-Book Theme Is
Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut Hugo book theme is primarily designed to create technical documentation sites that are easy to read, write, navigate and maintain. It is an attempt to create a sustainable web project.
olivae sensit **arma sorori** deducit, inesset **crudus**, ego vetuere aliis,
modo arsit? Utinam rapta fiducia valuere litora _adicit cursu_, ad facies
- ## Suis quot vota - ## What Hugo-Book Theme Is Not
Ea _furtique_ risere fratres edidit terrae magis. Colla tam mihi tenebat: Book theme is not trying to implement all features but to create a starting point. It is mostly feature complete and gets updated and improved to stay relevant with Hugo and modern web.
miseram excita suadent es pecudes iam. Concilio _quam_ velatus posset ait quod
nunc! Fragosis suae dextra geruntur functus vulgata.
{{% /columns %}} {{% /columns %}}
{{% columns %}} {{% columns %}}
- {{< card title="Card" image="" >}} - {{< card >}}
# Heading ## Probably fast
Nullam feugiat urna massa, et fringilla metus consectetur molestie. Suspendisse sed congue orci, eu congue metus. Build on Hugo static site generator. "The worlds fastest framework for building websites".
{{< /card >}} {{< /card >}}
- {{< card title="Card" image="" >}} - {{< card >}}
# Heading ## 50% JS free
Suspendisse sed congue orci, eu congue metus. Nullam feugiat urna massa, et fringilla metus consectetur molestie. All important features are working even with JavaScript disabled in browser, including interactive shortcodes.
{{< /card >}} {{< /card >}}
- {{< card title="Card" image="" >}} - {{< card >}}
# Heading ## Minimalistic
Suspendisse sed congue orci, eu congue metus. Nullam feugiat urna massa, et fringilla metus consectetur molestie. For real, it is very minimalistic, black on white. No extra tools are needed to build the site, only Hugo. No heavy JS or CSS frameworks included.
{{< /card >}} {{< /card >}}
{{% /columns %}} {{% /columns %}}
{{% columns %}} {{% columns %}}
- {{< card title="Card" >}} - {{< card >}}
### Heading ### Shortcodes
Nullam feugiat urna massa, et fringilla metus consectetur molestie. Suspendisse sed congue orci, eu congue metus. Pretty good shortcodes are included to enhance markup files:
[Columns](/docs/shortcodes/columns/),
[Cards](/docs/shortcodes/experimental/cards/),
[Tabs](/docs/shortcodes/tabs/),
[Images](/docs/shortcodes/experimental/images/),
[Asciinema](/docs/shortcodes/experimental/asciinema/),
[KaTex](/docs/shortcodes/katex/),
[Mermaid](/docs/shortcodes/mermaid/) and others.
{{< /card >}} {{< /card >}}
- {{< card title="Card" >}} - {{< card >}}
### Heading ### Even more
Suspendisse sed congue orci, eu congue metus. Nullam feugiat urna massa, et fringilla metus consectetur molestie. Do people actually read these? I though it was just a visual filler. But there is full-text search and multi-language support.
{{< /card >}} {{< /card >}}
- {{< card title="Card" >}} - {{< card >}}
### Heading ### Made to be extendable
Nullam feugiat urna massa, et fringilla metus consectetur molestie. Suspendisse sed congue orci, eu congue metus. There are multiple points to inject own styles and templates to make your documentation your own.
{{< /card >}} {{< /card >}}
{{% /columns %}} {{% /columns %}}
+1
View File
@@ -5,4 +5,5 @@
<ul id="book-search-results"></ul> <ul id="book-search-results"></ul>
</div> </div>
<script>document.querySelector(".book-search").classList.remove("hidden")</script> <script>document.querySelector(".book-search").classList.remove("hidden")</script>
{{ end }} {{ end }}