Skip to content

🌐 A personal blog, using a customized Jasper2 theme, running Jekyll, hosted through Netlify!

License

Notifications You must be signed in to change notification settings

Durishn/nicdurish.ca-blog

 
 

Repository files navigation

Project State Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

A personal blog, using a customized Jasper2 theme, running Jekyll, hosted through Netlify!

Buy Me a Coffee

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Authors
  7. License
  8. Acknowledgements

About The Project

This is the codebase for my personal blog, available at https://blog.nicdurish.ca. It's built using a customized version of the Jasper2 Theme using Jekyll, and continuously built and deployed through Netlify. Feel free to use and modify this code as you please.

Getting Started

To get a local copy up and running follow these simple steps.

Before using this software, ensure you have the necessary prerequisites by running:

npm install npm@latest -g

Then get a clone this directory using:

git clone https://github.com/Durishn/nicdurish.ca-blog.git

Finally install the necessary packages using

npm install

Changes to styling must be updating using

gulp

Finally the project can either be served using

bundle exec jekyll serve

or built using

bundle exec jekyll build

Roadmap

See the open issues for a list of proposed features (and known issues).

Authors

Nic Durish - @Durishn - mail@nicdurish.ca

License

Distributed under the MIT License. See LICENSE for more information. This is the same license as the one provided by Jekyller and by Ghost before them. MAY THE OPEN SOURCE TRAIN KEEP ROLLING!!!🚂

Acknowledgements

About

🌐 A personal blog, using a customized Jasper2 theme, running Jekyll, hosted through Netlify!

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 47.4%
  • CSS 43.1%
  • JavaScript 6.1%
  • Ruby 3.4%