This is the Gadgetry Website at gadgetry.io built using Jekyll and the Darkmatter Theme.
This project is Developed and Built via a Private Repository and published to GitHub Pages using Git Submodules.
Use jekyll serve
while developing locally and jekyll build
when you need to generate and publish the site
jekyll build #Performs a one off build your site to ./_site (by default)
jekyll serve #Builds your site any time a source file changes and serves it locally
Here is a quick review of the Project Directory
/
_includes/ # Headers and Footers
_layouts/ # Base Layouts
_pages/ # Static Pages
_posts/ # Blog Posts
_site/ # Jekyll Build Directory
_slides/ # Reveal.js HTML5 Slides
assets/
images/ #
modules/ # Libraries (e.g. reveal.js)
scripts/ # Custom JavaScripts
styles/ # Custom CSS Stylesheets
_config.yml # Jekyll Config File
index.html # Main Entry Point
search.json # JSON Object of Tagged Content