Sorry for the stupid question, but can mint-lang be used to create github pages? #543
-
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
gdotdesign
Apr 14, 2022
Replies: 1 comment 3 replies
-
Hi @kojix2, It is possible to create a GitHub page with Mint, roughly these are the steps that you need to take:
Let me know if you have questions! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kojix2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kojix2,
It is possible to create a GitHub page with Mint, roughly these are the steps that you need to take:
mint build --skip-service-worker --relative
which will create all files you need to host in thedist
directorygh-pages
branch and active it in the repository settings (https://blog.ediri.io/how-to-create-a-github-gh-pages-branch-in-an-existing-repository)Let me know if you have questions!