diff --git a/config.toml b/config.toml index 8c57b73..63e923f 100755 --- a/config.toml +++ b/config.toml @@ -19,6 +19,8 @@ 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 d564788..e686ddf 100755 --- a/content/about/about.md +++ b/content/about/about.md @@ -1,7 +1,6 @@ --- showFullContent: true --- -\ {{< avatar >}} # Приветствую! diff --git a/content/errors/401/401.md b/content/errors/401.md similarity index 85% rename from content/errors/401/401.md rename to content/errors/401.md index 5e26b62..19f01fe 100644 --- a/content/errors/401/401.md +++ b/content/errors/401.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[401] Unauthorized" --- -# 401 Unauthorized ![](/img/errors/403_taiga.avif) diff --git a/content/errors/401/_index.md b/content/errors/401/_index.md deleted file mode 100644 index 25ec76e..0000000 --- a/content/errors/401/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 401 Unauthorized ---- diff --git a/content/errors/403/403.md b/content/errors/403.md similarity index 86% rename from content/errors/403/403.md rename to content/errors/403.md index 94a1418..0c3651b 100644 --- a/content/errors/403/403.md +++ b/content/errors/403.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[403] Forbidden" --- -# 403 Forbidden ![](/img/errors/403_taiga.avif) diff --git a/content/errors/403/_index.md b/content/errors/403/_index.md deleted file mode 100644 index 3a0effc..0000000 --- a/content/errors/403/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 403 Forbidden ---- diff --git a/content/errors/404/404.md b/content/errors/404.md similarity index 77% rename from content/errors/404/404.md rename to content/errors/404.md index e6ee4fd..683808c 100644 --- a/content/errors/404/404.md +++ b/content/errors/404.md @@ -1,5 +1,5 @@ --- -showFullContent: true +title: "[404] Страница не найдена" --- ![](/img/errors/404.avif) diff --git a/content/errors/404/_index.md b/content/errors/404/_index.md deleted file mode 100644 index bb0b881..0000000 --- a/content/errors/404/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "404 Not found" ---- diff --git a/content/errors/500/500.md b/content/errors/500.md similarity index 84% rename from content/errors/500/500.md rename to content/errors/500.md index 770585a..3d33cec 100644 --- a/content/errors/500/500.md +++ b/content/errors/500.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[500] Internal Server Error" --- -# 500 Internal Server Error ![](/img/errors/500_taiga.avif) diff --git a/content/errors/500/_index.md b/content/errors/500/_index.md deleted file mode 100644 index 5615928..0000000 --- a/content/errors/500/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 500 Internal Server Error ---- diff --git a/content/errors/502/502.md b/content/errors/502.md similarity index 87% rename from content/errors/502/502.md rename to content/errors/502.md index 9aaf417..faafa82 100644 --- a/content/errors/502/502.md +++ b/content/errors/502.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[502] Bad Gateway" --- -# 502 Bad Gateway ![](/img/errors/502.avif) diff --git a/content/errors/502/_index.md b/content/errors/502/_index.md deleted file mode 100644 index 1d82cee..0000000 --- a/content/errors/502/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "502 Bad Gateway" ---- diff --git a/content/errors/503/503.md b/content/errors/503.md similarity index 87% rename from content/errors/503/503.md rename to content/errors/503.md index 251797e..af9ffc3 100644 --- a/content/errors/503/503.md +++ b/content/errors/503.md @@ -1,8 +1,7 @@ --- -showFullContent: true +title: "[503] Сервис недоступен" --- -# 503 Service unavailable ![](/img/errors/503_karlson.avif) --- diff --git a/content/errors/503/_index.md b/content/errors/503/_index.md deleted file mode 100644 index 17856c3..0000000 --- a/content/errors/503/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "503 Service unavailable" ---- diff --git a/content/errors/504/504.md b/content/errors/504.md similarity index 80% rename from content/errors/504/504.md rename to content/errors/504.md index c053c0c..aa99453 100644 --- a/content/errors/504/504.md +++ b/content/errors/504.md @@ -1,9 +1,7 @@ --- -showFullContent: true +title: "[504] Gateway timeout" --- -# 504 Gateway timeout - ![](/img/errors/504_krosh.avif) --- diff --git a/content/errors/504/_index.md b/content/errors/504/_index.md deleted file mode 100644 index e48a906..0000000 --- a/content/errors/504/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "504 Gateway timeout" ----