Skip to content

Commit

Permalink
update index.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
l10178 committed Feb 24, 2024
1 parent 9c51987 commit 100dae0
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 798 deletions.
47 changes: 0 additions & 47 deletions .github/FUNDING.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- doks3
- main

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Thumbs.db
.stylelintcache
.netlify
.hugo_build.lock
hugo_stats.json
node_modules
public
resources
pnpm-lock.yaml
# pnpm-lock.yaml

.idea
.vscode
Expand Down
15 changes: 7 additions & 8 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Doks"
title = "XLabs"
baseurl = "/"
canonifyURLs = false
disableAliases = true
Expand All @@ -7,17 +7,17 @@ disableHugoGeneratorInject = true
enableEmoji = true
enableGitInfo = false
enableRobotsTXT = true
languageCode = "en-US"
languageCode = "zh-CN"
paginate = 20
rssLimit = 10
summarylength = 20 # 70 (default)

# Multilingual
defaultContentLanguage = "en"
disableLanguages = ["de", "nl"]
defaultContentLanguage = "zh"
disableLanguages = ["en", "nl"]
defaultContentLanguageInSubdir = false

copyRight = "Copyright (c) 2020-2024 Hyas"
copyRight = "Copyright (c) 2020-2024 XLabs Club"

[build.buildStats]
enable = true
Expand Down Expand Up @@ -57,9 +57,8 @@ rel = "sitemap"
tag = "tags"

[permalinks]
blog = "/blog/:slug/"
docs = "/docs/:sections[1:]/:slug/"
# docs = "/docs/1.0/:sections[1:]/:slug/"
blog = "/blog/:slugorfilename/"
docs = "/docs/:sections[1:]/:slugorfilename/"

[minify.tdewolff.html]
keepWhitespace = false
Expand Down
33 changes: 10 additions & 23 deletions config/_default/languages.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
[zh]
languageName = "简体中文"
contentDir = "content/zh"
weight = 10
[zh.params]
languageISO = "ZH"
languageTag = "zh-CN"

[en]
languageName = "English"
contentDir = "content/en"
weight = 10
weight = 20
[en.params]
languageISO = "EN"
languageTag = "en-US"

[de]
languageName = "German"
contentDir = "content/de"
weight = 15
[de.params]
languageISO = "DE"
languageTag = "de-DE"

[nl]
languageName = "Nederlands"
contentDir = "content/nl"
weight = 20
[nl.params]
languageISO = "NL"
languageTag = "nl-NL"
titleAddition = "Modern documentatie-thema"
description = "Doks is een Hugo-thema waarmee je moderne documentatie-websites kunt bouwen die veilig, snel en klaar voor SEO zijn — standaard."
titleHome = "Doks thema"
footer = "Mogelijk gemaakt door <a href=\"https://www.netlify.com/\">Netlify</a>, <a href=\"https://gohugo.io/\">Hugo</a>, en <a href=\"https://getdoks.org/\">Doks</a>"
alertText = "Introductie van het Doks-kinderthema, verschillende DX + UX-updates en meer! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\">Bekijk Doks v0.2</a>"
languageTag = "en-US"
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title : "Build an amazing docs site"
description: "Everything you need to build a stellar documentation website. Fast, accessible, and easy to use."
lead: "Everything you need to build a stellar documentation website. Fast, accessible, and easy to use."
title : "卫星实验室"
description: "一个专注于研究卫星以及 CRM 的开源组织"
lead: "一个专注于研究卫星以及 CRM 的开源组织。"
date: 2023-09-07T16:33:54+02:00
lastmod: 2023-09-07T16:33:54+02:00
draft: false
seo:
title: "Doks — Build an amazing docs site" # custom title (optional)
title: "卫星实验室,一个专注于研究卫星以及 CRM 的开源组织" # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
Expand Down
Loading

0 comments on commit 100dae0

Please sign in to comment.