Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello 👋 @Beccaish! Thank you for using fastpages!
Before you merge this PR
Create an ssh key-pair. Open this utility. Select:
RSAand4096and leavePassphraseblank. Click the blue buttonGenerate-SSH-Keys.Navigate to this link and click
New repository secret. Copy and paste the Private Key into theValuefield. This includes the "---BEGIN RSA PRIVATE KEY---" and "--END RSA PRIVATE KEY---" portions. In theNamefield, name the secretSSH_DEPLOY_KEY.Navigate to this link and click the
Add deploy keybutton. Paste your Public Key from step 1 into theKeybox. In theTitle, name the key anything you want, for examplefastpages-key. Finally, make sure you click the checkbox next toAllow write access(pictured below), and clickAdd keyto save the key.What to Expect After Merging This PR
If you are not using a custom domain, your website will appear at:
https://Beccaish.github.io/DigitalOverdoseConTalk
Optional: Using a Custom Domain
After merging this PR, add a file named
CNAMEat the root of your repo. For example, thefastpagesblog is hosted athttps://fastpages.fast.ai, which means our CNAME contains the following contents:Change the
urlandbaseurlparameters in your/_config.ymlfile to reflect your custom domain.Wondering how to setup a custom domain? See this article. You must add a CNAME file to the root of your master branch for the intructions in the article to work correctly.
Questions
Please use the nbdev & blogging channel in the fastai forums for any questions or feature requests.