Jekyll theme

My own custom jekyll theme.

View on GitHub

What is it?

It’s a theme that you can use for GitHub pages.

Do you have an exemple?

Well… you are browsing one right now :P

Installation

For every markdown files make sure to include the following on the top of the file:


---
layout: default
title: _The name of the project_
description: _Description of the project._
author: _Your name_
url: _The link to your project_
remote_theme: NoxGamingQC/jekyll-theme@latest
repository_name: Jekyll theme
repository_url: _The link to your project_
is_project_page: _(true) will enable the github button under the title (false) will remove it_
owner_url: _Your github page link_
owner_name: _The name of the owner of the project_
---