jekyll-Uknow
A fork of the minimalist and responsive Jekyll-Uno theme by joshgerdes, itself originally based on the Uno theme for Ghost.
:warning: This theme requires ruby and rubygems installed + Due to use of CSS-Transitions it does not attempt to be backwards-compatible for older browsers
Features
- Responsive layout
- Pagination
- Syntax highlighting
- Social links
- Tags listing page
- Categories listing page
- Google Analytics integration
- XML Feed (Not linked in default)
- Disqus integration (Not enabled but code is in /_includes)
Changes from Parent
- Removes jQuery dependencies
- Fixes + Improves UI/UX
- Shrinks CSS Footprint
- Adds Project/Portfolio Static Display Links
- Download or clone repo
git clone [email protected]:r-i-c-h/jekyll-uknow.git
- Enter the folder:
cd jekyll-uknow/
- If you don't have bundler installed:
gem install bundler
- Install Ruby gems:
bundle install
- Start your local server
1.1 If you do have the jekyll-livereload bundle, you can use
bundle exec jekyll serve --livereload --watch
1.1 If you do not have the jekyll-livereload gem, start Jekyll server with: bundle exec jekyll serve --watch
Ideas for the future
- Add Search Capability:
- Change 'Projects' from single Page to a proper jekyll-collection
- Support Subtitles in Posts
- Change CSS px/ems to rems where possible
- Change dynamic media width from 960 to 720
- Adopt proper BEM style to organize CSS
- Handle browser 'back' button from
site.url/#blog
back to site.url
- Use and abuse some prebaked Font-Awesome Animations