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
- Host: GitHub
- URL: https://github.com/mpgn/tid-jekyll-theme
- Owner: mpgn
- License: mit
- Created: 2019-01-13T16:34:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T22:18:53.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T20:32:05.515Z (11 months ago)
- Topics: jekyll, minimalist, spectre-css, theme
- Language: CSS
- Homepage: https://mpgn.github.io/tid-jekyll-theme/
- Size: 3.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)



## 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