Trying to improve jekyll page
This commit is contained in:
parent
8bc1633fa6
commit
41f1212b7f
@ -31,14 +31,14 @@ jobs:
|
||||
ref: 'pages'
|
||||
path: 'pages'
|
||||
|
||||
- name: Cleanup Pages Branch
|
||||
run: |
|
||||
cd pages
|
||||
git config user.name "${{ gitea.actor }}"
|
||||
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online"
|
||||
git rm --cached -r update_cloudflare_dns.py domains.yaml || true
|
||||
git commit -m "Remove ignored files from Jekyll site"
|
||||
cd ..
|
||||
# - name: Cleanup Pages Branch
|
||||
# run: |
|
||||
# cd pages
|
||||
# git config user.name "${{ gitea.actor }}"
|
||||
# git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online"
|
||||
# git rm --cached -r update_cloudflare_dns.py domains.yaml *.md || true
|
||||
# git commit -m "Remove ignored files from Jekyll site"
|
||||
# cd ..
|
||||
|
||||
- name: Setup Ruby
|
||||
run: |
|
||||
|
10
_config.yml
10
_config.yml
@ -11,3 +11,13 @@ remote_theme: pages-themes/midnight@v0.2.0
|
||||
plugins:
|
||||
- jekyll-remote-theme
|
||||
- jekyll-readme-index
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
path: "README.md"
|
||||
values:
|
||||
layout: "default"
|
||||
title: "Morlana.page Documentation"
|
||||
|
||||
include:
|
||||
- "README.md"
|
||||
|
Reference in New Issue
Block a user