Personal blog
Find a file
2021-03-31 17:04:18 +02:00
bib Update post on Git from graphs 2021-03-08 20:11:02 +01:00
csl Add bibliography and references management 2019-04-03 20:37:53 +02:00
css Switch to dark mode 2021-02-04 21:07:13 +01:00
files Update PDF CV 2020-09-30 20:59:32 +02:00
images Update post on Git from graphs 2021-03-08 20:11:02 +01:00
posts Fix language issues from proselint 2021-03-31 17:04:18 +02:00
templates Add tags 2021-01-05 21:16:22 +01:00
.gitignore Remove GitHub actions workflow 2020-11-10 09:13:45 +01:00
contact.org Small modifications to the contact page and others 2021-01-04 18:32:17 +01:00
cv.org Small modifications to the contact page and others 2021-01-04 18:32:17 +01:00
favicon.ico Add favicon 2020-04-02 14:54:42 +02:00
index.html Small modifications to the contact page and others 2021-01-04 18:32:17 +01:00
newblog.cabal Switch to Tufte CSS with sidenotes 2020-04-14 11:22:03 +02:00
projects.org Add new project: ShaderTool 2021-03-08 20:12:00 +01:00
README.org Small modifications to the contact page and others 2021-01-04 18:32:17 +01:00
site.hs Add tags 2021-01-05 21:16:22 +01:00
skills.org Small modifications to the contact page and others 2021-01-04 18:32:17 +01:00
stack.yaml Upgrade toolchain 2020-08-27 15:01:49 +02:00
stack.yaml.lock Upgrade toolchain 2020-08-27 15:01:49 +02:00

Personal blog

Setup

  yarn add netlify-cli
  netlify login  # login to Netlify
  netlify link  # link the directory to the site

Deploy

  # deploy, omit "--prod" if you want to preview
  netlify deploy --dir=_site --prod