Fix plain links
Jekyll isn't able to detect plain links when they are using variables...
This commit is contained in:
parent
3e4257a173
commit
eb95dd5768
4 changed files with 19 additions and 10 deletions
|
@ -8,19 +8,21 @@ nav: 8
|
|||
|
||||
You want to contribute to Pico? We really appreciate that! You can help make Pico better by [contributing code][PullRequests] or [reporting issues][Issues], but please take note of our [contribution guidelines][ContributionGuidelines]. In general you can contribute in three different areas:
|
||||
|
||||
1. Plugins & Themes: You're a plugin developer or theme designer? We love you guys! You can find tons of information about how to develop plugins and themes at {{ site.base_url }}/plugin-dev.html.html. If you have created a plugin or theme, please add it to our [Wiki][], either on the [plugins][WikiPlugins] or [themes page][WikiThemes]. Doing so, we may select and promote your plugin or theme on [our website][OfficialPlugins] as officially supported!
|
||||
1. Plugins & Themes: You're a plugin developer or theme designer? We love you guys! You can find tons of information about how to develop plugins and themes at [{{ site.base_url }}/plugin-dev.html][PluginDocs]. If you have created a plugin or theme, please add it to our [Wiki][], either on the [plugins][WikiPlugins] or [themes page][WikiThemes]. Doing so, we may select and promote your plugin or theme on [our website][OfficialPlugins] as officially supported!
|
||||
|
||||
2. Documentation: We always appreciate people improving our documentation. You can either improve the [inline user docs][EditInlineDocs] or the more extensive [user docs on our website][EditUserDocs]. You can also improve the [docs for plugin and theme developers][EditDevDocs]. Simply fork Pico from {{ site.gh_project_url }}, change the Markdown files and open a [pull request][PullRequests].
|
||||
2. Documentation: We always appreciate people improving our documentation. You can either improve the [inline user docs][EditInlineDocs] or the more extensive [user docs on our website][EditUserDocs]. You can also improve the [docs for plugin and theme developers][EditDevDocs]. Simply fork Pico from [{{ site.gh_project_url }}][GitHub], change the Markdown files and open a [pull request][PullRequests].
|
||||
|
||||
3. Pico's Core: The supreme discipline is to work on Pico's Core. Your contribution should help *every* Pico user to have a better experience with Pico. If this is the case, fork Pico from {{ site.gh_project_url }} and open a [pull request][PullRequests]. We look forward to your contribution!
|
||||
3. Pico's Core: The supreme discipline is to work on Pico's Core. Your contribution should help *every* Pico user to have a better experience with Pico. If this is the case, fork Pico from ({{ site.gh_project_url }})[GitHub] and open a [pull request][PullRequests]. We look forward to your contribution!
|
||||
|
||||
[OfficialPlugins]: {{ site.base_url }}/plugins.html
|
||||
[Wiki]: {{ site.gh_project_url }}/wiki
|
||||
[WikiPlugins]: {{ site.gh_project_url }}/wiki/Pico-Plugins
|
||||
[WikiThemes]: {{ site.gh_project_url }}/wiki/Pico-Themes
|
||||
[Issues]: {{ site.gh_project_url }}/issues
|
||||
[PullRequests]: {{ site.gh_project_url }}/pulls
|
||||
[ContributionGuidelines]: {{ site.gh_project_url }}/blob/{{ site.gh_project_branch }}/CONTRIBUTING.md
|
||||
[PluginDocs]: ({{ site.base_url }}/plugin-dev.html)
|
||||
[Wiki]: {{ site.gh_project_url }}/wiki
|
||||
[WikiPlugins]: {{ site.gh_project_url }}/wiki/Pico-Plugins
|
||||
[WikiThemes]: {{ site.gh_project_url }}/wiki/Pico-Themes
|
||||
[OfficialPlugins]: {{ site.base_url }}/plugins.html
|
||||
[EditInlineDocs]: {{ site.gh_project_url }}/blob/{{ site.gh_project_branch }}/content-sample/index.md
|
||||
[EditUserDocs]: {{ site.gh_pages_url }}/tree/{{ site.gh_pages_branch }}/_docs
|
||||
[EditDevDocs]: {{ site.gh_pages_url }}/tree/{{ site.gh_pages_branch }}/_plugin-dev
|
||||
[GitHub]: {{ site.gh_project_url }}
|
||||
|
|
|
@ -68,7 +68,7 @@ You don't have to create your own theme if Pico's default theme isn't sufficient
|
|||
|
||||
#### Plugins for users
|
||||
|
||||
Officially tested plugins can be found at {{ site.base_url }}/plugins.html, but there are many awesome third-party plugins out there! A good start point for discovery is [our Wiki][WikiPlugins].
|
||||
Officially tested plugins can be found at [{{ site.base_url }}/plugins.html][OfficialPlugins], but there are many awesome third-party plugins out there! A good start point for discovery is [our Wiki][WikiPlugins].
|
||||
|
||||
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. Depending on the plugin you've installed, you may have to go through some more steps (e.g. specifying config variables), the plugin docs or `README` file will explain what to do.
|
||||
|
||||
|
@ -76,9 +76,11 @@ Plugins which were written to work with Pico 1.0 can be enabled and disabled thr
|
|||
|
||||
#### Plugins for developers
|
||||
|
||||
You're a plugin developer? We love you guys! You can find tons of information about how to develop plugins at {{ site.base_url }}/plugin-dev.html. If you've developed a plugin for Pico 0.9 or older, you probably want to upgrade it to the brand new plugin system introduced with Pico 1.0. Please refer to the [upgrade section of the docs][PluginUpgrade].
|
||||
You're a plugin developer? We love you guys! You can find tons of information about how to develop plugins at [{{ site.base_url }}/plugin-dev.html][PluginDocs]. If you've developed a plugin for Pico 0.9 or older, you probably want to upgrade it to the brand new plugin system introduced with Pico 1.0. Please refer to the [upgrade section of the docs][PluginUpgrade].
|
||||
|
||||
[Twig]: http://twig.sensiolabs.org/documentation
|
||||
[WikiThemes]: {{ site.gh_project_url }}/wiki/Pico-Themes
|
||||
[WikiPlugins]: {{ site.gh_project_url }}/wiki/Pico-Plugins
|
||||
[OfficialPlugins]: {{ site.base_url }}/plugins.html
|
||||
[PluginDocs]: {{ site.base_url }}/plugin-dev.html
|
||||
[PluginUpgrade]: {{ site.base_url }}/plugin-dev.html#upgrade
|
||||
|
|
|
@ -15,7 +15,7 @@ You will find a full example template in [plugins/DummyPlugin.php]({{ site.base_
|
|||
started on building some great stuff. Otherwise, keep reading to learn how to
|
||||
create your first plugin!
|
||||
|
||||
Officially tested plugins can be found at {{ site.base_url }}/plugins.html,
|
||||
Officially tested plugins can be found at [{{ site.base_url }}/plugins.html]({{ site.base_url }}/plugins.html),
|
||||
but there are many awesome third-party plugins out there! A good start point
|
||||
for discovery is our [Wiki](#plugin-wiki).
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ toc:
|
|||
drop-of--pagecontent--and-the-new-picoparsepagescontent-plugin: Drop of `{{ page.content }}`
|
||||
drop-of--pageexcerpt--and-the-new-picoexcerpt-plugin: Drop of `{{ page.excerpt }}`
|
||||
ensure-restricted-access-to-content-directory: Ensure restricted access to `content` directory
|
||||
whats-new: What's new?
|
||||
gh_release: v1.0.0-beta.1
|
||||
---
|
||||
|
||||
|
@ -48,6 +49,10 @@ WORK IN PROGRESS
|
|||
|
||||
WORK IN PROGRESS
|
||||
|
||||
## What's new?
|
||||
|
||||
WORK IN PROGRESS
|
||||
|
||||
[UpgradeInstructions]: {{ site.base_url }}/docs.html#upgrade
|
||||
[InstallInstructions]: {{ site.base_url }}/docs.html#install
|
||||
[RewriteFile]: {{ site.gh_project_url }}/blob/{{ page.gh_release }}/.htaccess#L7
|
||||
|
|
Loading…
Add table
Reference in a new issue