Go to file
Maria Rushkova 917c8568fe
New design (#42) (#45)
* Add new design

* Use yarn instead of npm

* Add 404 page style

* Update "See VAC Openings" CTA

* Change VAC to Vac

* Change specs link

* Keep post categories

* Change code formatting

* Update images

* Update media links

* Add media image default

* Update package.json

* Add twitter cards meta data

* Add media section back

* Remove images

* Comment script for form

* Change media urls to https

* Import font locally

* Add Anonymous font

* Change inner page layout

* Change pre code style

* Add font preloading

* Change post content styles

* Add alt attribute

* Change footer research links

* Update gitignore

* Add Fathom analytics

* Update links

* Change gif to video

* Add work cards links back

* Change footer spacing

* Change logo size

* Fix header

* Centered section join

* Make cards clickable

* Align left section join

* Remove graphic & video section about

* Return logo size

* Add post for Waku v1 vs Waku v2 bandwidth comparison (#43)

* Add post for Waku v1 vs Waku v2 bandwidth comparison

* Addressing PR comments

* Added future work. Minor changes to intro.

(cherry picked from commit 007696cfc9)

* Add <code> styles

* Add Hanno page

* 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

(cherry picked from commit c64f5a889e)

* Add circe page

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
Co-authored-by: thecirce <95408261+thecirce@users.noreply.github.com>

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
Co-authored-by: thecirce <95408261+thecirce@users.noreply.github.com>
2021-12-14 12:03:25 +08:00
.github/workflows Add issues and PRs to board automatically (#39) 2021-08-02 11:14:00 +08:00
_authors New design (#42) (#45) 2021-12-14 12:03:25 +08:00
_data New design (#42) (#45) 2021-12-14 12:03:25 +08:00
_includes New design (#42) (#45) 2021-12-14 12:03:25 +08:00
_layouts New design (#42) (#45) 2021-12-14 12:03:25 +08:00
_posts New design (#42) (#45) 2021-12-14 12:03:25 +08:00
assets New design (#42) (#45) 2021-12-14 12:03:25 +08:00
fonts New design (#42) (#45) 2021-12-14 12:03:25 +08:00
scripts New design (#42) (#45) 2021-12-14 12:03:25 +08:00
.babelrc New design (#42) (#45) 2021-12-14 12:03:25 +08:00
.gitignore New design (#42) (#45) 2021-12-14 12:03:25 +08:00
.ruby-version New design (#42) (#45) 2021-12-14 12:03:25 +08:00
404.html New design (#42) (#45) 2021-12-14 12:03:25 +08:00
CNAME Create CNAME 2019-07-18 19:01:23 +08:00
Gemfile New design (#42) (#45) 2021-12-14 12:03:25 +08:00
Gemfile.lock New design (#42) (#45) 2021-12-14 12:03:25 +08:00
Jenkinsfile New design (#42) (#45) 2021-12-14 12:03:25 +08:00
README.md New design (#42) (#45) 2021-12-14 12:03:25 +08:00
_config.yml New design (#42) (#45) 2021-12-14 12:03:25 +08:00
faq.md Fix broken links across posts (#37) 2021-08-04 11:51:55 +08:00
gulpfile.babel.js New design (#42) (#45) 2021-12-14 12:03:25 +08:00
index.md New design (#42) (#45) 2021-12-14 12:03:25 +08:00
media.md New design (#42) (#45) 2021-12-14 12:03:25 +08:00
package.json New design (#42) (#45) 2021-12-14 12:03:25 +08:00
research-log.md New design (#42) (#45) 2021-12-14 12:03:25 +08:00
robots.txt Create robots.txt 2020-03-07 15:34:29 +01:00
tailwind.config.js New design (#42) (#45) 2021-12-14 12:03:25 +08:00
yarn.lock New design (#42) (#45) 2021-12-14 12:03:25 +08:00

README.md

Vac.dev Website

Originally created by EthWorks.

Development

  • Install Depndencies:
    yarn install
    bundle install
    
  • Build Website
    yarn run build
    
  • For development or server:
    yarn run dev
    yarn run start
    

Continuous Integration

Known Issues

Bundler and Jekyll on Apple M1 (with Ruby x86_64)

arch -x86_64 gem install --user-install bundler jekyll
echo 'export PATH="~/.gem/ruby/2.6.0/bin:$PATH"' >> ~/.zshrc
bundle update