An open API service indexing awesome lists of open source software.

https://github.com/mpgn/tid-jekyll-theme

TID is a simple and minimalist jekyll theme with tag
https://github.com/mpgn/tid-jekyll-theme

jekyll minimalist spectre-css theme

Last synced: 9 months ago
JSON representation

TID is a simple and minimalist jekyll theme with tag

Awesome Lists containing this project

README

          

# Things I Do

I simple Jekyll theme build with [spectreCSS](https://picturepan2.github.io/spectre/index.html)

## Installation on local directory
1. Clone the repo: `git clone https://github.com/mpgn/tid-jekyll-theme.git tid-jekyll-theme`
2. Open the folder: `cd tid-jekyll-theme`
3. Install the dependencies: `bundle install`
4. Configure the `_config.yml` file
5. Build the website: `bundle exec jekyll serve`

## Installation on github with github-pages

1. Fork the repository
2. Configure the `_config.yml` file
3. Go to the Settings of your project then GitHub Pages
4. Activate the Github-Pages

## Demo

Check the demo of tid: [https://mpgn.github.io/tid-jekyll-theme/](https://mpgn.github.io/tid-jekyll-theme/)

![image](https://user-images.githubusercontent.com/5891788/51087794-e4384f80-1757-11e9-807a-f3d3fdccf692.png)

![image](https://user-images.githubusercontent.com/5891788/51087803-04680e80-1758-11e9-8c6c-10c081d7c714.png)

![image](https://user-images.githubusercontent.com/5891788/51087817-34afad00-1758-11e9-8b90-1cff82ddfc4f.png)

## Add a tag

1. Open the file `_data/categories`
2. Add a category and a color

## Add a post

1. Open the folder `_posts`
2. Create a file with the following format: `YYYY-MM-DD-TITLE.md`
3. Add the header
```
---
layout: post
title: Burning Rainbow
tags: tested windows
lang: EN
description: Lorem markdownum longa vellem magistris
---
```
5. Save