mirror of https://github.com/acid-info/vac.dev.git
917c8568fe
* 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 |
||
---|---|---|
.github/workflows | ||
_authors | ||
_data | ||
_includes | ||
_layouts | ||
_posts | ||
assets | ||
fonts | ||
scripts | ||
.babelrc | ||
.gitignore | ||
.ruby-version | ||
404.html | ||
CNAME | ||
Gemfile | ||
Gemfile.lock | ||
Jenkinsfile | ||
README.md | ||
_config.yml | ||
faq.md | ||
gulpfile.babel.js | ||
index.md | ||
media.md | ||
package.json | ||
research-log.md | ||
robots.txt | ||
tailwind.config.js | ||
yarn.lock |
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
develop
branch is pushed to dev.vac.dev via this CI Jobmaster
branch is pushed to vac.dev via this CI Job
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