/low5545.github.io

My personal website

Primary LanguageJavaScriptMIT LicenseMIT

My Personal Website

Continuous Deployment Status

This personal website is based on the al-folio theme. It is statically generated with Jekyll and hosted on GitHub Pages. The master and gh-pages branch of this repository houses the source files and generated static content of this website respectively. When commits are pushed to the master branch, a GitHub Actions workflow will be triggered for automated website deployment.

A Conda environment is used for the development of this website. To set up an environment with the relevant dependencies, run:

conda env create -f environment.yml
npm install -g mermaid.cli

The favicon used in this website is a modification of this robot icon designed by Freepik from Flaticon. The RealFaviconGenerator is used to generate favicon files and HTML markups from an SVG vector image for compatability with various browsers and platforms.