lifehacker-101/ota · 文件
文件最后提交记录最后更新时间
README.md
LineageOS OTA website
This is the download page for our unofficial LineageOS builds. It is based on Universal-DB's website files.
Building the site locally
- Install Ruby 3.x for your machine
- Install Python 3.x for your machine
- Run
bundle config set --local path vendor/bundleto ensure that dependency versions do not clash with other ruby projects - Run
bundle installto install dependencies - Run
mkdir _lineage, then runpython3 scripts/gen_pages.pyto generate device specific pages - Run
bundle exec jekyll serve- This will build the site to
_site, and host a simple web server at127.0.0.1:4000
- This will build the site to
License
- The site theme (
_includes,_layouts,_sass,assets/css,assets/js) is licensed under the following:SPDX-License-IdentifierL: GPL-3.0-only- You may read more in
LICENSE-code.txt.
- The site text is licensed under the following:
SPDX-License-Identifier: CC-BY-NC-SA-4.0- You may read more in
LICENSE-docs.txt.