Project:Website/Tyrian/Version 2
A rewrite of the whole project based on Bootstrap 4 written in sass. Should be used for all new websites.
More information about the motivation for creating Tyrian v2 can be found here.
Installation
Via npm
The latest version of the theme can be installed as npm package:
user $
npm install git+https://anongit.gentoo.org/git/sites/tyrian-theme.git
In production it is preferred to install a specific version of the theme using:
user $
npm install git+https://anongit.gentoo.org/git/sites/tyrian-theme.git#vX.Y.Z
Please see the changelog for an overview of the available versions.
Via CDN
Precompiled assets (CSS, javascript, fonts, images) are also available via the CDN at https://assets.gentoo.org/tyrian/v2/${FILE} - for instance:
- https://assets.gentoo.org/tyrian/v2/site-logo.svg
- https://assets.gentoo.org/tyrian/v2/tyrian.min.css
- https://assets.gentoo.org/tyrian/v2/jquery-3.3.slim.js
- https://assets.gentoo.org/tyrian/v2/popper.min.js
- https://assets.gentoo.org/tyrian/v2/bootstrap.min.js
If you do need a specific version you can use https://assets.gentoo.org/tyrian/v2.y.z/${FILE} to get the version you need
Note: Please note that you don't need a bootstrap.css file when using tyrian v2 - tyrian.min.css includes the bootstrap stylesheets.
Usage
Components
Changelog
- v2.0.0-alpha
- First alpha release!
Roadmap
Link | Status | Description |
---|---|---|
Background Color | in discussion | Change the background color |
Navbars | in discussion | Revise the navbar design |
WCAG 2.1 | not started yet | Improve the implementation of WCAG 2.1 (at least AA) |