This site is built using jekyll via the github-pages gem, not jekyll directly.
In order to create a local build: bundle exec jekyll serve -l
Just a note that the line gem "webrick", "~> 1.8" in the Gemfile was added by an error and is\was not part of the original jekyll-pages setup. 🤷♂️
A fork of the minimalist and responsive Jekyll-Uno theme by joshgerdes, itself originally based on the Uno theme for Ghost.
⚠️ This theme requires ruby and rubygems installed + Due to use of CSS-Transitions it does not attempt to be backwards-compatible for older browsers
- 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)
- 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 --watch1.1 If you do not have the jekyll-livereload gem, start Jekyll server with:bundle exec jekyll serve --watch
Copyright and licensed under the MIT license
- Add Search Capability:
- https://learn.cloudcannon.com/jekyll/jekyll-search-using-lunr-js/
- https://botleg.com/stories/implement-elasticsearch-in-jekyll-blog/
- https://ryanharrison.co.uk/2017/10/24/elastic-jekyll.html
- 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/#blogback tosite.url- https://www.oshyn.com/blogs/2011/december/javascript_navigation_using_hash_change____
- https://stackoverflow.com/questions/172957/detecting-back-button-hash-change-in-url
- https://gist.github.com/sstephenson/739659
- Use and abuse some prebaked Font-Awesome Animations