generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6217e2e
commit 5219ef4
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### First working version | ||
- Create new repo using [chirpy starter template](https://github.com/cotes2020/chirpy-starter) | ||
- Name the new repository `<username>.github.io` | ||
- In config file change URL to `https://username.github.io` | ||
- Git action will automatically publish your repo to this url | ||
|
||
### For local build | ||
- Clone to local repo folder | ||
- In Gem file change wdm version to 0.2.0 due to error during `bundle install` | ||
- `bundle install` to install theme and all plugins | ||
- `bundle exec jekyll s` to build generate new version and start local server | ||
|
||
### Resources | ||
- [chirpy](https://chirpy.cotes.page/posts/getting-started/) | ||
- [How to build your Blog for free on GitHub Pages using Jekyll](https://www.youtube.com/watch?v=m1RYsmOMPLs) | ||
- [Create a Digital Garden using Jekyll and GitHub Pages](https://www.youtube.com/watch?v=fX8d3SgdTbo) |
This file contains 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