Skip to content

WolfpackWilson/jekyll-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeykll Template

Jekyll is a tool for generating static webpages hostable on GitHub Pages. This is a template repository to begin creating custom Jekyll templates.

To Run Locally:

  1. Install the Ruby development environment
  2. Install Jekyll and bundler gems
    gem install jekyll bundler
  3. Build the site and host it on the local server
    bundle exec jekyll serve
  4. The site will be hosted on http://localhost:4000