Skip to content

Instantly share code, notes, and snippets.

View RotationMatrix's full-sized avatar
📖
Expanding knowledge to improve the world

RotationMatrix

📖
Expanding knowledge to improve the world
View GitHub Profile
@RotationMatrix
RotationMatrix / vagrant-up-tpo-support.md
Last active April 24, 2021 18:31
Using Vagrant with tpo/support

Using Vagrant with tpo/support

Prerequisites

  1. Install Vagrant from https://www.vagrantup.com/downloads (Vagrant includes proprietary extensions but they are not required for this project)
    • On Windows I reccomend changing the install path from C:\HashiCorp\Vagrant to C:\Program Files\HashiCorp\Vagrant for tidyness.
@RotationMatrix
RotationMatrix / lektor-redirect.md
Last active April 3, 2020 01:12
Lektor, redirects, and `meta`, oh my!

To create an HTML redirect, replace the origin's contents.lr with:

_model: redirect
---
target: /path/to/page
---
_discoverable: no

In most cases, target should be a relative path to support localization.