updated documentation post
This commit is contained in:
parent
1971b63e96
commit
fd0f14a116
1 changed files with 3 additions and 3 deletions
|
|
@ -35,11 +35,11 @@ tags: [ 'tag1', 'tag2' ]
|
|||
---
|
||||
</code></pre>
|
||||
|
||||
The *layout* and *section-type* are used by the theme.
|
||||
The *layout* and *section-type* variables are used by the theme and you shouldn't remove them.
|
||||
|
||||
### Hashtags
|
||||
|
||||
Note: *{ Personal }* generates a static page, just like all Jekyll themes.
|
||||
Jekyll generates a static pages.
|
||||
As a result we have to create the tag pages before building and publishing the site.
|
||||
|
||||
In order to generate the tag pages, simply run the *generate-tags* script from the repo's root directory:
|
||||
|
|
@ -50,7 +50,7 @@ In order to generate the tag pages, simply run the *generate-tags* script from t
|
|||
|
||||
The script will parse all your posts, and generate the tag pages for the newly added tags.
|
||||
|
||||
If you are not using Github Pages, you can automate the execution of this script during build time.
|
||||
If you are not using GitHub Pages, you can automate the execution of this script during build time.
|
||||
|
||||
### Syntax highlighting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue