Skip to content

Commit

Permalink
feat: Convert config to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshevch committed Mar 19, 2024
1 parent 449a6f9 commit 6acd57d
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 173 deletions.
173 changes: 0 additions & 173 deletions site/hugo.toml

This file was deleted.

113 changes: 113 additions & 0 deletions site/hugo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
baseURL: /
title: etcd operator

contentDir: content/en
defaultContentLanguage: en

enableRobotsTXT: true
enableGitInfo: true

# Highlighting config
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango

# Configure how URLs look like per section.
permalinks:
blog: /:section/:year/:month/:day/:slug/

# Image processing configuration.
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart

markup:
goldmark:
parser:
attribute:
block: true
renderer:
unsafe: true
highlight:
style: tango

outputs:
section:
- HTML
- print
- RSS

# Everything below this are Site Params
params:
privacy_policy: https://www.linuxfoundation.org/legal/privacy-policy
github_repo: https://github.com/aenix-io/etcd-operator
github_project_repo: ""
github_subdir: site
github_branch: main

gcs_engine_id: d72aa9b2712488cc3
offlineSearch: false
prism_syntax_highlighting: false

version_menu: Releases
archived_version: false
version: v0.1
url_latest_version: https://etcd.aenix.io/docs/latest
versions:
- version: v0.1
url: https://etcd.aenix.io/docs/v0.1

copyright:
authors: "Aenix.io | "
from_year: 2024

ui:
breadcrumb_disable: false
navbar_logo: true
navbar_translucent_over_cover_disable: false
sidebar_menu_compact: false
sidebar_search_disable: false
feedback:
enable: true
yes: Glad to hear it! Please <a
href="https://github.com/aenix-io/etcd-operator/issues/new">tell us how
we can improve</a>.
no: Sorry to hear that. Please <a
href="https://github.com/aenix-io/etcd-operator/issues/new">tell us how
we can improve</a>.
readingtime:
enable: true

links:
user:
- name: GitHub Discussions
url: https://github.com/aenix-io/etcd-operator/discussions
icon: fab fa-github
desc: Discussions and help from your fellow users!
- name: Meeting Recordings
url: TODO
icon: fa fa-video
desc: Watch recordings of our community meetings.
developer:
- name: GitHub
url: https://github.com/aenix-io/etcd-operator
icon: fab fa-github
desc: Find us on GitHub.
- name: Telegram
url: https://t.me/etcd_operator
icon: fab fa-telegram
desc: Telegram Chat with other project developers (Russian language)
- name: Privacy Policy
url: https://www.linuxfoundation.org/legal/privacy-policy
icon: fa fa-book
desc: CNCF and Linux Foundation privacy policy.

module:
hugoVersion:
extended: true
min: 0.110.0
imports:
- path: github.com/google/docsy
disable: false

0 comments on commit 6acd57d

Please sign in to comment.