Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-shenton committed May 18, 2022
1 parent 230a0f9 commit dec56b2
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@

## About The Project

Website for the NHS Python Community. Built using Jekyll, Liquid theme templates, and the NHS Digital Service Manuel (NHS.UK) templates.
Website for the NHS Python Community.

This Jekyll theme was originally crafted by [John Otander](http://johnotander.com) as [Pixyll](https://github.com/johno/pixyll), then modified by [Sai Kiran Sripada](https://www.saikiransripada.com/), and then the NHS theme added by [Craig Robert Shenton](https://github.com/craig-shenton). It's free, and open source ([MIT](http://opensource.org/licenses/MIT)).

_**Note:** No NHS data, public or private are shared in this repository._

Expand All @@ -81,9 +83,9 @@ _**Note:** No NHS data, public or private are shared in this repository._

### Built With

- [Jekyll]()
- [Liquid]()
- [NHS Digital Service Manuel ]()
- [Jekyll](https://github.com/jekyll)
- [Liquid](https://shopify.github.io/liquid/)
- [NHS Digital Service Manual](https://service-manual.nhs.uk/)

<!-- GETTING STARTED -->

Expand All @@ -94,8 +96,8 @@ To get a local copy up and running follow these simple steps.
If you're completely new to Jekyll, I recommend checking out the documentation at <http://jekyllrb.com> or there's a tutorial by [Smashing Magazine](http://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/).

```
$ git clone [email protected]:saikiransripada/mixyll.git
$ cd mixyll
$ git clone [email protected]:nhs-pycom/nhs.pycom.git
$ cd nhs.pycom
$ gem install bundler # If you don't have bundler installed
$ bundle install
```
Expand All @@ -116,12 +118,12 @@ for the Jekyll site. The defaults are:

```yml
# Site settings
title: Mixyll
title: Repo Name
email: [email protected]
author: Sai Kiran Sripada
description: "A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff."
author: your name
description: "Repo description"
baseurl: ""
url: "https://mixyll.saikiransripada.com/"
url: "http://github-username.github.io"

# Build settings
markdown: kramdown
Expand Down Expand Up @@ -153,7 +155,7 @@ This will require you to modify the `_config.yml` like so:
# Site settings
title: Repo Name
email: [email protected]
author: Sai Kiran Sripada
author: your name
description: "Repo description"
baseurl: "/repo-name"
url: "http://github-username.github.io"
Expand Down

0 comments on commit dec56b2

Please sign in to comment.