/lite-xl.github.io

Lite-XL Website

Primary LanguageLiquidApache License 2.0Apache-2.0

Lite XL website

Work in progress

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 the required dependencies: 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

See the Wiki for more details.

The local website should be available at http://localhost:4000/