From 2c989fa9cd16fc1c969e0586602a1cb6cfc812b1 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Mon, 14 Aug 2023 12:12:02 +0200 Subject: [PATCH] change css --- .gitignore | 1 + .../posts/2023-08-02-webpage-with-action.md | 47 - layouts/_default/baseof.html | 28 +- layouts/_default/home.html | 55 +- layouts/_default/single.html | 2 - layouts/input.css | 26 + package-lock.json | 1024 +++++++++++++++++ package.json | 10 + static/css/style.css | 1 + tailwind.config.js | 31 + 10 files changed, 1149 insertions(+), 76 deletions(-) delete mode 100644 content/posts/2023-08-02-webpage-with-action.md create mode 100644 layouts/input.css create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 static/css/style.css create mode 100644 tailwind.config.js 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