Fix links and headings after merging wiki contents
This commit is contained in:
parent
9b6dc4302e
commit
c0b7c1b110
4 changed files with 11 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Settings
|
||||
|
||||
Unless otherwise specified, settings that refer to paths can be either absolute or relative to the configuration file.
|
||||
|
||||
## SITESUBTITLE
|
||||
|
|
Loading…
Reference in a new issue