From 0464f868ce96aa1093307f93a2498800835843fa Mon Sep 17 00:00:00 2001 From: NakagamiYuta Date: Sun, 13 Oct 2024 14:56:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[remove]=20docs/themes/hugo-theme-learn=20?= =?UTF-8?q?=E3=82=92gitmodules=20=E7=AE=A1=E7=90=86=E5=AF=BE=E8=B1=A1?= =?UTF-8?q?=E3=81=8B=E3=82=89=E5=A4=96=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 --- docs/themes/hugo-theme-learn | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .gitmodules delete mode 160000 docs/themes/hugo-theme-learn diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 20e130e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "docs/themes/hugo-theme-learn"] - path = docs/themes/hugo-theme-learn - url = https://github.com/matcornic/hugo-theme-learn.git diff --git a/docs/themes/hugo-theme-learn b/docs/themes/hugo-theme-learn deleted file mode 160000 index 3202533..0000000 --- a/docs/themes/hugo-theme-learn +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3202533a746f91c67de1a8fa373c0328ec1b403d From 22ccb52ede869684a64373cd1f7c60fbc6c115a2 Mon Sep 17 00:00:00 2001 From: NakagamiYuta Date: Sun, 13 Oct 2024 15:12:29 +0900 Subject: [PATCH 2/2] [remove] docs/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CopagerDocs へ移動 --- docs/.gitignore | 2 -- docs/Makefile | 19 ------------------- docs/archetypes/default.md | 6 ------ docs/config.toml | 28 ---------------------------- docs/content/_index.md | 31 ------------------------------- docs/layouts/partials/logo.html | 8 -------- 6 files changed, 94 deletions(-) delete mode 100644 docs/.gitignore delete mode 100644 docs/Makefile delete mode 100644 docs/archetypes/default.md delete mode 100644 docs/config.toml delete mode 100644 docs/content/_index.md delete mode 100644 docs/layouts/partials/logo.html diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 56af776..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -public/ -*.lock diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 827a929..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -FILEPATH = - -# Publish (./docs/public) -publish: - hugo - -# Run (http://localhost:1313) -run: - hugo server - -# New Chapter -# - make chapter FILEPATH="chapter1/_index.md" -chapter: - hugo new --kind chapter $(FILEPATH) - -# New Article -# - make article FILEPATH="chapter1/article.md" -article: - hugo new $(FILEPATH) diff --git a/docs/archetypes/default.md b/docs/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/docs/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/docs/config.toml b/docs/config.toml deleted file mode 100644 index 10289d3..0000000 --- a/docs/config.toml +++ /dev/null @@ -1,28 +0,0 @@ -title = "Copager Document" -theme = "hugo-theme-learn" -languageCode = "ja-JP" -defaultContentLanguage = "ja" -canonifyurls = true -relativeURLs = true - -[outputs] -home = ["HTML", "JSON"] - -[params] -title = "Copager" -description = "Copager Document" -titleSeparator = "|" -themeVariant = "blue" -disableLandingPageButton = true -disableShortcutsTitle = true - -[Languages] -[Languages.ja] -weight = 1 -languageName = "日本語" - -[[Languages.ja.menu.shortcuts]] -name = " Copager" -identifier = "github-copager" -url = "https://github.com/Tsukuba-Programming-Lab/Copager" -weight = 1 diff --git a/docs/content/_index.md b/docs/content/_index.md deleted file mode 100644 index 44e2d30..0000000 --- a/docs/content/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "トップページ" -date: 2024-09-02T00:00:00Z ---- - -# Copager Document - -![VERSION-Badge](https://img.shields.io/github/v/release/Tsukuba-Programming-Lab/Copager?style=for-the-badge) - -### 関連リンク - -- [Github - Copager](https://github.com/Tsukuba-Programming-Lab/Copager) - -### ライセンス - -#### Copager - -Copyright 2024 Yuta NAKAGAMI\ -Copyright 2024 Tsukuba-Programming-Lab - -#### lynx - -Copyright (c) 2021 James Panther (https://jamespanther.com) - -#### hugo-theme-learn - -Copyright (c) 2014 Grav\ -Copyright (c) 2016 MATHIEU CORNIC\ -Copyright (c) 2017 Valere JEANTET - -[LICENSE.md](https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md) diff --git a/docs/layouts/partials/logo.html b/docs/layouts/partials/logo.html deleted file mode 100644 index e5082a6..0000000 --- a/docs/layouts/partials/logo.html +++ /dev/null @@ -1,8 +0,0 @@ - - - Copager - -