This is the basic website for the Whisky Oriented Development group. I encourage everyone to change this as needed.
You can add yourself to the members page (and are encouraged to do so), by forking this repo, adding a new markdown page for yourself (use jamie-starke.md as an example), and then creating a pull request.
If you want to run this on your local machine to test things out before you commit them, the steps are:
- Fork the repository.
- Clone the repository to your computer.
git clone https://github.com/username/whiskydev.github.io
bundle install
- Using older versions of Jekyll
Build and run jekyll usingjekyll --server --auto
.
Using Jekyll 1.0
Build Jekyll usingjekyll build
.
Then run Jekyll usingjekyll serve --watch
, go to http://localhost:4000 for your site.
- Much of the configurable site information is stored in
_config.yml
, you should be able to set up almost everything from it. - Change about.md for the basic site information.
- For domain settings, see the guide from GitHub.
- New posts can be added
The gh-pages
branch of this repository is the project page, which should not be used as your blog, so use master
branch for your blog. This is assuming your blog repository will be called [your-username].github.io, if tis is not the case, you will need to delete the gh-pages
repository and create a branch off the master
branch. Hope that's clear.
When writing a post, there are 3 options you can add to the header.
-
disqus: y
If disqus is set to 'y', at the end of the post there will be a disqus thread, just like this one. To use disqus, you MUST set up your own disqus account. -
share: y
An option for showing tweet and like button under a post. -
date: 2013-05-06 18:07:17
Date is not a required header since Jekyll reads the file name for date, this was added in only for the signoff time. (as shown at the end of this post) If you don't want the signoff time, go into/includes/signoff.html
remove the<span>
, and remove{% include signoff.html %}
from/layouts/post.html
.
Scribble: A jekyll theme. Want a demo? click and read instruction. 👈
More themes.
There is no clever design philosophy to talk about, I tried to find something to work with, and 'scribble' came to my mind.
This theme uses Open Sans powered by Google Web Fonts, and was written in plain HTML, SCSS & CoffeeScript, though .scss & .coffee files wouldn't be included in the theme.
The theme is mobile optimised but I did not check browser compatibility. It looks great in Chrome, Safari and Firefox though.
Like it? Tell me.
Question? Use GitHub Issues.