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

Initial Setup #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Initial Setup #2

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

Hello 👋 @ellierozen! Thank you for using fastpages!

Before you merge this PR

  1. Create an ssh key-pair. Open this utility. Select: RSA and 4096 and leave Passphrase blank. Click the blue button Generate-SSH-Keys.

  2. Navigate to this link and click New repository secret. Copy and paste the Private Key into the Value field. This includes the "---BEGIN RSA PRIVATE KEY---" and "--END RSA PRIVATE KEY---" portions. In the Name field, name the secret SSH_DEPLOY_KEY.

  3. Navigate to this link and click the Add deploy key button. Paste your Public Key from step 1 into the Key box. In the Title, name the key anything you want, for example fastpages-key. Finally, make sure you click the checkbox next to Allow write access (pictured below), and click Add key to save the key.

What to Expect After Merging This PR

  • GitHub Actions will build your site, which will take 2-3 minutes to complete. This will happen anytime you push changes to the master branch of your repository. You can monitor the logs of this if you like on the Actions tab of your repo.
  • Your GH-Pages Status badge on your README will eventually appear and be green, indicating your first successful build.
  • You can monitor the status of your site in the GitHub Pages section of your repository settings.

If you are not using a custom domain, your website will appear at:

https://ellierozen.github.io/CSA-Repository

Optional: Using a Custom Domain

  1. After merging this PR, add a file named CNAME at the root of your repo. For example, the fastpages blog is hosted at https://fastpages.fast.ai, which means our CNAME contains the following contents:

    fastpages.fast.ai

  2. Change the url and baseurl 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.

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.

1 participant