Skip to content

Latest commit

 

History

History
executable file
·
43 lines (26 loc) · 937 Bytes

README.md

File metadata and controls

executable file
·
43 lines (26 loc) · 937 Bytes

Gjermund Bjaanes' blog

This is my personal blog.

It focuses on Innovation and Technology.

It runs on Jekyll and is completely open source. Because I love open source.

http://gjermundbjaanes.com

Contribute

If you want to write a post, contact me about the topic, and we will figure something out.

If you want to fix some spelling errors or poorly written sentences, just create a Pull Request.

I really enjoy contribution. Open Source is awesome for everything!

Development

To run the blog, you need to install Ruby (so you can run gem commands).

After Ruby is installed, you need to run the following commands:

gem install jekyll
gem install bundle
bundle install

After everything is installed, you can run jekyll commands to serve the blog locally:

jekyll serve

Learn more about how to use Jekyll here: https://jekyllrb.com/docs/home/