Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 995 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 995 Bytes

John Kilpatrick

rjkilpatrick.uk is an astro website for John Kilpatrick.

Installation

Install guide for astro here.

With npm installed:

git clone https://github.com/rjkilpatrick/rjkilpatrick.uk
git submodule init
git submodule update
npm install
npm run dev

Licensing

The website source is licensed under the MIT license, and the content is licensed under CC-BY 4.0.

This means for example if you want to redistribute a post, or any site related images they contain, you can share and adapt it for any purpose, as long as it's attributed correctly. E.g. TODO: PROVIDE EXAMPLE. If you want to use any of the site source, for example using the css in your own project, use the file with the license text added in a comment at the top.