wxWeaver website
The website is built using Jekyll. Node.js is used to compile all static assets including the Bootstrap library and built on along with the SASS stylesheets. Most of the content on the website is written using Markdown. Icons are provided by Font Awesome, favicons by Favicon Generator. Language translations are provided using JQuery Localize.
- Install
ruby
andyarn
- Use the automatic setup via
site run
or manually:
$ gem update
$ gem install bundler
$ yarn --no-bin-links
$ yarn dist
$ bundle exec jekyll serve --watch --host 0.0.0.0
The local website should be available at http://localhost:4000/