diff --git a/.gitignore b/.gitignore index 2a8645f..767cd1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .hugo_build.lock +node_modules \ No newline at end of file diff --git a/content/posts/2023-08-02-webpage-with-action.md b/content/posts/2023-08-02-webpage-with-action.md deleted file mode 100644 index 43ef229..0000000 --- a/content/posts/2023-08-02-webpage-with-action.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: "Webpage with Forgejo Action" -date: 2023-08-02T14:49:09+02:00 -draft: false ---- - -To keep the Webpage in sync with the state in git we now use a forgejo action pipeline. - -``` -name: GitHub Pages - -on: - push: - branches: - - main # Set a branch to deploy - pull_request: - -jobs: - deploy: - runs-on: docker - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - steps: - - uses: actions/checkout@v3 - with: - submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - - name: Setup Hugo - uses: https://github.com/peaceiris/actions-hugo@v2 - with: - hugo-version: '0.112.0' - # extended: true - - - name: Build - run: hugo --minify - - - name: copy file via ssh password - uses: https://github.com/appleboy/scp-action@v0.1.4 - with: - host: "static.keks.cloud" - username: ${{ secrets.USERNAME }} - key: ${{ secrets.KEY }} - source: "public/*" - target: "/var/www/keks.cloud/" - strip_components: 1 -``` \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3adbf73..d28ddc4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,17 +1,33 @@ - + {{ .Title }} | {{ .Site.Title }} - - - - + + + + + -
+
+
+
+

Keks.Cloud

+
+ + +
+
{{- block "main" . }}{{- end }}
+ \ No newline at end of file diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 7199776..9f35e00 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -1,29 +1,42 @@ {{- define "main" -}} -

Keks.Cloud

-

Just some Services

-

Services

+ +
+
+

Just some Internet Services

+
+
+ +

Services

-

News

+

News