-
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
e82c0f1
commit ca8dcf7
Showing
3 changed files
with
35 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,33 @@ | ||
# Inqbarna tech blog source | ||
|
||
Source of contents at [iqb-tech-blog|(https://inqbarna.github.io/iqb-tech-blog/)] | ||
|
||
## Setup | ||
|
||
Install needed dependencies: | ||
|
||
```sh | ||
gem install jekyll bundler | ||
bundle install | ||
``` | ||
|
||
Uou may need brew and some gem environment selector? Please see [(https://jekyllrb.com/docs/installation/macos/)] | ||
|
||
And... you may install Visual Studio Code, which is nice for markdown editing. | ||
|
||
## Contributing | ||
|
||
Add your new posts to the `_posts` folder. | ||
|
||
You can debug your results running | ||
```sh | ||
bundle exec jekyll serve --livereload | ||
``` | ||
|
||
#### More Info | ||
|
||
More info at [Jekyll|(https://jekyllrb.com/docs/)] | ||
|
||
## Deploy | ||
|
||
Pushing to main automatically depoys to [iqb-tech-blog|(https://inqbarna.github.io/iqb-tech-blog/)]. |
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
Binary file not shown.