Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.13 KB

Archdroid 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.

Local Build Quick-start Guide

  • Install ruby and yarn
  • 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/