This website is built using Docusaurus 2, a modern static website generator.
npm install
npm start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.
You can add content freely to this page, though if you do: please specify the license, author and year on the bottom of the page.
Example: /src/pages/about.md
.
There are four different kinds of images that you may add to this repository.
-
Original art: If you created artwork for this page, you need to decide the license under which you want to publish it. for the list of licenses see the
LICENSE
file. Then add it to thestatic/img/<yourhandle>/<license>
folder (your handle is also noted in theLICENSE
file).(Example)
static/img/tanja/cc-by-nc-sa/icons/icon_diversity.svg
is published under the CC-BY-NC-SA license by Tanja.
-
Pixabay or Unsplash: Images that come from the Pixabay or Unsplash platform need to go in the
static/img/external/pixabay
orstatic/img/external/unsplash
folder. Change the name of the file to following pattern:<userhandle>_<fileid>_<variant>.jpg
.(Example)
static/img/external/unsplash/andrewtneel_ute2XAFQU2I_cut.jpg
is acut
(meaning cut in size) variant of the image at https://unsplash.com/photos/ute2XAFQU2I by https://unsplash.com/@andrewtneel.
-
Fair use: Some work such as logos may be unclear in its license. It may fall under Fair Use. In this case you need to be careful and maybe read this and put it in the
static/img/external/fair-use
folder. Please state in the git-commit message where you retreived it.
Screenshots: Screenshots may be "fair use" or fall under an original Art license depending on the content. Please refer to this Wikipedia article for clarification.
After adding the image please run the $ npm run img
script in the command line. It will compress the image and add the license
to the metadata information.
See the LICENSE
file for detailed information.