Merge pull request 'Trying to improve jekyll page' (#8) from dev into main
All checks were successful
Update Cloudflare DNS / update-dns (push) Successful in 1m5s
Deploy Jekyll site to Pages / build (push) Successful in 5m8s

Reviewed-on: #8
This commit is contained in:
Florian Weber 2025-03-03 01:07:03 +00:00 committed by Gitea
commit 998a659c23
Signed by: Gitea
GPG Key ID: CAAFB340702C1B49
2 changed files with 18 additions and 8 deletions

View File

@ -31,14 +31,14 @@ jobs:
ref: 'pages' ref: 'pages'
path: 'pages' path: 'pages'
- name: Cleanup Pages Branch # - name: Cleanup Pages Branch
run: | # run: |
cd pages # cd pages
git config user.name "${{ gitea.actor }}" # git config user.name "${{ gitea.actor }}"
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online" # git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online"
git rm --cached -r update_cloudflare_dns.py domains.yaml || true # git rm --cached -r update_cloudflare_dns.py domains.yaml *.md || true
git commit -m "Remove ignored files from Jekyll site" # git commit -m "Remove ignored files from Jekyll site"
cd .. # cd ..
- name: Setup Ruby - name: Setup Ruby
run: | run: |

View File

@ -11,3 +11,13 @@ remote_theme: pages-themes/midnight@v0.2.0
plugins: plugins:
- jekyll-remote-theme - jekyll-remote-theme
- jekyll-readme-index - jekyll-readme-index
defaults:
- scope:
path: "README.md"
values:
layout: "default"
title: "Morlana.page Documentation"
include:
- "README.md"