covener commented on code in PR #14:
URL: https://github.com/apache/httpd-site/pull/14#discussion_r1747638567


##########
pelicanconf.py:
##########
@@ -0,0 +1,75 @@
+
+import datetime
+# Basic information about the site.
+SITENAME = 'Apache HTTP Server Project'
+SITEDESC = 'The official website of the Apache HTTP Server Project'
+SITEDOMAIN = 'httpd.apache.org'
+SITEURL = 'https://httpd.apache.org'
+SITELOGO = 'https://httpd.apache.org/images/httpd_logo_wide_new.png'
+SITEREPOSITORY = 'https://github.com/apache/httpd-site/blob/main/content/'
+CURRENTYEAR = datetime.date.today().year
+TRADEMARKS = 'Apache HTTP Server, Apache, and the Apache feather logo are 
trademarks of The Apache Software Foundation.'
+TIMEZONE = 'UTC'
+# Theme includes templates and possibly static files
+THEME = 'theme/apache'
+# Specify location of plugins, and which to use
+PLUGIN_PATHS = [ 
'/Users/covener/SRC/infrastructure-actions/pelican/migration/../plugins',  ]

Review Comment:
   ty, will look a this along with some hints from Daniel about testing



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@httpd.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to