Added permalink info to CUSTOMIZE.md

This commit is contained in:
George 2024-04-01 11:30:06 -03:00 committed by GitHub
parent 9ac08fe6f3
commit b81d4a3612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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