This commit is contained in:
parent
0a5442d1b7
commit
328ce35dfe
16 changed files with 9 additions and 36 deletions
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
showFullContent: true
|
||||
---
|
||||
\
|
||||
{{< avatar >}}
|
||||
|
||||
# Приветствую!
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
showFullContent: true
|
||||
title: "[401] Unauthorized"
|
||||
---
|
||||
# 401 Unauthorized
|
||||
|
||||
![](/img/errors/403_taiga.avif)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: 401 Unauthorized
|
||||
---
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
showFullContent: true
|
||||
title: "[403] Forbidden"
|
||||
---
|
||||
# 403 Forbidden
|
||||
|
||||
![](/img/errors/403_taiga.avif)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: 403 Forbidden
|
||||
---
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
showFullContent: true
|
||||
title: "[404] Страница не найдена"
|
||||
---
|
||||
|
||||
![](/img/errors/404.avif)
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: "404 Not found"
|
||||
---
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
showFullContent: true
|
||||
title: "[500] Internal Server Error"
|
||||
---
|
||||
# 500 Internal Server Error
|
||||
|
||||
![](/img/errors/500_taiga.avif)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: 500 Internal Server Error
|
||||
---
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
showFullContent: true
|
||||
title: "[502] Bad Gateway"
|
||||
---
|
||||
# 502 Bad Gateway
|
||||
|
||||
![](/img/errors/502.avif)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: "502 Bad Gateway"
|
||||
---
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
showFullContent: true
|
||||
title: "[503] Сервис недоступен"
|
||||
---
|
||||
|
||||
# 503 Service unavailable
|
||||
![](/img/errors/503_karlson.avif)
|
||||
|
||||
---
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: "503 Service unavailable"
|
||||
---
|
|
@ -1,9 +1,7 @@
|
|||
---
|
||||
showFullContent: true
|
||||
title: "[504] Gateway timeout"
|
||||
---
|
||||
|
||||
# 504 Gateway timeout
|
||||
|
||||
![](/img/errors/504_krosh.avif)
|
||||
|
||||
---
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: "504 Gateway timeout"
|
||||
---
|
Loading…
Reference in a new issue