https://github.com/chassis/pretty_permalinks
Specify a WordPress permalink scheme when provisioning a Chassis virtual machine.
https://github.com/chassis/pretty_permalinks
Last synced: 3 days ago
JSON representation
Specify a WordPress permalink scheme when provisioning a Chassis virtual machine.
- Host: GitHub
- URL: https://github.com/chassis/pretty_permalinks
- Owner: Chassis
- Created: 2019-05-30T17:25:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T08:38:22.000Z (almost 7 years ago)
- Last Synced: 2025-03-11T00:05:45.698Z (over 1 year ago)
- Language: Puppet
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pretty_permalinks
A module to set a specific WordPress permalink scheme when provisioning your [Chassis](https://github.com/Chassis/Chassis) virtual machine. For information on Chassis itself, see the [Chassis documentation](http://docs.chassis.io/en/latest/).
## Installation
Either clone or download this repository into your Chassis site's `extensions/` folder, or else include this extension in the `extensions` list within your site's Chassis yamlc configuration files (`config.yaml`, `config.local.yaml`, _etc_):
```yaml
extensions:
- chassis/pretty_permalinks
```
## Configuration & Usage
Add a `permalink` property to your Chassis yaml configuration file to specify the permalink scheme to apply when provisioning your site:
```yaml
permalink: '/%year%/%monthnum%/%postname%/'
```
The value of this `permalink` key may be any [accepted pretty permalink structure](https://wordpress.org/support/article/using-permalinks/#choosing-your-permalink-structure).