(by Alex, Cesare)
NB: see ./al-folio.README.md for the original forked README from the Jekyll Al-Folio theme.
We highly suggest you use docker-compose. See ./al-folio.README.md for further instructions. You should end up in a scenario where booting your local requires only that you issue the command
docker-compose up
Your local will be at http://0.0.0.0:8080; most people (like Alex) like to rename this address in the local hosts file. That is, add the following to /etc/hosts/
on Ubuntu, /private/etc/hosts/
on mac, or C:\Windows\System32\drivers\etc\hosts
on Windows.
0.0.0.0 clc
This makes http://clc:8080 access http://0.0.0.0:8080.
Read the docs. This step by step guide has most of what you need to know; read, in particular, the pages on layouts, includes, and collections.
Just edit _pages/about.md. We are not CSS or SASS experts. We leave the styling of the homepage up to whomever would like to change it.
Garrett mentioned this resource from UI on how to style like a UI site. If anyone wants to tackle that, good luck!
Go to _members.
- If you are a graduate student, copy alex.md to
yourname.md
. - If you are a professor, copy garrett.md to
yourname.md
. - If you are a research scientist, daniel.md to
yourname.md
. - If you are a post-doc, andrew.md to
yourname.md
.
Do not edit the role field. Otherwise, change the metadata appropriately. **Add a picture of yourself to ./assets/img/; make sure the name of the photo you add agrees with the name in your markdown file.
[Currently inactive]
Edit _pages/projects.md to change the copy on the projects pages. Edit the artifacts
entry in _data/repositories.yml to change the "popular repositories" entries on the projects page.
Add an entry to _bibliography/papers.bib.
NB: If you want to add a photo with your publication, change the "preview" entry in _bibliography/papers.bib to the name of an image located at assets/img.
Add a item to as a single markdown file to _news/. See the files already in their for the expected format.
We don't have this set up quite yet. Please advise on if we want it, for what we would use it (if so), and how it should appear on the site.