aelobdog / lite-xl.github.io

Lite-XL Website

Home Page:https://lite-xl.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Lite-XL Website

https://lite-xl.github.io

License:Apache License 2.0


Languages

Language:Liquid 38.7%Language:Shell 24.0%Language:JavaScript 19.5%Language:SCSS 16.8%Language:Ruby 1.1%