Theme Redefine components
Notes
Large Note Block
Format: (notel stands for note large, easy to remember, can also be written as note-large)
Syntax
1 | {% notel default fa-info info %} |
Output
info
text 1
text 2
text 3
| Parameter | Description | Optional Values |
|---|---|---|
| Color | Style or color of the note block | blue, red, cyan, purple, orange, yellow, green and other colors |
| Custom Icon | Custom icon, optional | The second part of the icon name from Fontawesome, for example, fa-image |
Small Note Block
Syntax
1 | {% note default fa-info info %} |
Output
text 1
| Parameter | Description | Optional Values |
|---|---|---|
| Style/Color | Style or color of the note block | success default primary info warning danger tip question and blue red cyan purple orange yellow green and other colors |
| Custom Icon | Custom icon, optional | The second part of the icon name from Fontawesome, for example, fa-image |
Buttons
Syntax
{% btn [optional size]::[name]::[url]::[optional icon] %}
Output
[name]Options
size:
center, regular, large, center large, center regular
icon:
Fontawesome icon names, such as fa-solid, fa-house.
Folding or Accordian
Syntax
1 | {% folding [colour]::[title] %} |
Output
Title
Content
Colour List: yellow, blue, green, red, orange, pink, cyan, white, black, gray
Tabs
Syntax
1 | {% tabs First unique name %} |
Output
This is Tab 1.
This is Tab 2.
This is Tab 2.
This is Tab 3.
This is Tab 3.
This is Tab 3.
Article attributes
Sticky Posts on Homepage
Sticky posts show up on the top of the list on homepage and they are permanent on that position
To define sticky, add sticky attribute to the post page settings with a value
Syntax
1 | --- |
Author
Adds an author name for the post
Syntax
author: Author Name
Banner for Post
Adds an banner behind the post title
Syntax
banner: "image url"
Thumbnail for Post
Adds an thumbnail for homepage posts
Syntax
thumbnail: "image url"
Categories
Sets the categories for the posts
Syntax
categories: Food
Avatar
Adds images for the Authors
Syntax
Avatar: "image url"
Excerpt
If you want to customize the article summary on the homepage
Syntax
excerpt: "Summary"
If you don’t want excerpt on homepage the set excerpt: false