Imrpove wording
This commit is contained in:
parent
24bbbf5741
commit
e7312755d2
1 changed files with 3 additions and 5 deletions
|
@ -67,11 +67,11 @@ Most customizations can be done in a matter of seconds, by revising your reposit
|
|||
|
||||
#### Layout
|
||||
|
||||
By default, your website will display in a two-column layout on larger-screen devices, with your photo, name, and basic information displayed in a left-aligned "sidebar." But you can quickly switch to a "stacked" single-column layout by changing the line in your `_config.yml` file that reads `layout: sidebar` to `layout: stacked`.
|
||||
Your website will display in a two-column layout on larger-screen devices, with your photo, name, and basic information displayed in a left-aligned "sidebar." You can quickly switch to a "stacked" single-column layout by changing the line in your `_config.yml` file that reads `layout: sidebar` to `layout: stacked`.
|
||||
|
||||
#### Style
|
||||
|
||||
By default, your website appears with a "light" white and gray background, with dark text. But you can quickly switch to a "dark" background with white text by changing the line in your `_config.yml` file that reads `style: light` to `style: dark`.
|
||||
Your website appears with a "light" white and gray background, with dark text. You can quickly switch to a "dark" background with white text by changing the line in your `_config.yml` file that reads `style: light` to `style: dark`.
|
||||
|
||||
#### Topics
|
||||
|
||||
|
@ -94,8 +94,6 @@ layout: default
|
|||
---
|
||||
```
|
||||
|
||||
4. Save.
|
||||
|
||||
## Adding blog posts
|
||||
|
||||
To **add a blog post** to your website:
|
||||
|
@ -117,7 +115,7 @@ title: "The title of my blog post"
|
|||
|
||||
Your website comes with a placeholder blog post that you can reference. Notably, its [front matter](https://jekyllrb.com/docs/front-matter/) declares `published` as `false`, so that it won't appear on your website.
|
||||
|
||||
While you _can_ also define a `layout` in the front matter, your website is pre-configured to assign the `post` layout to all of the posts in your `/_posts/` directory. So you don't have to declare that in your posts, if you don't want to.
|
||||
While you can define a `layout` in the front matter, your website is pre-configured to assign the `post` layout to all of the posts in your `/_posts/` directory. So you don't have to declare that in your posts.
|
||||
|
||||
Jekyll's conventions for authoring and managing blog posts is very flexible. You can [learn more in Jekyll's documentation for "Posts."](https://jekyllrb.com/docs/posts/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue