Update content-sample/index.md
This commit is contained in:
parent
d65eb553ad
commit
2ab361106c
@ -21,7 +21,7 @@ and put an `index.md` inside it, you can access that folder at the URL
|
|||||||
simply create a text file with the corresponding name and you will be able to
|
simply create a text file with the corresponding name and you will be able to
|
||||||
access it (e.g. `content-sample/sub/page.md` is accessible from the URL
|
access it (e.g. `content-sample/sub/page.md` is accessible from the URL
|
||||||
`http://yoursite.com/?sub/page`). Below we've shown some examples of locations
|
`http://yoursite.com/?sub/page`). Below we've shown some examples of locations
|
||||||
and their corresponing URLs:
|
and their corresponding URLs:
|
||||||
|
|
||||||
<table style="width: 100%; max-width: 40em;">
|
<table style="width: 100%; max-width: 40em;">
|
||||||
<thead>
|
<thead>
|
||||||
@ -135,7 +135,7 @@ something like the following:
|
|||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
Pico is highly customizable in two different ways: On the one hand you can
|
Pico is highly customizable in two different ways: On the one hand you can
|
||||||
change Picos apperance by using themes, on the other hand you can add new
|
change Picos appearance by using themes, on the other hand you can add new
|
||||||
functionality by using plugins. Doing the former includes changing Picos HTML,
|
functionality by using plugins. Doing the former includes changing Picos HTML,
|
||||||
CSS and JavaScript, the latter mostly consists of PHP programming.
|
CSS and JavaScript, the latter mostly consists of PHP programming.
|
||||||
|
|
||||||
@ -210,20 +210,20 @@ the page.
|
|||||||
You don't have to create your own theme if Picos default theme isn't sufficient
|
You don't have to create your own theme if Picos default theme isn't sufficient
|
||||||
for you, you can use one of the great themes third-party developers and
|
for you, you can use one of the great themes third-party developers and
|
||||||
designers created in the past. As with plugins, you can find themes in
|
designers created in the past. As with plugins, you can find themes in
|
||||||
[our Wiki](https://github.com/picocms/Pico/wiki/Pico-Themes).
|
[our Wiki][WikiThemes].
|
||||||
|
|
||||||
### Plugins
|
### Plugins
|
||||||
|
|
||||||
#### Plugins for users
|
#### Plugins for users
|
||||||
|
|
||||||
Officially tested plugins can be found at http://pico.dev7studios.com/plugins,
|
Officially tested plugins can be found at http://picocms.org/plugins.html, but
|
||||||
but there are many awesome third-party plugins out there! A good start point
|
there are many awesome third-party plugins out there! A good start point for
|
||||||
for discovery is [our Wiki](https://github.com/picocms/Pico/wiki/Pico-Plugins).
|
discovery is [our Wiki][WikiPlugins].
|
||||||
|
|
||||||
Pico makes it very easy for you to add new features to your website. Simply
|
Pico makes it very easy for you to add new features to your website. Simply
|
||||||
upload the files of the plugin to the `plugins/` directory and you're done.
|
upload the files of the plugin to the `plugins/` directory and you're done.
|
||||||
Depending on the plugin you've installed, you may have to go through some more
|
Depending on the plugin you've installed, you may have to go through some more
|
||||||
steps (e.g. specifing config variables), the plugin docs or `README` file will
|
steps (e.g. specifying config variables), the plugin docs or `README` file will
|
||||||
explain what to do.
|
explain what to do.
|
||||||
|
|
||||||
Plugins which were written to work with Pico 1.0 can be enabled and disabled
|
Plugins which were written to work with Pico 1.0 can be enabled and disabled
|
||||||
@ -273,9 +273,10 @@ setting `$config['rewrite_url'] = true;` in your `config/config.php`.
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
For more help have a look at the Pico documentation at
|
For more help have a look at the Pico documentation at http://picocms.org/docs.
|
||||||
[http://picocms.org/docs](http://picocms.org/docs)
|
|
||||||
|
|
||||||
[Twig]: http://twig.sensiolabs.org/documentation
|
|
||||||
[Markdown]: http://daringfireball.net/projects/markdown/syntax
|
[Markdown]: http://daringfireball.net/projects/markdown/syntax
|
||||||
|
[Twig]: http://twig.sensiolabs.org/documentation
|
||||||
|
[WikiThemes]: https://github.com/picocms/Pico/wiki/Pico-Themes
|
||||||
|
[WikiPlugins]: https://github.com/picocms/Pico/wiki/Pico-Plugins
|
||||||
[PluginUpgrade]: http://picocms.org/plugin-dev.html#upgrade
|
[PluginUpgrade]: http://picocms.org/plugin-dev.html#upgrade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user