All Projects → sentenza → jekyll-material-design

sentenza / jekyll-material-design

Licence: MIT license
Jekyll Bootstrap 3 with the material design flavour. Publish your materialized blog using GitHub Pages easily.

Programming Languages

HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to jekyll-material-design

jekyll-theme-mint
A clean and responsive jekyll theme
Stars: ✭ 16 (-76.12%)
Mutual labels:  jekyll-theme
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (+13.43%)
Mutual labels:  jekyll-theme
pudhina-fresh
A minimal yet feature-rich Jekyll theme made for personal websites and blogs.
Stars: ✭ 62 (-7.46%)
Mutual labels:  jekyll-theme
branch
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
Stars: ✭ 87 (+29.85%)
Mutual labels:  bootstrap3
jekyll-theme-8bit
👾 A Jekyll theme inspired by classic 8bit games.
Stars: ✭ 24 (-64.18%)
Mutual labels:  jekyll-theme
overkyll-jekyll-theme
A simple starter theme with an ITCSS Sass files organisation, a flexbox grid and modular typography
Stars: ✭ 51 (-23.88%)
Mutual labels:  jekyll-theme
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+982.09%)
Mutual labels:  jekyll-theme
daily ui
#dailyui exercises
Stars: ✭ 16 (-76.12%)
Mutual labels:  bootstrap3
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (+231.34%)
Mutual labels:  jekyll-theme
UOC-notifier-chrome
UOC notifier for Google Chrome
Stars: ✭ 26 (-61.19%)
Mutual labels:  bootstrap3
NutzFw
Java开源企业级快速开发框架、后台管理系统,拥有完善的权限控制、代码生成器、自定义表单、动态数据库、灵活的工作流、手机APP客户端、支持前后端分离开发。
Stars: ✭ 130 (+94.03%)
Mutual labels:  bootstrap3
cszcms
Open Source CMS (Content Management System) with Codeigniter and Bootstrap.
Stars: ✭ 47 (-29.85%)
Mutual labels:  bootstrap3
Supply
🛍 Supply is a free e-commerce Jekyll theme with Gumroad integration.
Stars: ✭ 24 (-64.18%)
Mutual labels:  jekyll-theme
react-fastfood-delivery-app
An elegant single page food ordering web application running on top of reactjs & redux.
Stars: ✭ 47 (-29.85%)
Mutual labels:  bootstrap3
jekyll-theme-hydure
A concise two-column blog theme for Jekyll.
Stars: ✭ 29 (-56.72%)
Mutual labels:  jekyll-theme
HIMS
Hospital Information Management System create using Node Js
Stars: ✭ 41 (-38.81%)
Mutual labels:  bootstrap3
Wall-E
A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI
Stars: ✭ 38 (-43.28%)
Mutual labels:  jekyll-theme
Vanhiupun.github.io
🏖️ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (-14.93%)
Mutual labels:  jekyll-theme
baking-soda
baking-soda is an interface between clojurescript's reagent and reactstrap (i.e., bootstrap 4 react components) and react-bootstrap (i.e., bootstrap 3 react components)
Stars: ✭ 74 (+10.45%)
Mutual labels:  bootstrap3
OneDarkJekyll
Use Atom's One Dark syntax colors in your Jekyll powered blog! It's LESS file which can be compiled to a - Pygments, Rouge compatible - stylesheet from Atom editor's One Dark syntax theme (and any theme based on it, for example One Dark Vivid, Firewatch, etc.).
Stars: ✭ 26 (-61.19%)
Mutual labels:  jekyll-theme

Jekyll Material Design

Publish your static website/blog on GitHub Pages using Jekyll and Bootstrap 3 with a "materialized" style.

This project is based on Jekyll-Bootrap-3. It also includes the Paper theme from Bootswatch.com.

Jekyll-material-design Thumbnail

How it works

Usage

1. Create a Repo

2. Install Jekyll-Bootstrap-3

  
    $ git clone https://github.com/sentenza/jekyll-material-design USERNAME.github.io
    $ cd USERNAME.github.io
    $ git remote set-url origin [email protected]:USERNAME/USERNAME.github.io.git
    $ git push origin master  
  

3. Edit your website configuration

Edit _includes/themes/bootstrap/ to change information about your new website and also to remove the GitHub red ribbon (default.html#26).

Please, take a look at Jekyll intro to understand how GitHub and Jekyll work together to serve your pages.

4. Testing your website locally

To construct and test your site locally, go into the directory and type

jekyll build

This will create (or modify) a _site/ directory, containing everything from assets/, and then the index.md and all pages/*.md files, converted to html. (So there'll be _site/index.html and the various _site/pages/*.html.)

Type the following in order to “serve” the site. This will first run build, and so it does not need to be preceded by jekyll build.

jekyll serve

To make jekyll automatically re-build your changes you can also add the --watch option:

jekyll serve --watch

Now open your browser and go to http://localhost:4000.

Read the complete tutorial on http://jekyllrb.com/docs/usage/.

4. Enjoy !

  • After giving 10 mins to GitHub of course.

For original project's usage and documentation please see the Wiki of this project.

Demo

Visit jekyll-material-design on GitHub Pages

Further resources

  • Prose.io, a web-based content editor specifically designed to make it simple for content creators to publish to Jekyll

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].