Skip to content

roo2003/rainymood.github.io

 
 

Repository files navigation

Janmeppe.com code

This repository contains the code and assets of my personal blog which you can find at janmeppe.com.

Setup

rake build

Usually we would run the blog using bundle exec jekyll serve or simply build.

This is a workaround due to a unicode error/bug that I still haven't fixed which you can read more about here:

Writing posts

To write:

  • drafts put undated posts in the _drafts/ folder.
  • blog posts put dated posts in the _posts/ folder.

Put all assets in assets/ in a folder with the same name.

If you want to see the drafts, serve build/serve Jekyll with the --draft flag enabled.

This flag is by default enabled if you run the blog with rake build.

Q: How to view your bundler version?

cat Gemfile.lock | grep -A 1 "BUNDLED WITH"
BUNDLED WITH
   1.17.3

gem install bundler -v '1.17.3'

Q: How to override settings

Change the settings in assets/css/main.scss.

Q: How to change your home page?

Change settings in index.html.

Resources

About

Jan Meppe's personal blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 52.0%
  • HTML 43.4%
  • Ruby 4.6%