Just my personal blog.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need node with npm installed on your machine. Visit https://nodejs.org to install node with npm.
A step by step series of examples that tell you how to get a development version of the site running
Clone the git repository
git clone https://github.com/umcconnell/umcconnell.github.io.git
cd umcconnell.github.io/
Then, install all the required dependencies:
npm install
Finally, start the 11ty dev server:
npm run dev
The pages will be automatically reloaded in your browser when you save the corresponding file.
Happy coding!
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Ulysse McConnell - umcconnell
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- 11ty - Static site generator
- eleventastic - 11ty base template
- Nunjucks - Templating language
- markdown-it - Markdown
- Prism.js - Code Highlighting
- KaTeX - Math
- Primer Icons Icons
- utterances - Comment system