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
|
||||
run: sudo touch ./public/.nojekyll
|
||||
|
||||
- name: Copy generated dist files
|
||||
run: cp -r ./static/dist ./public/dist
|
||||
|
||||
- name: Publish site as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
8
Makefile
8
Makefile
@ -1,4 +1,6 @@
|
||||
|
||||
|
||||
|
||||
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
|
||||
@ -16,4 +18,8 @@ static/dist/github-markdown-css/github-markdown-light.css: node_modules/github-m
|
||||
cp $< $@
|
||||
|
||||
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;
|
||||
|
||||
.profile-photo-container {
|
||||
max-width: 150px;
|
||||
height: max-content;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user