All Projects → heiswayi → The Plain

heiswayi / The Plain

Licence: mit
A minimalist Jekyll theme, ideally designed for your personal blog use.

Projects that are alternatives of or similar to The Plain

Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (-50.77%)
Mutual labels:  jekyll-theme, minimalist
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+10.6%)
Mutual labels:  hacktoberfest, jekyll-theme
Good Clean Read
A Jekyll template for publishing clean, readable articles and single-page sites
Stars: ✭ 204 (-54.97%)
Mutual labels:  jekyll-theme, minimalist
Simplicity
A free, flexible, superfast and easily customizable Jekyll Theme with no Javascript but beautiful typography.
Stars: ✭ 67 (-85.21%)
Mutual labels:  jekyll-theme, minimalist
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (-62.91%)
Mutual labels:  jekyll-theme, minimalist
Gridly
⚡️ The minimal (~100-170 bytes) grid system for modern browsers.
Stars: ✭ 962 (+112.36%)
Mutual labels:  hacktoberfest, minimalist
Thinkspace
Just another minimalist Jekyll theme which designed for technical writing blog.
Stars: ✭ 454 (+0.22%)
Mutual labels:  hacktoberfest, jekyll-theme
Devlopr Jekyll
Build and Deploy your Static Site 🚀 using this beautiful Jekyll Framework/Theme built for Creatives
Stars: ✭ 309 (-31.79%)
Mutual labels:  hacktoberfest, jekyll-theme
Milligram
A minimalist CSS framework.
Stars: ✭ 9,568 (+2012.14%)
Mutual labels:  hacktoberfest, minimalist
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-81.24%)
Mutual labels:  hacktoberfest, jekyll-theme
Ephesus
Ephesus is a minimalist Jekyll theme, designed for personal blog use.
Stars: ✭ 40 (-91.17%)
Mutual labels:  jekyll-theme, minimalist
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+0.22%)
Mutual labels:  jekyll-theme, minimalist
Dynamoid
Ruby ORM for Amazon's DynamoDB.
Stars: ✭ 449 (-0.88%)
Mutual labels:  hacktoberfest
React Masonry Css
React Masonry layout component powered by CSS, dependancy free
Stars: ✭ 451 (-0.44%)
Mutual labels:  hacktoberfest
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (-1.1%)
Mutual labels:  jekyll-theme
Graphql Engine
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
Stars: ✭ 24,845 (+5384.55%)
Mutual labels:  hacktoberfest
Yarn
Libre Minecraft mappings, free to use for everyone. No exceptions.
Stars: ✭ 453 (+0%)
Mutual labels:  hacktoberfest
Zek
Generate a Go struct from XML.
Stars: ✭ 451 (-0.44%)
Mutual labels:  hacktoberfest
Github Readme Stats
⚡ Dynamically generated stats for your github readmes
Stars: ✭ 34,955 (+7616.34%)
Mutual labels:  hacktoberfest
React Native Elements
Cross-Platform React Native UI Toolkit
Stars: ✭ 21,758 (+4703.09%)
Mutual labels:  hacktoberfest

The Plain

The Plain is a minimalist Jekyll theme, ideally designed for your personal blog use. This Jekyll theme provides a minimum distraction so you can focus on writing that matters to you and your readers. This theme is originally inspired from Leonard Lamprecht's leo theme.

LICENSE GENERATOR VERSION TRAVIS-CI

SCREENSHOT

Usage

On an unlimited Jekyll host

NOTE This does NOT work on GitHub, see the next section.

Put this in your Gemfile:

gem 'the-plain'

and run bundle install to install the plugin.

Add this to your sites _config.yml file:

theme: the-plain

Then copy some of the settings from this repo's _config.yml file to your own, and modify them.

On GitHub

GitHub - for your user account pages or repository gh-pages - only supports a limited set of themes.

Therefore, you need to use the 'remote_theme:' setting instead of 'theme:', which is supported by a 3rd party plugin.

Put this in your Gemfile:

gem 'jekyll-remote-theme'

and run bundle install to install the plugin.

Add the following to your site's _config.yml to activate the plugin and to select this theme:

plugins:
  - jekyll-remote-theme

remote_theme: heiswayi/the-plain

This will grab the theme directly from the GitHub repo.

Now copy some of the settings from this repo's _config.yml file to your own, and modify them.

Authors

See also the list of contributors who participated in this project.

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