About Starting the Blog
2015-09-24
Motivation
This is about putting my daily experiences and code snippets in a centralized space and at the same time trying out a github hosted blog with Jekyll.
How-To
Hosting a blog this way is easy:
- Create a github repo with your account name in the form of
username.github.io
- Install Jekyll
gem install jekyll
+ Hendriks Blog
About Starting the Blog
2015-09-24
Motivation
This is about putting my daily experiences and code snippets in a centralized space and at the same time trying out a github hosted blog with Jekyll.
How-To
Hosting a blog this way is easy:
- Create a github repo with your account name in the form of
username.github.io
- Install Jekyll
gem install jekyll
jekyll new SITENAME
cd SITENAME
jekyll server
- Edit the
_config.yml
to suit your needs - Upload your site to github
git init
git add .
git commit -am "init"
git remote add origin https://github.com/USERNAME/REPOSITORY.git
-git push -u origin master
- Github automagically builds jekyll blogs when you push to your repos master branch.
- You’re done. So make some more posts
Check out the Jekyll docs for more info on how to get the most out of Jekyll.
+git push -u origin master - Github automagically builds jekyll blogs when you push to your repos master branch.
- You’re done. So make some more posts
Check out the Jekyll docs for more info on how to get the most out of Jekyll.
+ Hendriks Blog
Posts
2024-02-10
Running Pi-hole as a Docker Container on HiFiBerryOS
2021-10-03
2018-08-05
Configuring HiDPI Scaling for Wine Applications
2016-11-21
SikuliX GUI Tests with Sublime Text
2016-08-11
Set default host url for TiShadow
2016-04-27
Sublime Text Build System for Browser Reload (Mac)
2015-12-22
Install AWS Elastic Beanstalk with PIP and VirtualEnv
2015-10-15
Rapid App Development with TiShadow and TiNy CLI
2015-10-15
TiShadow Build System for Sublime Text
2015-09-24
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-