gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: shorter newstext


From: gnunet
Subject: [www] branch master updated: shorter newstext
Date: Fri, 19 Jun 2020 15:25:01 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 57eafb1  shorter newstext
57eafb1 is described below

commit 57eafb18c5c440e6ccb258075dc341cff35ea15c
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Jun 19 15:19:23 2020 +0200

    shorter newstext
---
 make_site.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_site.py b/make_site.py
index 16a67b9..b27c7cc 100755
--- a/make_site.py
+++ b/make_site.py
@@ -43,7 +43,7 @@ def main():
     # rm_rf("rendered")
     x = gen_site(DEBUG)
     conf = x.load_config("www.yml")
-    x.gen_abstract(conf, "newsposts", "abstract", "page", 1000)
+    x.gen_abstract(conf, "newsposts", "abstract", "page", 500)
     #    for lang in conf["langs_full"]:
     #        x.gen_newspost_content(conf, "newsposts", "content", "page", lang)
     x.gen_newspost_content(conf, "newsposts", "content", "page", "en")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]