- Fork this repository
- Navigate to
./src/directory/
and add your site as a new*.md
file. Use existing sites as a reference in terms of required information - Optional: Add your own web button (88x31) in
./src/static/img/directory
; reference your button in your*.md
file using its filename for thebutton
front matter property - Open a pull request for your changes
Add your website's data in your *.md
file using the following properties:
title
: Name your website / requiredurl
: Your website's URL / requiredauthor
: Name yourself / optionalbutton
: File name of a button for your listing / optional
- Fork this repository
- Use
npm install
on your machine - Use
npm run serve
to start a local web server atlocalhost:8080
- Make changes
- Test your changes
- Open a pull request with your changes