Notes from GTALUG's board meetings.
First you will have to install the requirments:
$ [sudo] gem install jekyll org-ruby
$ jekyll build
$ jekyll serve --watch
_datamembers.yml: Current GTALUG Board Members.
_etcnginx.conf: The web server configuration file.
_layoutsdefault.html: The main layout.post.html: The layout for the board meeting notes.
_pluginsorg_converter.rb: The plugin for that takes org and converts it to HTML.
_posts: Board Meeting NotesYYYY-MM-DD-notes.org
_config.yml: Jekyll configuration file.fabfile.py: The script to deploy the web site.Gemfile: The Ruby requirements.index.html: Template for the homepage.README.md: This file.