You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/10/30 14:53:26 UTC

[GitHub] [lucene-site] adamwalz commented on issue #1: LUCENE-9012 Setup minimal site with working Pelican build

adamwalz commented on issue #1: LUCENE-9012 Setup minimal site with working Pelican build
URL: https://github.com/apache/lucene-site/pull/1#issuecomment-547945666
 
 
   One reason for the massive number of changed files (711) is that I broke up the news files into one file per news item. This allows for limiting the number of news items in the TLP page to the most recent N without having to delete old events from the markdown.
   
   ```
   {% for article in articles[:15] %}
   {{ article.content }}
   {{ endfor }}
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org