move old site into 2023 subdirectory and make it build with current hugo
This commit is contained in:
parent
a81f299c41
commit
12ca6ad3df
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL: https://quellcode.0x90.space/
|
baseURL: https://quellcode.0x90.space/2023/
|
||||||
languageCode: de
|
languageCode: de
|
||||||
defaultContentLanguage: de
|
defaultContentLanguage: de
|
||||||
title: Quellcode
|
title: Quellcode
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
set -xe
|
set -xe
|
||||||
hugo
|
hugo
|
||||||
cd ../0x90-ansible
|
cd ../0x90-ansible
|
||||||
rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space
|
rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space/2023/
|
||||||
|
|
|
||||||
|
|
@ -49,4 +49,4 @@
|
||||||
{{ end }}{{ end }}
|
{{ end }}{{ end }}
|
||||||
|
|
||||||
{{- /* Facebook Page Admin ID for Domain Insights */}}
|
{{- /* Facebook Page Admin ID for Domain Insights */}}
|
||||||
{{- with site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
|
{{- with site.Params.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,6 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<meta name="twitter:title" content="{{ .Title }}"/>
|
<meta name="twitter:title" content="{{ .Title }}"/>
|
||||||
<meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/>
|
<meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/>
|
||||||
{{ with site.Social.twitter -}}
|
{{ with site.Params.Social.twitter -}}
|
||||||
<meta name="twitter:site" content="@{{ . }}"/>
|
<meta name="twitter:site" content="@{{ . }}"/>
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue