From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: The way index.html is generated Date: Mon, 01 Feb 2010 23:22:03 +0000 Message-ID: <87wryw1qzo.wl%ucecesf@ucl.ac.uk> References: <3cbb63d01002011042r48a765e7yddb58781d9934175@mail.gmail.com> <87y6jc1rdj.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nc5at-00070z-UW for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 18:22:12 -0500 Received: from [199.232.76.173] (port=42963 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nc5at-00070B-9l for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 18:22:11 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nc5ar-0008Dd-9w for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 18:22:10 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:54691) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nc5aq-0008Ct-T2 for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 18:22:09 -0500 In-Reply-To: <87y6jc1rdj.wl%ucecesf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chao Lu Cc: emacs-orgmode@gnu.org At Mon, 01 Feb 2010 23:13:44 +0000, Eric S Fraga wrote: > > At Mon, 1 Feb 2010 13:42:08 -0500, > Chao Lu wrote: > > > > I'm writing to ask if there any way to control the way how the index.html is > > generated? Now it works fine, but for a frontpage of the website, I really > > want to put more stuff than only a list of all the pages. > > The easy answer, but maybe not what you want, is to write your own > index.org file as part of the project, one which has the content you > want? I've never used an automatically created index.html file so > don't even know what it looks like! Forgot to add that you may need to unset :auto-index in your publishing directives or, alternatively, have the automatic index create a different file (e.g. sitemap.org) as indicated in the publishing documentation. cheers, eric