From e9c1fb9777e856f131883bb5a7aa03748d08db07 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 19 Jan 2021 22:22:20 +0100 Subject: [PATCH] Merge and fix name --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1e907de..2704ec5 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,12 @@ Python, Jinja and Pelican) into a set of html pages, files and images. This set of documents is then uploaded to the server. One of the things that Pelican uses is _plugins_. They are used to add extra -features to the generation process of the website. - -In this repository there is a folder called 'plugins' and another one called -'plugins-custom'. - -The first one, 'plugins', is linked to the offical collection of plugins from -the Pelican project '[pelican-plugins](https://github.com/getpelican/pelican-plugins/)'. - -The other one, 'plugins-custom', consists of plugins that we wrote ourself. +features to the generation process of the website. In this repository there is +a folder called 'pelican-plugins' and another one called 'plugins-custom'. The +first one, 'pelican-plugins', is linked to the offical collection of plugins from the +Pelican project +'[pelican-plugins](https://github.com/getpelican/pelican-plugins/)'. The other +one, 'plugins-custom', consists of plugins that we wrote ourself. ## Posting Content