Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (32 loc) · 1.86 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.86 KB

My personal site

Netlify Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Codacy Badge StackShare

This is the source code for my personal website. Built with GatsbyJS, deployed via Netlify. I'm a development engineer based in Canada, who enjoys building delightfully fast, easy to use, and engaging digital projects. I'm working with the wonderful team at Points, building the future of loyalty.

Notes

This project uses Git Large File Storage (LFS) to store images, remember to install and pull down images before trying to run a fresh build. You can do this with:

git lfs fetch

Code Fence Syntax

This site uses gatsby-remark-prismjs as our highlighting engine for Markdown.

Line Numbers

Highlighting lines can be done like so:

```js{1,4-6}

Line numbers can be added using:

```js{numberLines: 1}

Code file name:

```python:title=app.py {numberLines: 10}

Mermaid

%%{init: {'theme': 'dark', "flowchart" : { "curve" : "basis" } } }%%