| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The webpage is based on Jekyll al-folio theme. See there for all the details. Also you can check their readme or some notes on how to customize stuff. Below, I have listed some quick setup.
It is important to apply your edits on your local machine and make sure they look okay before pushing on github, because the moment you push, it will automatically deploy on the web. It is the responsibility of the git committer to make sure that their edits are appropriate and accurate. After push, make sure to check there is no deploy errors on github. For this, check the pages-build-deployment workflow page on github (link) and make sure the workflow runs with no error (it takes a few minutes after your push for the workflow to start, you can see all the workflows here. There are usually some errors for other workflows such as broken links or Prettier code formatter which is fine. The one that says pages-build-deployment with a bot tag near it is important).
There are many ways. Perhaps the easiest (assuming you have github CLI) is
gh repo clone labicon/labicon.github.ioThere are some ways described in the al-folio installation document. The recommended way is to first install Docker desktop. Then, for the first time, inside the repo folder, do
docker compose pullTo preview, do
docker compose upYou need to modify _pages/about.md.
Change /_bibliography/papers.bib. There are some useful extra things you can add (see these instructions for more details). For instance:
By default, only the first 3 authors are shown, the rest are hidden. To change this, you need to change max_author_limit: 3 in /_config.yml (leave blank to show all authors).
Each project has a file in the /_projects/. See the existing projects there to get an idea.
It might be useful to cite papers when talking about a project and have a list of cited papers at the bottom of the page. For doing so for a project (same concept holds for posts, which we do not currently have), to cite a paper, do
{% cite <bib-entry-id> %}Also, make sure to have related_publications: true on top of the project page.
Each news has a file in /_news/. See the examples there to get an idea. It is useful to name the file for a new such that it starts with the date so that everything is organized.
See /notes/people.md.
See /notes/icon.md.
See /notes/carousel.md.
See /notes/fonts.md.
| Back | FazBrowse Home | New Git URL |