gracechin / gracechin.github.io

Home Page:https://gracechin.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grace Space

To Setup

Install the packages required.

npm install

To Develop

npm start

To Deploy

This website is hosted using Github Pages. The changes pushed to main branch are automatically built and deployed using .github/workflows/eleventy_build.yml as instructed. A deployment SSH key (a.k.a deploy key) was used for authentication. gh-pages branch is used to deploy built source code.

Implementation notes

  • Output directory is dist.
  • Code snippets are styled using PrismJS syntax highlighting solarised light theme. Here are the languages supported by PrismJS. To stop liquid from rendering when showing a code block or snippet use {% raw %} ... {% endraw} tags.
  • .nojekyll is used to tell Github that this is not a Jekyll project.

About

https://gracechin.github.io


Languages

Language:SCSS 51.9%Language:HTML 32.6%Language:JavaScript 15.4%