Skip to content

thigm85/thigm85.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Setting up Jekyll

Install Jekyll and Bundler gems through RubyGems

gem install jekyll bundler

Troubleshooting

Bootstrap a blog

Create a new Jekyll site at ./myblog

jekyll new myblog

Change into your new directory

cd myblog

Build the site on the preview server

bundle exec jekyll serve

Basic usage

jekyll build [options]

and

jekyll serve [options]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages