You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
💡 ~~Dark/Light mode toggle~~[Added in 0.4.0](https://github.com/hankchizljaw/hylia/releases/tag/0.4.0)
29
+
🗣 Webmentions
30
+
📖 Pagination
31
+
🐦 Web sharing API integration
32
+
🗒 Offline mode with links to cached pages
33
+
📄 Documentation site
34
+
💅 Proper Sass documentation
35
+
✍️ Proper CMS documentation
36
36
🖼 A facility for you to be able to add your logo / branding
37
37
38
38
---
@@ -49,7 +49,7 @@ I recorded a quick start video of me deploying Hylia to Netlify and getting the
49
49
50
50
### Method two: Clone / Fork
51
51
52
-
1. Clone or fork this repo: `git clone https://github.com/andybelldesign/hylia`
52
+
1. Clone or fork this repo: `git clone https://github.com/hankchizljaw/hylia`
53
53
2.`cd` into the project directory and run `npm install`
54
54
3. Once all the dependencies are installed run `npm start`
55
55
4. Open your browser at `http://localhost:8080` and away you go!
@@ -109,25 +109,25 @@ Although Hylia has a pretty simple design, you can configure the core design tok
109
109
110
110
To change the design tokens in the CMS, find the “Globals” in the sidebar then in the presented options, select “Theme Settings”.
111
111
112
-
To change the design tokens directly, edit [`_src/data/tokens.json`](https://github.com/andybelldesign/hylia/blob/master/src/_data/tokens.json).
112
+
To change the design tokens directly, edit [`_src/data/tokens.json`](https://github.com/hankchizljaw/hylia/blob/master/src/_data/tokens.json).
113
113
114
114
The tokens are converted into maps that the Sass uses to compile the front-end CSS, so make sure that you maintain the correct structure of `tokens.json`.
115
115
116
116
### Styleguide
117
117
118
118
Your version of Hylia ships with a Styleguide by default. You can see a demo of the Styleguide at <https://hylia.website/styleguide/>.
119
119
120
-
You can edit the Styleguide by opening [`src/styleguide.njk`](https://github.com/andybelldesign/hylia/blob/master/src/styleguide.njk). If you don’t want the Styleguide, delete that file and the page will vanish.
120
+
You can edit the Styleguide by opening [`src/styleguide.njk`](https://github.com/hankchizljaw/hylia/blob/master/src/styleguide.njk). If you don’t want the Styleguide, delete that file and the page will vanish.
121
121
122
122
## Sass
123
123
124
-
Hylia is based on the [WIP v2 version of Stalfos](https://github.com/andybelldesign/stalfos/tree/feature/v2), which currently has no documentation (I know, I’m bad). Here is some very basic documentation for elements of the new framework that you will encounter on this project.
124
+
Hylia is based on the [WIP v2 version of Stalfos](https://github.com/hankchizljaw/stalfos/tree/feature/v2), which currently has no documentation (I know, I’m bad). Here is some very basic documentation for elements of the new framework that you will encounter on this project.
125
125
126
126
### Configuration
127
127
128
-
The whole Sass system is powered by central config file, which lives here: [`_src/scss/_config.scss`](https://github.com/andybelldesign/hylia/blob/master/src/scss/_config.scss).
128
+
The whole Sass system is powered by central config file, which lives here: [`_src/scss/_config.scss`](https://github.com/hankchizljaw/hylia/blob/master/src/scss/_config.scss).
129
129
130
-
Before Sass is compiled, a `_tokens.scss` file is generated from the [design tokens config](https://github.com/andybelldesign/hylia/blob/master/src/_data/tokens.json) which is required.
130
+
Before Sass is compiled, a `_tokens.scss` file is generated from the [design tokens config](https://github.com/hankchizljaw/hylia/blob/master/src/_data/tokens.json) which is required.
131
131
132
132
Key elements:
133
133
@@ -181,7 +181,7 @@ Pass in the key of one of your breakpoints set in `$stalfos-config['breakpoints'
181
181
182
182
## CMS
183
183
184
-
Hylia has [Netlify CMS](https://www.netlifycms.org/) pre-configured as standard. You can customise the configuration by editing [`src/admin/config.yml`](https://github.com/andybelldesign/hylia/blob/master/src/admin/config.yml).
184
+
Hylia has [Netlify CMS](https://www.netlifycms.org/) pre-configured as standard. You can customise the configuration by editing [`src/admin/config.yml`](https://github.com/hankchizljaw/hylia/blob/master/src/admin/config.yml).
185
185
186
186
### Content that you can edit
187
187
@@ -196,12 +196,12 @@ The basic CMS setup allows you to edit the following:
196
196
197
197
## Get involved
198
198
199
-
This project is _super_ early and feedback is very much welcome. In order to keep things running smooth, please consult the [contribution guide and code of conduct](https://github.com/andybelldesign/hylia/blob/master/contributing.md).
199
+
This project is _super_ early and feedback is very much welcome. In order to keep things running smooth, please consult the [contribution guide and code of conduct](https://github.com/hankchizljaw/hylia/blob/master/contributing.md).
Copy file name to clipboardExpand all lines: packages/docs/src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ socialImage: ''
7
7
---
8
8
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 yourself.
9
9
10
-
Get started now by [deploying Hylia to Netlify.](https://app.netlify.com/start/deploy?repository=https://github.com/andybelldesign/hylia&stack=cms)
10
+
Get started now by [deploying Hylia to Netlify.](https://app.netlify.com/start/deploy?repository=https://github.com/hankchizljaw/hylia&stack=cms)
0 commit comments