From f311bfd19c96168e3cf00bdba67e43b6060cfba8 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 13 Jul 2021 11:39:30 -0500 Subject: [PATCH] Add some more things --- content/_index.md | 59 +++++++++++++++++++++++++++++++++++++++++ content/posts/_index.md | 6 +++++ data/menu/more.yaml | 13 +++++++++ 3 files changed, 78 insertions(+) create mode 100644 content/_index.md create mode 100644 content/posts/_index.md create mode 100644 data/menu/more.yaml diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..7cf28bb --- /dev/null +++ b/content/_index.md @@ -0,0 +1,59 @@ +--- +title: HOWTuwu +description: Your guide to everything! +geekdocNav: false +geekdocAlign: center +geekdocAnchor: false +--- + +[![Build Status](https://img.shields.io/drone/build/thegeeklab/hugo-geekdoc?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/hugo-geekdoc) +[![Hugo Version](https://img.shields.io/badge/hugo-0.83-blue.svg)](https://gohugo.io) +[![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/releases/latest) +[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors) +[![License: MIT](https://img.shields.io/github/license/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE) + +Geekdoc is a simple Hugo theme for documentations. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex projects. If a more feature-complete theme is required there are a lot of got alternatives out there. + +{{< button size="large" relref="programming/test/" >}}Getting Started{{< /button >}} + +## Feature overview + +{{< columns >}} + +### Clean and simple design + +Stay focused on exploring the content and don't get overwhelmed by a complex design. + +<---> + +### Light and mobile-friendly + +The theme is powered by less than 1 MB and looks impressive on mobile devices as well as on a regular Desktop. + +<---> + +### Easy customization + +The look and feel can be easily customized by CSS custom properties (variables), features can be adjusted by Hugo parameters. + +{{< /columns >}} + +{{< columns >}} + +### Zero initial configuration + +Getting started in minutes. The theme is shipped with a default configuration and works out of the box. + +<---> + +### Handy shortcodes + +We included some (hopefully) useful custom shortcodes so you don't have to and can focus on writing amazing docs. + +<---> + +### Dark mode + +Powerful dark mode that detects your system preferences or can be controlled by a toggle switch. + +{{< /columns >}} diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..9704856 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,6 @@ +--- +title: News +type: posts +weight: 10 +geekdocHidden: true +--- diff --git a/data/menu/more.yaml b/data/menu/more.yaml new file mode 100644 index 0000000..6082847 --- /dev/null +++ b/data/menu/more.yaml @@ -0,0 +1,13 @@ +--- +more: + - name: News + ref: "/posts" + icon: "gdoc_notification" + - name: Releases + ref: "https://github.com/Ta180m/HOWTuwu/releases" + external: true + icon: "gdoc_download" + - name: "View Source" + ref: "https://github.com/Ta180m/HOWTuwu" + external: true + icon: "gdoc_github"