All Projects → mkchoi212 → Paper Jekyll Theme

mkchoi212 / Paper Jekyll Theme

Licence: mit
A minimal Jekyll theme for personal blogs

Projects that are alternatives of or similar to Paper Jekyll Theme

Tmaize Blog
一款jekyll主题,简洁纯净,支持自适应,支持夜间模式
Stars: ✭ 152 (-11.63%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-78.49%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+356.98%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+163.95%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-15.7%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Type On Strap
🎨 Simplistic, responsive jekyll based open source theme
Stars: ✭ 471 (+173.84%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (-0.58%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+91.86%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (-2.91%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-70.35%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Simplest
💎 Simple and beautiful Jekyll theme
Stars: ✭ 129 (-25%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Dotx
💎 Simple & Beautiful Jekyll theme
Stars: ✭ 83 (-51.74%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+156.98%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Hacker Blog
Hacker-Blog is a minimalistic, responsive jekyll theme built for hackers. https://ashishchaudhary.in/hacker-blog
Stars: ✭ 156 (-9.3%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+133.72%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Lora
💎 Lora free Jekyll theme
Stars: ✭ 32 (-81.4%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (+81.4%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Sleek
📈 Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
Stars: ✭ 321 (+86.63%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+473.84%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Minimalism
Minimalism is a Jekyll theme for minimalist!
Stars: ✭ 74 (-56.98%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog

A minimalistic Jekyll Theme


Paper is a minimal Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. The styling is purposely minimalistic so that you can add your own flare to the website.

Live demo of the theme can be seen here. I'm also currently using this theme on my personal blog.

Features

  • Compatible with Jekyll 3.x and Github Pages
  • Live local reloading for faster development
  • Responsive layout built-in
  • Supports Jekyll's built-in Sass/SCSS preprocessor
  • Supports Google Analytics
  • Supports Disqus for commenting
  • Minimum Dependencies
  • Rakefile for automation
    • rake check - Check links/html files of the generated site
    • rake clean - Clean up generated site
    • rake post - Begin a new post in ./_posts
    • rake preview - Preview with livereload on local machine

Usage

git clone https://github.com/mkchoi212/paper-jekyll-theme.git
bundle install
rake preview

Then, go to your favorite brower and type in the address http://127.0.0.1:YOUR_PORT_NUM_HERE to preview your website.

Customization

To customize various details - title/description of the website, your SNS accout names, etc - edit the _config.yml file.

Adding posts

rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]

This will create a markdown file in the default folder where all posts are stored in Jekyll; _post.

If you wish to change the directory where posts are saved, go to the Rakefile and edit the CONFIG = { 'posts': CUSTOM_PATH_HERE }. This will allow rake post to know where to save the new posts to.

The drafts you are working on can be saved in the _drafts directory. When you push your code to the server, files in this directory will NOT be included to the list of posts.

License

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