# assets.gentoo.org This repo (and website) hold the pre-built website style/theme assets for `gentoo.org` websites. ## How to upload `CREDCOMMAND="..." bash upload.sh` Where `CREDCOMMAND` returns YAML with the S3 credentials needed for uploading. Will set: - CORS Configuration - S3 Static website configuration ### Dependencies - `yq` - `s3cmd` - `awscli` ## Git Repositories - [Assets](https://gitweb.gentoo.org/sites/assets.git/) - [Tyrian theme source](https://gitweb.gentoo.org/sites/tyrian-theme.git/) ## Index ### Active assets ``` /_index.html - redirect to https://gentoo.org /lunr/ - https://devmanual.gentoo.org search engine code /tyrian/v2/ /tyrian/v2.0.0/ /tyrian/v2.0.1/ /tyrian/v2.0.2/ ``` ### Legacy assets Do not use these assets for new sites. They are still present until we can confirm nothing uses them. ``` /assets/tyrian/ /bootstrap.min.css /bootstrap.min.js /retina.min.js /tyrian.min.css /tyrian/*.css /tyrian/*.eot /tyrian/*.js /tyrian/*.map /tyrian/*.otf /tyrian/*.png /tyrian/*.svg /tyrian/*.ttf /tyrian/*.woff /tyrian/*.woff2 /tyrian/v1/ /tyrian/v1.0.0/ ````