Fix links and headings after merging wiki contents
parent
9b6dc4302e
commit
c0b7c1b110
|
@ -110,7 +110,7 @@ THEME = alchemy.path()
|
|||
|
||||
## Usage
|
||||
|
||||
Visit the [Settings wiki](https://github.com/nairobilug/pelican-alchemy/wiki/Settings) for examples:
|
||||
Visit the [Settings docs](docs/settings.md) for examples:
|
||||
|
||||
- **SITESUBTITLE**: Subtitle that appears in the header.
|
||||
- **SITEIMAGE**: Image that appears in the header.
|
||||
|
@ -141,7 +141,7 @@ Example [pelicanconf.py](https://github.com/nairobilug/pelican-alchemy/blob/demo
|
|||
|
||||
### Tips & Tricks
|
||||
|
||||
https://github.com/nairobilug/pelican-alchemy/wiki/Tips
|
||||
[See documentation page](docs/pelican-tips.md)
|
||||
|
||||
## How to Contribute
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Welcome to the pelican-alchemy wiki!
|
||||
Welcome to the pelican-alchemy documentation!
|
||||
|
||||
- [Pelican Tips](wiki/Pelican-Tips)
|
||||
- [Settings](wiki/Settings)
|
||||
- [Pelican Tips](pelican-tips.md)
|
||||
- [Settings](settings.md)
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Pelican Tips
|
||||
|
||||
## Bootstrap Classes
|
||||
|
||||
To have Bootstrap classes set for rendered html (`.table`, `.img-fluid` etc), use the [Bootstrapify](https://github.com/ingwinlu/pelican-bootstrapify) Pelican plugin.
|
||||
|
@ -67,4 +69,4 @@ In your Pelican config:
|
|||
# Default value is ['index', 'tags', 'categories', 'authors', 'archives']
|
||||
DIRECT_TEMPLATES = ['index', 'tags', 'categories', 'authors', 'archives', 'sitemap']
|
||||
SITEMAP_SAVE_AS = 'sitemap.xml'
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Settings
|
||||
|
||||
Unless otherwise specified, settings that refer to paths can be either absolute or relative to the configuration file.
|
||||
|
||||
## SITESUBTITLE
|
||||
|
@ -120,4 +122,4 @@ GAUGES = '...'
|
|||
GOOGLE_ANALYTICS = '...'
|
||||
PIWIK_URL = '...'
|
||||
PIWIK_SITE_ID = '...'
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue