Skip to content

willklein/denver-devs.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

denver-devs.github.io

Denver developers lil website

This site is built using Jekyll and hosted on GitHub Pages.

Contribute

Setup

You will need Jekyll and the github-pages gems.

Jekyll is the static site generator that builds the content files and templates into HTML files.

gem install jekyll

The github-pages gem maintains a local Jekyll environment that is compatible with GitHub Pages. You may use bundler or gem install directly.

bundle install

or

gem install github-pages

Running the site

Use jekyll to preview the site:

jekyll serve

The site will build into the _site path and be hosted at localhost:4000.

About

Denver developers lil website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 99.4%
  • Ruby 0.6%