Skip to content

Commit 49d35c5

Browse files
bradfrostbmuenzenmeyer
authored andcommitted
Merge branch 'feature/scrub-hylia' of github.com:bradfrost/pl-website-eleventy
1 parent 08cc07f commit 49d35c5

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

packages/docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This site was built with a Hylia starter kit
2+
13
# A simple starter kit for Eleventy
24

35
Hylia is a lightweight [Eleventy](https://11ty.io) starter kit with [Netlify CMS](https://www.netlifycms.org/) pre-configured, so that you can one-click install a progressive, accessible blog in minutes. It also gives you a well organised starting point to extend it for yourself.
@@ -6,7 +8,7 @@ Get started now by **[deploying Hylia to Netlify.][deploy-to-netlify]**
68

79
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)][deploy-to-netlify]
810

9-
<img src="https://hankchizljaw.imgix.net/hylia-github.jpg?auto=format&q=60" width="550" />
11+
1012

1113
## Features
1214

packages/docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hylia",
2+
"name": "patternlab-website",
33
"version": "0.5.1",
44
"description": "A simple Eleventy starter kit to help you have a blog of your own",
55
"main": "index.js",
@@ -39,13 +39,13 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/hankchizljaw/hylia.git"
42+
"url": ""
4343
},
4444
"keywords": [],
4545
"author": "",
46-
"license": "MIT",
46+
"license": "",
4747
"bugs": {
48-
"url": "https://github.com/hankchizljaw/hylia/issues"
48+
"url": ""
4949
},
50-
"homepage": "https://github.com/hankchizljaw/hylia#readme"
50+
"homepage": ""
5151
}

packages/docs/src/_data/site.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"showThemeCredit": true,
33
"name": "Pattern Lab",
4-
"shortDesc": "Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.",
5-
"url": "https://hylia.website",
6-
"authorEmail": "[email protected]",
7-
"authorHandle": "@hankchizljaw",
8-
"authorName": "Andy Bell",
4+
"shortDesc": "Pattern Lab is a lightweight Eleventy starter kit to help you to create your own blog or personal website.",
5+
"url": "https://patternlab.io/",
6+
"authorEmail": "[email protected]",
7+
"authorHandle": "@bradfrost",
8+
"authorName": "Brad Frost",
99
"enableThirdPartyComments": false,
1010
"maxPostsPerPage": 5,
1111
"paymentPointer": "$coil.xrptipbot.com/c1f8f05d-8d8c-4f37-b1ad-25677ae129da",

packages/docs/src/posts/a-post-with-figures-and-video.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55
- blog
66
- media
77
---
8-
A post to demonstrate how a blog post looks on Hylia. Content is all set in the “Body” field as markdown and Eleventy transforms it into a proper HTML post. You can also edit the markdown file directly if you prefer not to use the CMS.
8+
A post to demonstrate how a blog post looks on Pattern Lab. Content is all set in the “Body” field as markdown and Eleventy transforms it into a proper HTML post. You can also edit the markdown file directly if you prefer not to use the CMS.
99

1010
If you want to make an image bleed-out, add a title attribute to it and the front-end will automatically wrap it in a `<figure>` tag for you.
1111

@@ -21,4 +21,4 @@ Finally, how about a `<blockquote>`?
2121
2222
![Person holds up a photograph of a riverside and buildings with the same river as a backdrop](/images/demo-image-2.jpg "Remember, if you want a figure and caption, add a 'title' attribute to image in the body field — Photo by Kharytonova Antonina on Unsplash.")
2323

24-
Hopefully, this has demonstrated how simple it is to make a nice looking blog with Hylia.
24+
Hopefully, this has demonstrated how simple it is to make a nice looking blog with Pattern Lab.

packages/docs/src/posts/a-scheduled-post.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This post is scheduled for the future, specifically mid-2022. Hopefully you're s
1111

1212
Otherwise, below is some styled content for you to play with.
1313

14-
A simple post to demonstrate how a normal blog post looks on Hylia. Content is all set in the “Body” field as markdown and Eleventy transforms it into a proper HTML post. You can also edit the markdown file directly if you prefer not to use the CMS.
14+
A simple post to demonstrate how a normal blog post looks on Pattern Lab. Content is all set in the “Body” field as markdown and Eleventy transforms it into a proper HTML post. You can also edit the markdown file directly if you prefer not to use the CMS.
1515

1616
How about a `<blockquote>`?
1717

@@ -30,4 +30,4 @@ How about an ordered list of stuff:
3030
3. Sed posuere consectetur est at lobortis
3131

3232

33-
Hopefully, this has demonstrated how simple it is to make a nice looking blog with Hylia.
33+
Hopefully, this has demonstrated how simple it is to make a nice looking blog with Pattern Lab.

packages/docs/src/posts/a-simple-post.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55
- simple-post
66
- blog
77
---
8-
A simple post to demonstrate how a normal blog post looks on Hylia. Content is all set in the “Body” field as markdown and Eleventy transforms it into a proper HTML post. You can also edit the markdown file directly if you prefer not to use the CMS.
8+
A simple post to demonstrate how a normal blog post looks on Pattern Lab. Content is all set in the “Body” field as markdown and Eleventy transforms it into a proper HTML post. You can also edit the markdown file directly if you prefer not to use the CMS.
99

1010
How about a `<blockquote>`?
1111

@@ -24,4 +24,4 @@ How about an ordered list of stuff:
2424
3. Sed posuere consectetur est at lobortis
2525

2626

27-
Hopefully, this has demonstrated how simple it is to make a nice looking blog with Hylia.
27+
Hopefully, this has demonstrated how simple it is to make a nice looking blog with Pattern Lab.

0 commit comments

Comments
 (0)