No description
Find a file
Lucio Franco 70d1362539
Merge pull request #120 from LucioFranco/master
Switch to nightly for builds to work around doc issues
2018-11-15 23:31:07 -05:00
src Typo in TWIA 14 2018-11-12 21:28:35 +01:00
.gitignore Fixed the stupid Chromium bug 2018-08-02 17:21:06 +02:00
.travis.yml Switch to nightly for builds to work around doc issues 2018-11-15 22:35:32 -05:00
bors.toml Add bors.toml 2018-05-19 16:46:17 +02:00
generate.sh Revamp documentation page 2018-09-23 00:00:20 +02:00
LICENSE.md Website redesign 2018-08-02 03:45:05 +02:00
quick_build.sh Remove references to the develop branch (#102) 2018-09-20 16:46:04 -04:00
README.md Set the website URL 2018-08-02 10:28:39 -06:00

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 Gutenberg 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/content /
News from Amethyst src/content/blog /blog/
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

However, this is a long process as it also generates documentation. If you only care about the website itself for testing purposes, do:

$ ./quick_build.sh

Please note that this last methods requires you to have Gutenberg installed.

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.