README.md in boido-1.0.0.pre.beta4 vs README.md in boido-1.0.0.pre.beta5
- old
+ new
@@ -27,27 +27,27 @@
```
And then use it on page with [Front Matter](https://jekyllrb.com/docs/front-matter/) or as part of other sets of [Variables](https://jekyllrb.com/docs/variables/):
```yaml
-layout: boido
+layout: basic
```
From there, you can customize:
- `<html>` lang attribute;
- `<title>` contents;
- `<head>` tags;
-- `<body>` scripts;
+- `<body>` scripts.
-The `language` variable defaults to "en", `charset` to "utf-8" and viewport is described as "width=device-width, initial-scale=1".
+The `language` variable defaults to "en", `charset` to "utf-8" and viewport size is described as "width=device-width, initial-scale=1".
## Examples
A markdown page described as below:
```html
---
-layout: boido
+layout: basic
language: ja
viewport:
width: 600