Skip to content

mickael-kerjean/filestash-website

Repository files navigation

This is the website of Filestash.

run the dev server:

python3 -m http.server --directory _site/

create a build:

docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -ti ruby:2.7 bash
cd srv/jekyll
bundle install
JEKYLL_ENV=production bundle exec jekyll build
make deploy

todo:

  • migrate ruby
  • upgrade jekyll