Jekyll blog on YAT theme
Go to file
2020-09-29 13:02:38 +08:00
.github ci: revise build-jekyll.yml action 2020-08-31 16:59:26 +08:00
_data chore: remove lang of traditional chinese 2020-07-10 22:23:21 +08:00
_includes fix: header_transparent option not working 2020-09-29 12:55:26 +08:00
_layouts fix: wrong relative url in post navigation 2020-09-10 12:38:15 +08:00
_posts chore: add banner for welcome-to-jekyll post 2020-09-22 21:48:32 +08:00
_sass perfect: better word-break (#3) 2020-09-29 12:46:54 +08:00
assets feat: add default banner for home page 2020-08-31 17:12:20 +08:00
.editorconfig release: v1.0.0 2019-09-11 12:21:17 +08:00
.gitignore chore(all): initial commit 2019-08-03 17:14:05 +08:00
404.html release: v1.0.0 2019-09-11 12:21:17 +08:00
_config.yml feat: change default date format 2020-09-29 13:02:28 +08:00
about.html feat: add example of about page 2020-08-31 19:43:10 +08:00
archives.html chore: change page title 2019-09-20 15:56:15 +08:00
categories.html chore: change page title 2019-09-20 15:56:15 +08:00
Gemfile chore: adjust theme configuration, etc 2019-09-12 18:38:59 +08:00
index.html feat: add default banner for home page 2020-08-31 17:12:20 +08:00
jekyll-theme-yat.gemspec release: v1.5.5 2020-09-29 13:02:38 +08:00
LICENSE.txt chore(all): initial commit 2019-08-03 17:14:05 +08:00
README.md docs: update README.md 2020-09-12 12:07:10 +08:00
tags.html chore: change page title 2019-09-20 15:56:15 +08:00

jekyll-theme-yat

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

Hey, nice to meet you, you found this Jekyll theme. Here the yet another theme is a modern theme, and it's quiet clear, clean and neat for writers and posts.

demo-screenshot

Features

  • 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

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

Usage

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

GitHub Pages runs in safe mode and only allows a set of whitelisted plugins. To use the third-party gem in GitHub Pages without limitation:

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.