All Projects → jeffreytse → Jekyll Theme Yat

jeffreytse / Jekyll Theme Yat

Licence: mit
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.

Projects that are alternatives of or similar to Jekyll Theme Yat

Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-54.87%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-site, modern
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+97.35%)
Mutual labels:  blog, jekyll, jekyll-theme, github-pages, jekyll-site
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+3243.36%)
Mutual labels:  blog, jekyll, jekyll-theme, github-pages, responsive
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+301.77%)
Mutual labels:  blog, jekyll, jekyll-theme, github-pages, jekyll-site
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+192.04%)
Mutual labels:  blog, jekyll, jekyll-theme, github-pages, jekyll-site
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-86.73%)
Mutual labels:  blog, jekyll, jekyll-theme, website
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+773.45%)
Mutual labels:  blog, jekyll, jekyll-theme, github-pages
Aviaryan.github.com Retired 2018
My website (retired)
Stars: ✭ 10 (-91.15%)
Mutual labels:  blog, jekyll, github-pages, website
Jekyll Theme Simple Texture
A gem-based responsive simple texture styled Jekyll theme.
Stars: ✭ 168 (+48.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site, responsive
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+57.52%)
Mutual labels:  blog, jekyll, jekyll-theme, github-pages
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-82.3%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site, github-pages
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 (+176.11%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-site
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+660.18%)
Mutual labels:  blog, jekyll, jekyll-theme, jekyll-site
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-74.34%)
Mutual labels:  jekyll, jekyll-theme, github-pages, responsive
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+291.15%)
Mutual labels:  blog, jekyll, jekyll-theme, github-pages
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+595.58%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site
Time Machine
Time machine is a Jekyll theme for GitHub Pages
Stars: ✭ 41 (-63.72%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Liweimin1996.github.io
Min's blog 欢迎访问我的博客主页!(Welcome to my blog website !)https://liweimin1996.github.io/ 百度云资源持续更新中,欢迎点赞star
Stars: ✭ 106 (-6.19%)
Mutual labels:  blog, jekyll, github-pages
Minimal Mistakes
📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Stars: ✭ 8,967 (+7835.4%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+584.07%)
Mutual labels:  jekyll, jekyll-theme, github-pages

jekyll-theme-yat →~ jekyll

🎨 JEKYLL YAT THEME 🎨

Jekyll theme for elegant writers.

Github Pages Gem Version License: MIT Donate (Liberapay) Donate (Patreon) Donate (Ko-fi)

Built with ❤︎ by jeffreytse and contributors

Hey, nice to meet you, you found this Jekyll theme. Here the Yet Another Theme is a modern responsive theme, and it's quiet clear, clean and neat for writers and posts. If you like the theme, give it a star!

demo-screenshot

🌌 Night Mode

demo-screenshot

✨ Features

  • Support beautiful Night Mode.
  • Modern responsive web design.
  • Full layouts home, post, tags, archive and about.
  • Uses font awesome 5 for icons.
  • Beautiful Syntax Highlight using hilight.js.
  • RSS support using Jekyll Feed gem.
  • Optimized for search engines using Jekyll Seo Tag gem.
  • Sitemap support using Jekyll Sitemap gem.
  • Complex and flexible table support using Jekyll Spaceship gem.
  • MathJAX and LaTeX optional support using Jekyll Spaceship gem.
  • Media (Youtube, Spotify, etc.) support using Jekyll Spaceship gem.
  • Diagram (PlantUML, Mermaid) support using Jekyll Spaceship gem.
  • Google Translation support.
  • New post tag support.

Also, visit the Live Demo site for the theme.

🛠️ Installation

There are three ways to install:

  • As a gem-based theme.
  • As a remote theme (GitHub Pages compatible).
  • Forking/directly copying all of the theme files into your project.

Gem-based Theme Method

Add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-yat"

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

theme: jekyll-theme-yat

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-theme-yat

Remote Theme Method with GitHub Pages

Remote themes are similar to Gem-based themes, but do not require Gemfile changes or whitelisting making them ideal for sites hosted with GitHub Pages.

To install:

Add this line to your Jekyll site's Gemfile:

gem "github-pages", group: :jekyll_plugins

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

# theme: owner/name --> Don't forget to remove/comment the gem-based theme option
remote_theme: "jeffreytse/jekyll-theme-yat"

And then execute:

$ bundle

GitHub Pages without limitation

GitHub Pages runs in safe mode and only allows a set of whitelisted plugins/themes. In other words, the third-party gems will not work normally.

To use the third-party gem in GitHub Pages without limitation:

Here is a GitHub Action named jekyll-deploy-action for Jekyll site deployment conveniently. 👍

📚 Usage

Add or update your available layouts, includes, sass and/or assets.

✏️ 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 _data, _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-yat.gemspec accordingly.

🔫 Contributing

Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.

You can start by opening an issue describing the problem that you're looking to resolve and we'll go from there.

🌈 License

This theme is licensed under the MIT license © JeffreyTse.

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