Added permalink info to CUSTOMIZE.md
This commit is contained in:
parent
9ac08fe6f3
commit
b81d4a3612
|
|
@ -54,7 +54,7 @@ The user and repository information is defined in [\_data/repositories.yml](_dat
|
|||
|
||||
## Creating new pages
|
||||
|
||||
You can create new pages by adding new Markdown files in the [\_pages](_pages/) directory. The easiest way to do this is to copy an existing page and modify it. You can choose the layout of the page in the [frontmatter](https://jekyllrb.com/docs/front-matter/) of the Markdown file. You can also add new layouts in the [\_layouts](_layouts/) directory if you feel the need for it.
|
||||
You can create new pages by adding new Markdown files in the [\_pages](_pages/) directory. The easiest way to do this is to copy an existing page and modify it. You can choose the layout of the page by changing the `layout` attribute in the [frontmatter](https://jekyllrb.com/docs/front-matter/) of the Markdown file, and also the path to access it by changing the `permalink` attribute. You can also add new layouts in the [\_layouts](_layouts/) directory if you feel the need for it.
|
||||
|
||||
## Creating new blog posts
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue