Git Product home page Git Product logo

mdrmike / jekyll-theme-gh-bootstrap Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 274 KB

Jekyll Bootstrap template for :octocat: Github pages (Official Sass version). No plugins needed! Also utilizes best practices from Minima theme, checkout the demo:

Home Page: https://mdrmike.github.io/jekyll-theme-gh-bootstrap/

License: MIT License

Ruby 4.82% HTML 16.70% CSS 78.47%
jekyll-theme bootstrap3 bootstrap-theme bootstrap3-theme jekyll jekyll-template

jekyll-theme-gh-bootstrap's Introduction

layout
default

Read Me

This is a Jekyll template for :octocat: Github pages based on the Bootstrap Framework (Official Sass version). It also utilizes practices from the Jekyll default theme minima.

Details

See Demo with Instructions.

Bugs and Issues

Find a bug or have a suggestion? [Open a new issue]({{ site.github.issues_url }}) on GitHub.

Copyright and License

Copyright 2017 Michael Stewart. Theme code released under the [MIT License]({{ site.github.repository_url }}/LICENSE). Bootstrap MIT License.

jekyll-theme-gh-bootstrap's People

Contributors

mdrmike avatar

Watchers

 avatar  avatar

jekyll-theme-gh-bootstrap's Issues

Automate bootstrap updates

Write a task to automate bootstrap updates

  • probably use rakefile so that it can work in any jeky/ruby environment

Functionality as simple as

BOOTSTRAP_SOURCE="`bundle show bootstrap-sass`/assets" 
BOOTSTRAP_JEKYLL="./_sass/bootstrap"
mkdir -p ${BOOTSTRAP_JEKYLL}
cp -Ruv ${BOOTSTRAP_SOURCE}/* ${BOOTSTRAP_JEKYLL}

Add Bootstrap Framework

  • Copy latest assets/* directory (from bootstrap-sass-3.3.x) to assets/_sass_imports/bootstrap/
  • Copy assets/_sass_imports/bootstrap/stylesheets/bootstrap/_variables.scss to assets/theme/_theme_variables.scss
  • Copy assets/stylesheets/_bootstrap.scss to assets/theme/_theme_bootstrap.scss and disable @import 'variables';
  • Setup assets/_sass_imports/theme.scss (default for sourcemaps)
  • Setup sass in _config.yml to scan assets folder
  • Setup assets/style.scss

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.