recoma96 / mintmintminto

민트민트민트민트민트민트민트민토? 🍃

Home Page:https://recoma96.github.io/mintmintminto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MINTMINTMINTO!🍃

Do you like mint? There is MINTMINTMINTO that Mint Style Jekyll Theme!

Demo🌲

Read Post

demo1

Tag System

demo3

Series (Category)

demo2

Feature💎

  • Mint Colored Theme
  • Tag System
  • Can Make Series Like Category
  • Can Use Mathmathic Latex (mathjax)
  • Mobile Responsive Web

Installation💿

  1. First, Fork my github repo or click button "use the template" for make your blog
  2. use "git clone" your repository
  3. install Ruby
  4. install bundler
$ gem install bundler
$ bundle
  1. start testing
jekyll serve
  1. Then, you can write post or debuging, etc...

Usage✅

Configuration

It can be controled in _config.yml

Variable Type Default Specification
title String --- Title of website

Store Series

To make your series visible on screen go to _data/series.yml and write your series name. That is exmaple.

# _data/series.yml
- kramdown-test
- examples
- "Project Report: Microcloudchip"

But If you want to visible series that has with space bar, then covered with double quotes like last case of exmaple.

Store Tags

Same process with "Store Series" go to _data/tags.yml and write tag for visible. That is Example.

# _data/tags.yml
- jekyll
- kramdown
- markdown
- tutorial
- test
- project

Post Configuration

Variable Type Default Specification
title String --- Title of post
date Date --- datetime but it visible only year/month/date
series String --- Name of Series
summary String --- Short summary of post
tags List[String] --- Tag list
image String --- Image of Post, It will be display first of post

About

민트민트민트민트민트민트민트민토? 🍃

https://recoma96.github.io/mintmintminto/

License:MIT License


Languages

Language:HTML 48.1%Language:SCSS 42.9%Language:JavaScript 5.5%Language:Ruby 3.5%