Skip to content

Commit d77448f

Browse files
author
Alexander Nolte
committed
Merge branch 'v4-redo'
2 parents 26d1e18 + 08ab1d9 commit d77448f

File tree

287 files changed

+9194
-18591
lines changed

Some content is hidden

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

287 files changed

+9194
-18591
lines changed

.github/worklfows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Nikola Deploy
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
nikola_build:
10+
runs-on: ubuntu-latest
11+
name: 'Deploy Nikola to GitHub Pages'
12+
steps:
13+
- name: Check out
14+
uses: actions/checkout@v2
15+
- name: Build and Deploy Nikola
16+
uses: getnikola/nikola-action@v2

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cache
2+
output
3+
.doit.db*
4+
__pycache__
5+
/assets
6+
.DS_Store

about.html

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

assets/css/.DS_Store

-6 KB
Binary file not shown.

assets/css/fontawesome-all.min.css

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

assets/css/images/arrow.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.
-113 Bytes
Binary file not shown.

assets/css/images/overlay.png

-17.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)