отмена "оформление /about" 328ce35dfe
All checks were successful
/ site (push) Successful in 0s

This commit is contained in:
Артём 2024-08-08 12:37:10 +03:00
parent 328ce35dfe
commit df5fe497a4
Signed by: SadmL
GPG key ID: EEFBB39006B28920
16 changed files with 36 additions and 9 deletions

View file

@ -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"

View file

@ -1,6 +1,7 @@
---
showFullContent: true
---
\
{{< avatar >}}
# Приветствую!

View file

@ -1,6 +1,7 @@
---
title: "[401] Unauthorized"
showFullContent: true
---
# 401 Unauthorized
![](/img/errors/403_taiga.avif)

View file

@ -0,0 +1,3 @@
---
title: 401 Unauthorized
---

View file

@ -1,6 +1,7 @@
---
title: "[403] Forbidden"
showFullContent: true
---
# 403 Forbidden
![](/img/errors/403_taiga.avif)

View file

@ -0,0 +1,3 @@
---
title: 403 Forbidden
---

View file

@ -1,5 +1,5 @@
---
title: "[404] Страница не найдена"
showFullContent: true
---
![](/img/errors/404.avif)

View file

@ -0,0 +1,3 @@
---
title: "404 Not found"
---

View file

@ -1,6 +1,7 @@
---
title: "[500] Internal Server Error"
showFullContent: true
---
# 500 Internal Server Error
![](/img/errors/500_taiga.avif)

View file

@ -0,0 +1,3 @@
---
title: 500 Internal Server Error
---

View file

@ -1,6 +1,7 @@
---
title: "[502] Bad Gateway"
showFullContent: true
---
# 502 Bad Gateway
![](/img/errors/502.avif)

View file

@ -0,0 +1,3 @@
---
title: "502 Bad Gateway"
---

View file

@ -1,7 +1,8 @@
---
title: "[503] Сервис недоступен"
showFullContent: true
---
# 503 Service unavailable
![](/img/errors/503_karlson.avif)
---

View file

@ -0,0 +1,3 @@
---
title: "503 Service unavailable"
---

View file

@ -1,7 +1,9 @@
---
title: "[504] Gateway timeout"
showFullContent: true
---
# 504 Gateway timeout
![](/img/errors/504_krosh.avif)
---

View file

@ -0,0 +1,3 @@
---
title: "504 Gateway timeout"
---