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

Migrate site from Express.js to Jekyll #158

Merged
merged 20 commits into from
Sep 2, 2022
Merged

Conversation

augusto-herrmann
Copy link
Collaborator

The site used to be served as a hosted Express.js 4.7.4 application.

This PR converts the whole site to a static site, generated with Jekyll 4.2.0, to be hosted on any static hosting provider, like Github Pages. It also adds a Github Action workflow to rebuild and redeploy the site automatically at any time anything is pushed to the master branch.

Fixes #154.

@augusto-herrmann augusto-herrmann linked an issue Aug 30, 2022 that may be closed by this pull request
@augusto-herrmann augusto-herrmann changed the title Migrates site from Express.js to Jekyll Migrate site from Express.js to Jekyll Aug 30, 2022
@augusto-herrmann
Copy link
Collaborator Author

Let's merge this PR to get the site back online with Github Pages.

@augusto-herrmann augusto-herrmann merged commit e804526 into master Sep 2, 2022
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

Successfully merging this pull request may close these issues.

Convert website to Jekyll + Github Pages + Github Actions Fix infinite redirect and get site back online
1 participant