From 815364eedcabc5b2a6db427ec5bd7e19a375ffbe Mon Sep 17 00:00:00 2001 From: europanite Date: Sat, 16 May 2026 07:31:06 +0900 Subject: [PATCH] fix/doc --- README.de.md | 7 +++++++ README.es.md | 7 +++++++ README.fr.md | 7 +++++++ README.hi.md | 7 ++++++- README.ja.md | 7 +++++++ README.ko.md | 7 +++++++ README.md | 7 +++++++ README.pt-BR.md | 7 +++++++ README.zh-CN.md | 7 +++++++ _config.yml | 16 +++++++++++++++- 10 files changed, 77 insertions(+), 2 deletions(-) diff --git a/README.de.md b/README.de.md index c1a89c8..5460adf 100644 --- a/README.de.md +++ b/README.de.md @@ -1,3 +1,10 @@ +--- +layout: page +title: Deutsch +permalink: /de/ +lang: de +--- + # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") [![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/) diff --git a/README.es.md b/README.es.md index 84a3425..2335280 100644 --- a/README.es.md +++ b/README.es.md @@ -1,3 +1,10 @@ +--- +layout: page +title: Español +permalink: /es/ +lang: es +--- + # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") [![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/) diff --git a/README.fr.md b/README.fr.md index 848937d..5d00b67 100644 --- a/README.fr.md +++ b/README.fr.md @@ -1,3 +1,10 @@ +--- +layout: page +title: Français +permalink: /fr/ +lang: fr +--- + # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") [![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/) diff --git a/README.hi.md b/README.hi.md index 7f818c4..114f793 100644 --- a/README.hi.md +++ b/README.hi.md @@ -1,4 +1,9 @@ -> **नोट:** यह README.md का अनुवादित संस्करण है। अंग्रेज़ी README ही सत्य का मूल स्रोत है। +--- +layout: page +title: हिन्दी +permalink: /hi/ +lang: hi +--- # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") diff --git a/README.ja.md b/README.ja.md index abab20c..49f3895 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1,3 +1,10 @@ +--- +layout: page +title: 日本語 +permalink: /ja/ +lang: ja +--- + # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") [![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/) diff --git a/README.ko.md b/README.ko.md index 80a5b6d..5e94ff9 100644 --- a/README.ko.md +++ b/README.ko.md @@ -1,3 +1,10 @@ +--- +layout: page +title: 한국어 +permalink: /ko/ +lang: ko +--- + # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") [![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/) diff --git a/README.md b/README.md index b52d633..a3211f1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +--- +layout: page +title: English +permalink: / +lang: en +--- + # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) diff --git a/README.pt-BR.md b/README.pt-BR.md index 40346e4..f5e853f 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -1,3 +1,10 @@ +--- +layout: page +title: PT-BR +permalink: /pt-BR/ +lang: pt-BR +--- + [![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/) ![OS](https://img.shields.io/badge/OS-Linux%20%7C%20macOS%20%7C%20Windows-blue) diff --git a/README.zh-CN.md b/README.zh-CN.md index 12a1d2a..1e5a3f8 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,3 +1,10 @@ +--- +layout: page +title: 中文 +permalink: /zh-CN/ +lang: zh-CN +--- + # [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment") [![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/) diff --git a/_config.yml b/_config.yml index eef2d23..0f72bb8 100644 --- a/_config.yml +++ b/_config.yml @@ -7,4 +7,18 @@ markdown: kramdown plugins: - jekyll-feed - jekyll-sitemap -highlighter: rouge \ No newline at end of file +highlighter: rouge + +header_pages: + - README.md + - README.ja.md + - README.hi.md + - README.zh-CN.md + - README.es.md + - README.pt-BR.md + - README.ko.md + - README.de.md + - README.fr.md + +exclude: + - service/reports/ \ No newline at end of file