Skip to content

TusharKapoor24/chrisyeh96.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Jekyll-A Static Site Genenrator

Assuming conda is installed, use the following commands to install Jekyll and the github-pages gem:

conda env create -f env.yml
conda activate gh-pages

Note that conda-forge may not have the most up-to-date version of the github-pages gem, but it should work fine.

Build

Build locally: jekyll build [options]

Serve locally: jekyll serve [options]

Options

  • --baseurl /~chrisyeh: add this if hosting this site at some non-root domain (e.g., *.com/~chrisyeh)
  • --drafts: to show drafts among the latest posts

Page Frontmatter Options

Variable Description
excerpt text to show on blog list and at top of post
last_updated date in YYYY-MM-DD format
layout name of layout from _layout/ folder
title title of post
use_code boolean, set to true to include code-highlighting CSS
use_fontawesome boolean, set to true to include FontAwesome CSS
use_math boolean, set to true to include MathJax JS
use_toc boolean, set to true to include a table of contents

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.2%
  • CSS 31.8%