diff options
-rw-r--r-- | configs/base/venus.planet | 3 | ||||
-rw-r--r-- | configs/base/venus.universe | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/configs/base/venus.planet b/configs/base/venus.planet index c720b92e..625699b1 100644 --- a/configs/base/venus.planet +++ b/configs/base/venus.planet @@ -11,7 +11,8 @@ description = Welcome to <b>Planet Gentoo</b>, an aggregation of Gentoo-related cache_directory = /var/www/planet.gentoo.org/venus/cache/planet log_level = DEBUG output_theme = planet_gentoo -output_dir = /var/www/planet.gentoo.org/htdocs/venus +#output_dir = /var/www/planet.gentoo.org/htdocs/venus +output_dir = /var/www/planet.gentoo.org/htdocs items_per_page = 50 days_per_page = 0 date_format = %B %d, %Y, %H:%M %Z diff --git a/configs/base/venus.universe b/configs/base/venus.universe index d256042b..3045b5f0 100644 --- a/configs/base/venus.universe +++ b/configs/base/venus.universe @@ -11,7 +11,8 @@ description = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articl cache_directory = /var/www/planet.gentoo.org/venus/cache/universe log_level = DEBUG output_theme = planet_gentoo -output_dir = /var/www/planet.gentoo.org/htdocs/venus/universe +#output_dir = /var/www/planet.gentoo.org/htdocs/venus/universe +output_dir = /var/www/planet.gentoo.org/htdocs/universe items_per_page = 50 days_per_page = 0 date_format = %B %d, %Y, %H:%M %Z |