Skip to content

Commit

Permalink
Update 2022-02-24-my-first-post.markdown
Browse files Browse the repository at this point in the history
`bundle add webrick # Solves github/pages-gem#752
  • Loading branch information
lithiumhead committed Nov 27, 2023
1 parent 2c61d41 commit b5fac0e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/_posts/2022-02-24-my-first-post.markdown
Expand Up @@ -66,10 +66,11 @@ Setting up from scratch and Publishing your First Post
5. Save and close the Gemfile.
11. Run Commands:
1. `bundle install`
2. `git add .`
3. `git commit -m 'Initial GitHub pages site with Jekyll'`
4. `git remote add origin https://github.com/lithiumhead/lithiumhead.github.io`
5. `git push -u origin gh-pages`
2. `bundle add webrick # Solves https://github.com/github/pages-gem/issues/752`
3. `git add .`
4. `git commit -m 'Initial GitHub pages site with Jekyll'`
5. `git remote add origin https://github.com/lithiumhead/lithiumhead.github.io`
6. `git push -u origin gh-pages`
12. Configure GitHub Pages settings for your repo
1. Open browser and goto [https://github.com/lithiumhead/lithiumhead.github.io/settings/pages](https://github.com/lithiumhead/lithiumhead.github.io/settings/pages)
2. Under Source, change to `gh-pages`
Expand Down

0 comments on commit b5fac0e

Please sign in to comment.