bugfix?
This commit is contained in:
parent
de32c05826
commit
6c0f5d0890
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -27,6 +27,9 @@ jobs:
|
|||||||
- name: Disable Jekyll
|
- name: Disable Jekyll
|
||||||
run: sudo touch ./public/.nojekyll
|
run: sudo touch ./public/.nojekyll
|
||||||
|
|
||||||
|
- name: Copy generated dist files
|
||||||
|
run: cp -r ./static/dist ./public/dist
|
||||||
|
|
||||||
- name: Publish site as artifact
|
- name: Publish site as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
6
Makefile
6
Makefile
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
static/dist: static/dist/line-awesome static/dist/github-markdown-css/github-markdown-light.css
|
static/dist: static/dist/line-awesome static/dist/github-markdown-css/github-markdown-light.css
|
||||||
|
|
||||||
static/dist/line-awesome: static/dist/line-awesome/fonts/la-solid-900.woff static/dist/line-awesome/fonts/la-brands-400.woff
|
static/dist/line-awesome: static/dist/line-awesome/fonts/la-solid-900.woff static/dist/line-awesome/fonts/la-brands-400.woff
|
||||||
@ -17,3 +19,7 @@ static/dist/github-markdown-css/github-markdown-light.css: node_modules/github-m
|
|||||||
|
|
||||||
node_modules:
|
node_modules:
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
public: sass content static static/dist templates jsonld_templates config.toml
|
||||||
|
zola build
|
||||||
|
cp -r static/dist public/dist
|
@ -12,8 +12,8 @@
|
|||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
||||||
.profile-photo-container {
|
.profile-photo-container {
|
||||||
max-width: 150px;
|
width: 150px;
|
||||||
height: max-content;
|
height: 150px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user