Go to file
Oskar Thoren 472738a0f3
Fix title
2020-02-13 13:49:09 +08:00
_includes update the footer 2020-01-24 01:55:04 +09:00
_layouts updated 2020-02-07 19:23:22 +01:00
_posts Fix title 2020-02-13 13:49:09 +08:00
assets add simulation pic 2020-02-12 13:17:40 +08:00
.gitignore Add files 2019-11-07 22:12:13 +02:00
404.html Add files 2019-11-07 22:12:13 +02:00
CNAME Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
Gemfile Add files 2019-11-07 22:12:13 +02:00
Gemfile.lock update gemfile 2019-12-02 12:29:22 +08:00
README.md Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
_config.yml Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
index.markdown Update index.markdown 2020-02-07 17:12:22 +01:00
package-lock.json Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
research-log.markdown Update research-log.markdown 2020-02-07 17:12:32 +01:00

README.md

vac

  1. Install a full Ruby development environment.
  2. Install Jekyll and bundler gems.
  3. Change into your cloned repo
  4. Build the site and make it available on a local server: bundle exec jekyll serve
  5. Now browse to http://localhost:4000