Skip to content

Commit 1add39c

Browse files
authored
Merge pull request #4 from trappitsch/revamp_website
Revamp website
2 parents f766bf2 + e997c22 commit 1add39c

271 files changed

Lines changed: 1148 additions & 56412 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy_zola.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# adopted from https://www.getzola.org/documentation/deployment/github-pages/
2+
on: push
3+
name: Build and deploy GH Pages
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
if: github.ref == 'refs/heads/master'
8+
steps:
9+
- name: checkout
10+
uses: actions/checkout@v6
11+
with:
12+
submodules: recursive
13+
- name: build and deploy
14+
uses: shalzz/zola-deploy-action@master
15+
env:
16+
# Target branch
17+
PAGES_BRANCH: gh-pages
18+
# Provide personal access token
19+
# TOKEN: ${{ secrets.TOKEN }}
20+
# Or if publishing to the same repo, use the automatic token
21+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/public/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/zola-bearblog"]
2+
path = themes/zola-bearblog
3+
url = https://codeberg.org/alanpearce/zola-bearblog

bower.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

bower_components/bootstrap/.bower.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

bower_components/bootstrap/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

bower_components/bootstrap/Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

bower_components/bootstrap/Gemfile.lock

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)