Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain committed Oct 3, 2021
1 parent 4a5dcce commit 6d6933b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ git checkout --orphan gh-pages \
&& git checkout main
```
Then head into `Settings->Pages` of your repository in Github and set your source branch of Github pages:

![set-source-branch](/public/media/set-source-branch.jpg)

This will ensure that Github looks up any content on that branch and serves it automatically at the following url:
```
https://<your-username>.github.io
Expand All @@ -43,6 +45,7 @@ jekyll new --skip-bundle .
bundle install && jekyll serve
```
and then head over to [http://127.0.0.1:4000](http://127.0.0.1:4000/) to view your page locally:

![jekyll-default-page](/public/media/jekyll-default-page.jpg)

push your Jekyll site to Github:
Expand Down

0 comments on commit 6d6933b

Please sign in to comment.