You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to contribute to the webpage, but as it stands now, I don't know how to build the webpage locally to contribute to it. With that in mind, I have two questions:
a.) What tool is being used to build the webpage?
b.) Is it possible to run that tool and build an SSG webpage that can run on github pages (avoiding the human wait time between commit and deployment?)
The text was updated successfully, but these errors were encountered:
Thank you for expressing your interest in contributing to the webpage! We had plans to simplify the preview of the website changes (using GitHub hooks) but it never happened.
We use Hugo for generation of the website.
What should work is installing Hugo, and then running hugo server in the repository root. It will start a local web server with the site. Alternatively, just running hugo in the repository root will generate public/ directory, which can be opened in browser.
Hello!
I would love to contribute to the webpage, but as it stands now, I don't know how to build the webpage locally to contribute to it. With that in mind, I have two questions:
a.) What tool is being used to build the webpage?
b.) Is it possible to run that tool and build an SSG webpage that can run on github pages (avoiding the human wait time between commit and deployment?)
The text was updated successfully, but these errors were encountered: