From 57c288769490e1c3fa0fc298a1e2bb90e3ebd9fd Mon Sep 17 00:00:00 2001 From: europanite Date: Mon, 24 Nov 2025 00:00:49 +0900 Subject: [PATCH 1/2] fix/sitemap --- .github/workflows/docker.yml | 1 + frontend/app/public/_config.yml | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 frontend/app/public/_config.yml diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 75ef9b8..452ccce 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,5 +1,6 @@ name: docker on: + push: workflow_dispatch: pull_request: jobs: diff --git a/frontend/app/public/_config.yml b/frontend/app/public/_config.yml deleted file mode 100644 index 50d02e8..0000000 --- a/frontend/app/public/_config.yml +++ /dev/null @@ -1,10 +0,0 @@ -title: "client_side_python" -description: "A Client-Side Browser-Based Python Playground." -baseurl: "/client_side_python" -url: "https://europanite.github.io" -theme: minima -markdown: kramdown -plugins: - - jekyll-feed - - jekyll-sitemap -highlighter: rouge \ No newline at end of file From bf70c638a43b7d197b8e460adaae3365fc10706e Mon Sep 17 00:00:00 2001 From: europanite Date: Mon, 24 Nov 2025 00:06:13 +0900 Subject: [PATCH 2/2] fix/sitemap --- frontend/app/public/robots.txt | 4 ++++ frontend/app/public/sitemap.xml | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 frontend/app/public/robots.txt create mode 100644 frontend/app/public/sitemap.xml diff --git a/frontend/app/public/robots.txt b/frontend/app/public/robots.txt new file mode 100644 index 0000000..31125dd --- /dev/null +++ b/frontend/app/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://europanite.github.io/client_side_python/sitemap.xml diff --git a/frontend/app/public/sitemap.xml b/frontend/app/public/sitemap.xml new file mode 100644 index 0000000..dc67fd8 --- /dev/null +++ b/frontend/app/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + https://europanite.github.io/client_side_python/ + 2025-11-23 + weekly + 1.0 + +