This repository contains a new (fake) website for Senseable Amsterdam Lab. The website is hosted on GitHub pages.
You can access the website here.
This repository works exactly as every other repository on GitHub, but it has a special feature: it is automatically published as a website.
If you learn how to contribute to this repository, you will be able to contribute to any other repository on GitHub :)
- Fork this repository
- Clone the repository to your computer
- Make changes
- Push your changes to your fork
- Create a pull request
- Wait for the pull request to be reviewed and merged
- Celebrate! 🎉 Your changes will appear live on the website in a few minutes
- Create a file in the
researchers
folder with your name as the filename and using.md
as the extension. - Add whatever content you want to the file. You can use Markdown to format the content. You can use Giacomo's file as an example.
- Add a link to your file in the
index.md
file.
If you want to preview the website locally, you can run a local website server. GitHub pages websites use Jekyll, a static site generator. You can run a local Jekyll server to preview the website.
To run a local Jekyll server:
- Install Jekyll. You can follow the instructions here.
- Navigate to the repository folder in your terminal
- Run
bundle exec jekyll serve
- Open your browser and go to
http://localhost:4000/
Now:
- You should see the website running locally
- You can stop the server by pressing
Ctrl + C
in your terminal - You can make changes to the files and see the changes live on the website