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.
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
This site uses gatsby-remark-prismjs as our highlighting engine for Markdown.
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}
%%{init: {'theme': 'dark', "flowchart" : { "curve" : "basis" } } }%%