From df5fe497a43fa0554c7aaeff1519e81134dd2038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Thu, 8 Aug 2024 12:37:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BC=D0=B5=D0=BD=D0=B0=20=20"?= =?UTF-8?q?=D0=BE=D1=84=D0=BE=D1=80=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?/about"=20328ce35dfe745da3ec6bf580b8972223a358f966?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 -- content/about/about.md | 1 + content/errors/{ => 401}/401.md | 3 ++- content/errors/401/_index.md | 3 +++ content/errors/{ => 403}/403.md | 3 ++- content/errors/403/_index.md | 3 +++ content/errors/{ => 404}/404.md | 2 +- content/errors/404/_index.md | 3 +++ content/errors/{ => 500}/500.md | 3 ++- content/errors/500/_index.md | 3 +++ content/errors/{ => 502}/502.md | 3 ++- content/errors/502/_index.md | 3 +++ content/errors/{ => 503}/503.md | 3 ++- content/errors/503/_index.md | 3 +++ content/errors/{ => 504}/504.md | 4 +++- content/errors/504/_index.md | 3 +++ 16 files changed, 36 insertions(+), 9 deletions(-) rename content/errors/{ => 401}/401.md (85%) create mode 100644 content/errors/401/_index.md rename content/errors/{ => 403}/403.md (86%) create mode 100644 content/errors/403/_index.md rename content/errors/{ => 404}/404.md (77%) create mode 100644 content/errors/404/_index.md rename content/errors/{ => 500}/500.md (84%) create mode 100644 content/errors/500/_index.md rename content/errors/{ => 502}/502.md (87%) create mode 100644 content/errors/502/_index.md rename content/errors/{ => 503}/503.md (87%) create mode 100644 content/errors/503/_index.md rename content/errors/{ => 504}/504.md (80%) create mode 100644 content/errors/504/_index.md diff --git a/config.toml b/config.toml index 63e923f..8c57b73 100755 --- a/config.toml +++ b/config.toml @@ -19,8 +19,6 @@ DefaultContentLanguage = "ru" unsafe = true [params] - title = "Sadium" - description = "Сайт проекта Sadium" # dir name of your main content (default is `content/posts`). # the list of set content will show up on your index page (baseurl). contentTypeName = "about" diff --git a/content/about/about.md b/content/about/about.md index e686ddf..d564788 100755 --- a/content/about/about.md +++ b/content/about/about.md @@ -1,6 +1,7 @@ --- showFullContent: true --- +\ {{< avatar >}} # Приветствую! diff --git a/content/errors/401.md b/content/errors/401/401.md similarity index 85% rename from content/errors/401.md rename to content/errors/401/401.md index 19f01fe..5e26b62 100644 --- a/content/errors/401.md +++ b/content/errors/401/401.md @@ -1,6 +1,7 @@ --- -title: "[401] Unauthorized" +showFullContent: true --- +# 401 Unauthorized ![](/img/errors/403_taiga.avif) diff --git a/content/errors/401/_index.md b/content/errors/401/_index.md new file mode 100644 index 0000000..25ec76e --- /dev/null +++ b/content/errors/401/_index.md @@ -0,0 +1,3 @@ +--- +title: 401 Unauthorized +--- diff --git a/content/errors/403.md b/content/errors/403/403.md similarity index 86% rename from content/errors/403.md rename to content/errors/403/403.md index 0c3651b..94a1418 100644 --- a/content/errors/403.md +++ b/content/errors/403/403.md @@ -1,6 +1,7 @@ --- -title: "[403] Forbidden" +showFullContent: true --- +# 403 Forbidden ![](/img/errors/403_taiga.avif) diff --git a/content/errors/403/_index.md b/content/errors/403/_index.md new file mode 100644 index 0000000..3a0effc --- /dev/null +++ b/content/errors/403/_index.md @@ -0,0 +1,3 @@ +--- +title: 403 Forbidden +--- diff --git a/content/errors/404.md b/content/errors/404/404.md similarity index 77% rename from content/errors/404.md rename to content/errors/404/404.md index 683808c..e6ee4fd 100644 --- a/content/errors/404.md +++ b/content/errors/404/404.md @@ -1,5 +1,5 @@ --- -title: "[404] Страница не найдена" +showFullContent: true --- ![](/img/errors/404.avif) diff --git a/content/errors/404/_index.md b/content/errors/404/_index.md new file mode 100644 index 0000000..bb0b881 --- /dev/null +++ b/content/errors/404/_index.md @@ -0,0 +1,3 @@ +--- +title: "404 Not found" +--- diff --git a/content/errors/500.md b/content/errors/500/500.md similarity index 84% rename from content/errors/500.md rename to content/errors/500/500.md index 3d33cec..770585a 100644 --- a/content/errors/500.md +++ b/content/errors/500/500.md @@ -1,6 +1,7 @@ --- -title: "[500] Internal Server Error" +showFullContent: true --- +# 500 Internal Server Error ![](/img/errors/500_taiga.avif) diff --git a/content/errors/500/_index.md b/content/errors/500/_index.md new file mode 100644 index 0000000..5615928 --- /dev/null +++ b/content/errors/500/_index.md @@ -0,0 +1,3 @@ +--- +title: 500 Internal Server Error +--- diff --git a/content/errors/502.md b/content/errors/502/502.md similarity index 87% rename from content/errors/502.md rename to content/errors/502/502.md index faafa82..9aaf417 100644 --- a/content/errors/502.md +++ b/content/errors/502/502.md @@ -1,6 +1,7 @@ --- -title: "[502] Bad Gateway" +showFullContent: true --- +# 502 Bad Gateway ![](/img/errors/502.avif) diff --git a/content/errors/502/_index.md b/content/errors/502/_index.md new file mode 100644 index 0000000..1d82cee --- /dev/null +++ b/content/errors/502/_index.md @@ -0,0 +1,3 @@ +--- +title: "502 Bad Gateway" +--- diff --git a/content/errors/503.md b/content/errors/503/503.md similarity index 87% rename from content/errors/503.md rename to content/errors/503/503.md index af9ffc3..251797e 100644 --- a/content/errors/503.md +++ b/content/errors/503/503.md @@ -1,7 +1,8 @@ --- -title: "[503] Сервис недоступен" +showFullContent: true --- +# 503 Service unavailable ![](/img/errors/503_karlson.avif) --- diff --git a/content/errors/503/_index.md b/content/errors/503/_index.md new file mode 100644 index 0000000..17856c3 --- /dev/null +++ b/content/errors/503/_index.md @@ -0,0 +1,3 @@ +--- +title: "503 Service unavailable" +--- diff --git a/content/errors/504.md b/content/errors/504/504.md similarity index 80% rename from content/errors/504.md rename to content/errors/504/504.md index aa99453..c053c0c 100644 --- a/content/errors/504.md +++ b/content/errors/504/504.md @@ -1,7 +1,9 @@ --- -title: "[504] Gateway timeout" +showFullContent: true --- +# 504 Gateway timeout + ![](/img/errors/504_krosh.avif) --- diff --git a/content/errors/504/_index.md b/content/errors/504/_index.md new file mode 100644 index 0000000..e48a906 --- /dev/null +++ b/content/errors/504/_index.md @@ -0,0 +1,3 @@ +--- +title: "504 Gateway timeout" +---