Project website and blog
HTML CSS Shell JavaScript
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.gitignore
.travis.yml
LICENSE.md
README.md
TWIA_TEMPLATE.md
bors.toml
generate.sh
rss.xml

README.md

Amethyst Website

Build Status CC BY-SA License Join the chat

This is the source code for the Amethyst website and blog, accessible from either https://amethyst.github.io/website/ or https://www.amethyst.rs/. The HTML is generated by Jekyll and hosted online with GitHub Pages.

Any changes to the master branch of this repository should automatically trigger a rebuild and republish of the site through Travis CI.

Structure

Content Source Path Website Path
Main Content src/ /
Newsletter (This Week In Amethyst) src/posts/ /posts/
Amethyst Book amethyst/book/src /book/
Generated API Documentation amethyst/src/ /doc/

Building Locally

To generate a local copy of the website, do:

$ ./generate.sh

The homepage can be found at build/index.html.

Contributing

We are a community project that welcomes contribution from anyone. If you're interested in helping out, please read the CONTRIBUTING.md file before getting started. Don't know what to hack on? Feel free to search though our issue tracker.