Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions & Pages for deployment #85

Open
LeoDog896 opened this issue Aug 17, 2023 · 2 comments
Open

Use GitHub Actions & Pages for deployment #85

LeoDog896 opened this issue Aug 17, 2023 · 2 comments

Comments

@LeoDog896
Copy link

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?)

@mooskagh
Copy link
Member

Hi @LeoDog896,

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.

@rti2
Copy link

rti2 commented Sep 26, 2024

What about the Cloudflare pages ?
Its free

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants