Skip to content

j4y3eee/cyber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyber

Jekyll theme for Github Pages

Demo

Features

  1. ScrollSpy
  2. Summary Chart
  3. Google Analytic

Installation

Copy and Paste to your Github Pages root folder

Usage

Run locally

$ bundle exec jekyll serve

Known Issue

Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/style.scss':
                  Invalid CP950 character "\xE2" on line 5
           Error: Invalid CP950 character "\xE2" on line 5

-> add new file assets/css/style.scss:

---
---

@charset "UTF-8";

Configuration

_config.yml

  • title
  • description
  • url
  • google_analytics

Logo

Replace /assets/logo.png

Dependencies

Reference

Jekyll Theme - https://jekyllrb.com/docs/themes/#creating-a-gem-based-theme

Github Pages : Dependency versions - https://pages.github.com/versions/

License

The theme is available as open source under the terms of the MIT License.