Merge 'origin/dev' into master
Signed-off-by: surtur <a_mirre@utb.cz>
This commit is contained in:
commit
976958461d
@ -1,5 +1,5 @@
|
|||||||
Just a bunch of shit that will make up a dotya landing page.
|
sawce that makes up the dotya.ml landing page.
|
||||||
|
|
||||||
Built with [Hugo](https://gohugo.io) on [Hello Friend NG](https://themes.gohugo.io/hugo-theme-hello-friend-ng/) theme.
|
Built with [Hugo](https://gohugo.io) on [Hello Friend NG](https://themes.gohugo.io/hugo-theme-hello-friend-ng/) theme.
|
||||||
|
|
||||||
|
|
||||||
|
14
config.toml
14
config.toml
@ -12,7 +12,7 @@ theme = "hello-friend-ng"
|
|||||||
dateformNumTime = "2006-01-02 15:04 -0700"
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
||||||
|
|
||||||
# Metadata mostly used in document's head
|
# Metadata mostly used in document's head
|
||||||
description = "Dotya.ml"
|
description = "dotya.ml"
|
||||||
keywords = "homepage, development, git, programming"
|
keywords = "homepage, development, git, programming"
|
||||||
images = [""]
|
images = [""]
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ theme = "hello-friend-ng"
|
|||||||
# Default theme "light" or "dark"
|
# Default theme "light" or "dark"
|
||||||
defaultTheme = "dark"
|
defaultTheme = "dark"
|
||||||
|
|
||||||
homeSubtitle = "Hello"
|
homeSubtitle = "hello friend. hello friend? that's lame. maybe I should give you a name."
|
||||||
|
|
||||||
[params.logo]
|
[params.logo]
|
||||||
logoText = "dotya.ml"
|
logoText = "dotya.ml"
|
||||||
@ -34,7 +34,7 @@ theme = "hello-friend-ng"
|
|||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "email"
|
name = "email"
|
||||||
url = "mailto:"
|
url = "mailto:"
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = "dotya.ml"
|
title = "dotya.ml"
|
||||||
@ -55,22 +55,22 @@ theme = "hello-friend-ng"
|
|||||||
[languages.en.menu]
|
[languages.en.menu]
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "about"
|
||||||
url = "/about"
|
url = "/about"
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "git"
|
identifier = "git"
|
||||||
name = "Git"
|
name = "git"
|
||||||
url = "https://git.dotya.ml"
|
url = "https://git.dotya.ml"
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "status"
|
identifier = "status"
|
||||||
name = "Status"
|
name = "status"
|
||||||
url = "/status"
|
url = "/status"
|
||||||
|
|
||||||
# And you can even create generic menu
|
# And you can even create generic menu
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "about"
|
||||||
url = "/about"
|
url = "/about"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = ""
|
identifier = ""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# dotya.ml
|
# about dotya.ml
|
||||||
|
|
||||||
Free services provided for fun as a hobby. So far we have [git](https://git.dotya.ml)
|
Free services provided for fun as a hobby. So far we have a [gitea](https://git.dotya.ml) server.
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
# dotya status
|
# dotya.ml status
|
||||||
|
|
||||||
Any information regarding status of the site and services will be posted here.
|
![Mozilla HTTP Observatory Grade](https://img.shields.io/mozilla-observatory/grade/dotya.ml)
|
||||||
|
Any information regarding status of the site and services will be posted here.
|
||||||
|
4
deploy
4
deploy
@ -4,6 +4,8 @@ USER=dotyaoverlord
|
|||||||
HOST=dotya.ml
|
HOST=dotya.ml
|
||||||
DIR=public/
|
DIR=public/
|
||||||
|
|
||||||
hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
hugo --gc=true && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"Target":"main.min.7bfbbe12786fa0ded4b4c0d792cbb36a5bd0bdb0b856dde57aa7b1f6fe0f2b87.css","MediaType":"text/css","Data":{"Integrity":"sha256-e/u+EnhvoN7UtMDXksuzalvQvbC4Vt3leqex9v4PK4c="}}
|
|
Loading…
Reference in New Issue
Block a user