Personal blog
Find a file
2022-03-22 18:43:43 +01:00
bib Add post on planning and scheduling for project management 2021-04-13 22:07:52 +02: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 favicon 2021-11-15 23:23:34 +01:00
posts Add post on planning and scheduling for project management 2021-04-13 22:07:52 +02:00
templates Update favicon 2021-11-15 23:23:34 +01:00
.gitignore Remove GitHub actions workflow 2020-11-10 09:13:45 +01:00
android-chrome-192x192.png Update favicon 2021-11-15 23:23:34 +01:00
android-chrome-512x512.png Update favicon 2021-11-15 23:23:34 +01:00
apple-touch-icon.png Update favicon 2021-11-15 23:23:34 +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-16x16.png Update favicon 2021-11-15 23:23:34 +01:00
favicon-32x32.png Update favicon 2021-11-15 23:23:34 +01:00
favicon.ico Update favicon 2021-11-15 23:23:34 +01:00
index.html Small modifications to the contact page and others 2021-01-04 18:32:17 +01:00
newblog.cabal Update to LTS 19.0 2022-03-22 18:17:39 +01:00
projects.org Add Uniplot to the list of projects 2021-05-02 16:29:59 +02:00
README.org Update favicon 2021-11-15 23:23:34 +01:00
site.hs Fix bibliography generation 2022-03-22 18:43:43 +01:00
site.webmanifest Update favicon 2021-11-15 23:23:34 +01:00
skills.org Small modifications to the contact page and others 2021-01-04 18:32:17 +01:00
stack.yaml Update to LTS 19.0 2022-03-22 18:17:39 +01:00
stack.yaml.lock Update to LTS 19.0 2022-03-22 18:17:39 +01:00

Personal blog

Setup

  npm install netlify-cli -g
  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