|
@@ -83,15 +83,15 @@ There are also certain variables that you can use in your text files:
|
|
* <code>%base_url%</code> - The URL to your Pico site; internal links
|
|
* <code>%base_url%</code> - The URL to your Pico site; internal links
|
|
can be specified using <code>%base_url%?sub/page</code>
|
|
can be specified using <code>%base_url%?sub/page</code>
|
|
* <code>%theme_url%</code> - The URL to the currently used theme
|
|
* <code>%theme_url%</code> - The URL to the currently used theme
|
|
-* <code>%meta.* %</code> - Access any meta variable of the current page,
|
|
|
|
|
|
+* <code>%meta.*%</code> - Access any meta variable of the current page,
|
|
e.g. <code>%meta.author%</code> is replaced with `Joe Bloggs`
|
|
e.g. <code>%meta.author%</code> is replaced with `Joe Bloggs`
|
|
|
|
|
|
### Blogging
|
|
### Blogging
|
|
|
|
|
|
Pico is not blogging software - but makes it very easy for you to use it as a
|
|
Pico is not blogging software - but makes it very easy for you to use it as a
|
|
-blog. You can find many plugins out there implementing typical
|
|
|
|
-blogging features like authentication, tagging, pagination and social plugins.
|
|
|
|
-See the below Plugins section for details.
|
|
|
|
|
|
+blog. You can find many plugins out there implementing typical blogging
|
|
|
|
+features like authentication, tagging, pagination and social plugins. See the
|
|
|
|
+below Plugins section for details.
|
|
|
|
|
|
If you want to use Pico as a blogging software, you probably want to do
|
|
If you want to use Pico as a blogging software, you probably want to do
|
|
something like the following:
|
|
something like the following:
|