This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new d292db5 Use new infra-pelican features.
d292db5 is described below
commit d292db5e303b48805c9af202e0beafa1d365699e
Author: Greg Stein <[email protected]>
AuthorDate: Mon Apr 4 02:22:28 2022 -0500
Use new infra-pelican features.
---
pelicanconf.yaml | 9 ++++++---
site/test-build.sh | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/pelicanconf.yaml b/pelicanconf.yaml
index 8aa816c..8192e37 100644
--- a/pelicanconf.yaml
+++ b/pelicanconf.yaml
@@ -8,6 +8,9 @@ site:
theme: theme
-setup:
- ignore:
- - none-yet
+content:
+ pages: pages
+ static_dirs:
+ - css
+ - images
+ - js
diff --git a/site/test-build.sh b/site/test-build.sh
index 6333329..0cdf0cf 100755
--- a/site/test-build.sh
+++ b/site/test-build.sh
@@ -20,4 +20,4 @@ cd "$SITE_DIR"
# export BUILDSITE=~/src/asf/infra-pelican/bin/buildsite.py
# export LIBCMARKDIR=~/src/asf/infra/tools/bintray/cmark-gfm.0.28.3.gfm.12-libs
-$BUILDSITE dir --output=/tmp/steve-site.$$
+$BUILDSITE dir --output=/tmp/steve-site.$$ "--yaml-dir=$ROOT_DIR"
"--content-dir=$SITE_DIR"