Go to file
dependabot[bot] b1a038c199
Bump kramdown from 2.3.0 to 2.3.1 (#31)
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/gettalong/kramdown/releases)
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
- [Commits](https://github.com/gettalong/kramdown/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 11:09:26 +08:00
_authors Add Franck as author 2021-05-19 15:45:58 +10:00
_data adds sanaz photo and info (#27) 2020-10-21 11:44:04 +08:00
_includes Remove Teller from the footer 2020-06-26 00:32:54 +09:00
_layouts Add team layout 2020-04-16 13:47:03 +08:00
_posts Add workshop link 2021-06-04 10:22:15 +10:00
assets Add image 2021-06-02 14:34:27 +10: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 Update Gemfile 2020-03-01 16:37:42 +01:00
Gemfile.lock Bump kramdown from 2.3.0 to 2.3.1 (#31) 2021-08-02 11:09:26 +08:00
README.md It does not work with ruby v3.0 (#34) 2021-06-02 15:36:00 +08:00
_config.yml Update _config.yml 2020-03-01 16:38:03 +01:00
faq.md updated urls 2020-02-20 18:58:37 -05:00
index.md waku/faq (#13) 2020-02-19 08:23:13 -05: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
robots.txt Create robots.txt 2020-03-07 15:34:29 +01:00

README.md

vac

  1. Install a full Ruby development environment, You need v2.7.
  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