How to configure github pages to use my retype page? #275
-
Hi folks, i'd love to use retype for my project and have gone through step 1 here: https://retype.com/guides/github-actions/ When I get to step 2 here: https://retype.com/hosting/github-pages/#step-2-configure-github-pages I'm not really sure what to do. Here is how it currently looks: Appreciate your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
I think you just need to add a See https://retype.com/configuration/project/. A basic input: .
url: fstrauf.github.io/tokenomicsDAO
branding:
title: TokenomicsDAO
label: Docs
footer:
copyright: "© Copyright {{ year }}. All rights reserved." Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Ah, I see we have a problem in our documentation. Some content changed, but a page was not published. I will fix immediately. |
Beta Was this translation helpful? Give feedback.
I think you just need to add a
retype.yml
file to your project and seturl: fstrauf.github.io/tokenomicsDAO
within that file.See https://retype.com/configuration/project/.
A basic
retype.yml
for your project should be:Hope this helps.