Go to file
thecirce c64f5a889e
Add opinion piece on ethics in surveillance tech (#44)
* Add opinion piece on ethics in surveillance tech

* Change published date. Added preface.

* wrong date - today is 3rd
2021-12-03 17:55:15 +08:00
.github/workflows Add issues and PRs to board automatically (#39) 2021-08-02 11:14:00 +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 Fix broken links across posts (#37) 2021-08-04 11:51:55 +08:00
_layouts Add team layout 2020-04-16 13:47:03 +08:00
_posts Add opinion piece on ethics in surveillance tech (#44) 2021-12-03 17:55:15 +08:00
assets Add post for Waku v1 vs Waku v2 bandwidth comparison (#43) 2021-11-03 14:34:00 +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 Update Gemfile 2020-03-01 16:37:42 +01:00
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 (#35) 2021-08-02 11:09:38 +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 Fix broken links across posts (#37) 2021-08-04 11:51:55 +08: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