wordshaker / dotnetnotts-blog

blog site for .NET Notts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Notts Blog

.NET Notts Blog Build .NET Notts Blog Deploy


Contents


Local Development

Setup Jekyll

Building Locally

  • Run jekyll build to build the project

Running Locally

To run the project locally use the command bundle exec jekyll serve in the terminal of your choice. This make the site available on http://localhost:4000/. Access that address in the browser of your choice to see your local version of the website.

Gotchas

  • When running locally, you will only see posts that are in the past or dated for the current day.

Build Tool

GitHub Actions is set up to build and run tests from Pull Requests so that we can ensure the project builds and tests pass from nay changes made within branches before they are merged in.

GitHub Actions is also used to deploy on merge into master.

.NET Notts Blog Build .NET Notts Blog Deploy


Branding

.NET Notts Branding

Primary Colour: #05bd9e

Secondary Colour: #fffff

Font: Bahnschrift


Code Of Conduct

Please see the Code Of Conduct File.


Contributing

Please see the contribution guidelines.. We also have a blog post you can read with instructions here

About

blog site for .NET Notts

License:MIT License


Languages

Language:HTML 77.4%Language:SCSS 22.1%Language:JavaScript 0.5%Language:Ruby 0.1%