diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2555e70 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @rvalitov diff --git a/README.md b/README.md index d6a204b..fc1b20f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ [](https://app.codacy.com/gh/walitoff/website-not-found?utm_source=github.com&utm_medium=referral&utm_content=walitoff/website-not-found&utm_campaign=Badge_Grade) -[](https://github.com/walitoff/website-not-found/actions/workflows/eslint.yml) [](https://github.com/walitoff/website-not-found/actions/workflows/github-code-scanning/codeql) [](https://github.com/walitoff/website-not-found/actions/workflows/codacy.yml) [](https://github.com/walitoff/website-not-found/actions/workflows/node.js.yml) [](https://github.com/walitoff/website-not-found/actions/workflows/hugo.yml) +[](https://app.codacy.com/gh/walitoff/website-not-found/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) +[](https://github.com/walitoff/website-not-found/actions/workflows/eslint.yml) +[](https://github.com/walitoff/website-not-found/actions/workflows/github-code-scanning/codeql) +[](https://github.com/walitoff/website-not-found/actions/workflows/codacy.yml) +[](https://github.com/walitoff/website-not-found/actions/workflows/node.js.yml) +[](https://github.com/walitoff/website-not-found/actions/workflows/hugo.yml) + # 404 Page for Missing Website (Domain) diff --git a/src/config.toml b/src/config.toml index e8c03d2..7c5c4a5 100644 --- a/src/config.toml +++ b/src/config.toml @@ -6,6 +6,8 @@ disableSitemap = true disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"] enableRobotsTXT = false [params] + #Page title used as a tab title in browser. It's static and does not change if user changes language. + title="404" #Required. Your favicon hosted externally, URL shorteners can be useful favicon="https://www.walitoff.com/favicon.ico" #Optional, leave blank or comment to disable. If image is used then icon is ignored. Put here image in base64 diff --git a/src/layouts/home.html b/src/layouts/home.html index 9506c9c..aba3cd8 100644 --- a/src/layouts/home.html +++ b/src/layouts/home.html @@ -1,5 +1,7 @@ - +{{$collection:=(sort .Site.Data ".weight" "asc")}} +{{$default:=index ($collection) 0}} +
@@ -7,6 +9,7 @@ +