All Projects → ShawnTeoh → matjek

ShawnTeoh / matjek

Licence: GPL-3.0 license
Material theme based on Materialize.css for jekyll sites

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to matjek

the-interesting-times
The Interesting Times Theme for Jekyll
Stars: ✭ 50 (-46.81%)
Mutual labels:  jekyll-theme, github-pages
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (+136.17%)
Mutual labels:  jekyll-theme, github-pages
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+671.28%)
Mutual labels:  jekyll-theme, github-pages
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+137.23%)
Mutual labels:  jekyll-theme, github-pages
aliquam
Jekyll theme
Stars: ✭ 21 (-77.66%)
Mutual labels:  jekyll-theme, github-pages
Qiubaiying.github.io
BY Blog ->
Stars: ✭ 2,674 (+2744.68%)
Mutual labels:  jekyll-theme, github-pages
jekyll-theme-8bit
👾 A Jekyll theme inspired by classic 8bit games.
Stars: ✭ 24 (-74.47%)
Mutual labels:  jekyll-theme, github-pages
Primer
Primer is a Jekyll theme for GitHub Pages
Stars: ✭ 160 (+70.21%)
Mutual labels:  jekyll-theme, github-pages
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+132.98%)
Mutual labels:  github-pages, gh-pages
Vanhiupun.github.io
🏖️ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (-39.36%)
Mutual labels:  jekyll-theme, github-pages
Slate
Slate is a Jekyll theme for GitHub Pages
Stars: ✭ 195 (+107.45%)
Mutual labels:  jekyll-theme, github-pages
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (+78.72%)
Mutual labels:  jekyll-theme, github-pages
Architect
Architect is a Jekyll theme for GitHub Pages
Stars: ✭ 182 (+93.62%)
Mutual labels:  jekyll-theme, github-pages
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+3886.17%)
Mutual labels:  jekyll-theme, github-pages
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+89.36%)
Mutual labels:  jekyll-theme, github-pages
jekyll-theme-mint
A clean and responsive jekyll theme
Stars: ✭ 16 (-82.98%)
Mutual labels:  jekyll-theme, github-pages
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+1676.6%)
Mutual labels:  jekyll-theme, github-pages
Midnight
Midnight is a Jekyll theme for GitHub Pages
Stars: ✭ 155 (+64.89%)
Mutual labels:  jekyll-theme, github-pages
Wall-E
A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI
Stars: ✭ 38 (-59.57%)
Mutual labels:  jekyll-theme, github-pages
Onassis
The Onassis Theme for Jekyll
Stars: ✭ 22 (-76.6%)
Mutual labels:  jekyll-theme, github-pages

MatJek

A responsive Material theme based on Materialize.css for jekyll sites.

Features

Installation

Clone or fork this repo and edit _config.yml as needed.

Configuration

Most of the configurations can be found in _config.yml. The configurations listed below are specific to MatJek. If you are not using google_tracking_id or disqus_shortname, just remove them completely.

github_profile: "github_profile_url"
user: "your_name" # Appears at sidebar
user_email: "your_email" # Appears at sidebar, remove whole variable if unwanted
contact_url: "google_form_link"
google_tracking_id: "google_analytics_ID"
disqus_shortname: "shortname_given_by_Disqus"

Edit the images in assets/res to suit your liking, but try to stick to the original resolutions.

If you would like to enable comments in a post (disqus_shortname must be provided), add this line to the front matter of the post.

comments: 1

Add tags and categories to your posts in the front matter as well. Multiple tags/categories can be assigned but need to be separated by spaces.

categories: default default2
tags: test test2

Contributing

Bug reports and pull requests are welcomed on GitHub at https://github.com/shawnteoh/matjek. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Development

To set up your environment to develop this theme, clone/fork the repo and run bundle install.

To test your theme, run bundle exec jekyll serve and open your browser at http://localhost:4000/matjek/. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.

License

The theme is available as open source under the terms of the GPL v3 License.

Libraries

References

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].