Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 725 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 725 Bytes

Inqbarna tech blog source

Source of contents at [iqb-tech-blog|(https://inqbarna.github.io/iqb-tech-blog/)]

Setup

Install needed dependencies:

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

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/)].