-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some instructions to the readme.md.
- Loading branch information
1 parent
c2e96a0
commit f5d6825
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# | ||
# govuk-jekyll-template | ||
|
||
This is an attempt by a data-scientist maskerading as a web developer to style a jekyll site with the syling elements from gov.uk. | ||
This is an attempt by a data scientist masquerading as a web developer to style a Jekyll site with the styling elements from GOV.UK. | ||
|
||
It is very much a work in progress. You can see the site as built by github here[/govuk-jekyll-template/](https://gillespied.github.io/govuk-jekyll-template/) | ||
It is very much a work in progress. | ||
|
||
You can see the site as built by github at [/govuk-jekyll-template/](https://gillespied.github.io/govuk-jekyll-template/) | ||
|
||
You should be able to recreate the environment by opening the container with vscode. | ||
|
||
You will also need to edit the two parameters `baseurl` and `url` from `_config.yml`. | ||
|
||
## To do | ||
|
||
Write a script to download and make changes to the `.css` and `.js` files as they are updated. I did it by hand this time. |