All Projects β†’ killercup β†’ Jekyll Theme Scribbles

killercup / Jekyll Theme Scribbles

Licence: mit
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)

Projects that are alternatives of or similar to Jekyll Theme Scribbles

Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+5626.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+3393.33%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (+33.33%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (+126.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (+2300%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (+93.33%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+4573.33%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Bulma Clean Theme
A clean and modern Jekyll theme based on Bulma
Stars: ✭ 194 (+1193.33%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (+2206.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Sleek
πŸ“ˆ Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
Stars: ✭ 321 (+2040%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+3626.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+2886.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (+1466.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+4280%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+1386.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Cards Jekyll Template
A simple Jekyll Template Card Based.
Stars: ✭ 306 (+1940%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Minima
Minima is a one-size-fits-all Jekyll theme for writers.
Stars: ✭ 2,452 (+16246.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
No Style Please
A (nearly) no-CSS, fast, minimalist Jekyll theme.
Stars: ✭ 192 (+1180%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+25086.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+2580%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes

layout: start permalink: /

jekyll-theme-scribbles

A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras).

Installation

And add this line to your Jekyll site's _config.yml:

remote_theme: killercup/jekyll-theme-scribbles

Usage

You can configure the theme by setting some variables in your _config.yml. Here are some useful settings:

twitter: # this site's twitter account, for header metadata, optional
  username: killercup
imprint_url: https://yourname.com/imprint/
license_url: https://creativecommons.org/licenses/by-nc/4.0/
feedback_url: https://github.com/yourname/your-blog/issues/new # optional
post_revisions_url: https://github.com/yourname/your-blog/commits/gh-pages/ # optional

By defining some default settings like these:

author: &default_author
  name: Your name
  twitter: yourname # optional
  github: yourname # optional

it's quite easy to automatically add some metadata to posts:

defaults:
  - scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
      author: *default_author

You can also customize the colors. Currently, only the link color can be overwritten:

colors:
  link: "#3150d6"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/killercup/jekyll-theme-scribbles. 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, run bundle install.

Your theme is setup just like a normal Jekyll site! To test your theme, run bundle exec jekyll serve and open your browser at http://localhost:4000. 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.

When your theme is released, only the files in _layouts, _includes, _sass and assets tracked with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in jekyll-theme-scribbles.gemspec accordingly.

License

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

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