Personal blog
Find a file
Dimitri Lozeve 4c9a78744b Add post on planning and scheduling for project management
Improve introduction and add problem description

Add description of the classification scheme for scheduling problems

Add description of the general project management workflow

Add references

Add section on algorithms

Add conclusion and final edits
2021-04-13 22:07:52 +02: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 Add post on MILP problem from IBM Ponder This (March 2021) 2021-04-02 20:52:52 +02:00
posts Add post on planning and scheduling for project management 2021-04-13 22:07:52 +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