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 👋 @vvplan! Thank you for using fastpages!
Before you merge this PR
Create an ssh key-pair. Open this utility. Select:
RSA
and4096
and leavePassphrase
blank. Click the blue buttonGenerate-SSH-Keys
.Navigate to this link and click
Add a new secret
. Copy and paste the Private Key into theValue
field. This includes the "---BEGIN RSA PRIVATE KEY---" and "--END RSA PRIVATE KEY---" portions. In theName
field, name the secretSSH_DEPLOY_KEY
.Navigate to this link and click the
Add deploy key
button. Paste your Public Key from step 1 into theKey
box. 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 key
to save the key.What to Expect After Merging This PR
If you are not using a custom domain, your website will appear at:
https://vvplan.github.io/laserblock
Optional: Using a Custom Domain
After merging this PR, add a file named
CNAME
at the root of your repo. For example, thefastpages
blog is hosted athttps://fastpages.fast.ai
, which means our CNAME contains the following contents:Change the
url
andbaseurl
parameters in your/_config.yml
file 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.