You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2021/07/26 00:15:51 UTC

[httpd-site] branch main updated: Update pelicanconf.yaml

This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/httpd-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e71e29  Update pelicanconf.yaml
0e71e29 is described below

commit 0e71e29293d4b3b4d1d9bde6d9ebafb3b5eb0d96
Author: Greg Stein <gs...@gmail.com>
AuthorDate: Sun Jul 25 19:15:42 2021 -0500

    Update pelicanconf.yaml
    
    Closes issue #3 ... The pelican workflow (now) produces suitable defaults.
---
 pelicanconf.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pelicanconf.yaml b/pelicanconf.yaml
index 67cb1ff..98b7c72 100644
--- a/pelicanconf.yaml
+++ b/pelicanconf.yaml
@@ -8,12 +8,6 @@ site:
 
 theme: theme/apache
 
-plugins:
-  paths:
-    - theme/plugins
-  use:
-    - gfm
-
 setup:
   run:
     - ./content/security/vulnerabilities.sh
@@ -28,4 +22,3 @@ genid:
   headings_depth: 4
   permalinks: yes
   tables: yes
-