From 603bb4f1dfff0cb6fe2b9cfbe5e6f373a55d4413 Mon Sep 17 00:00:00 2001 From: timhtheos Date: Mon, 10 Oct 2016 10:01:44 +0800 Subject: [PATCH] Update README.md: Add leading underscore to `plugins`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e38eb..21bd90d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Generates redirect pages for posts with aliases set in the YAML Front Matter. ## How to Run -Place `alias_generator.rb` in your `plugins` directory, and ensure +Place `alias_generator.rb` in your `_plugins` directory, and ensure that you can run custom plugins (set `safe:` to `false` in `_config.yml`). Whenever you generate your Jekyll site, redirect pages will be created at the alias path in your output directory; for example,