duilio / pelican-octopress-theme

Octopress default theme copied for pelican
MIT License
149 stars 119 forks source link

Q: how to change date defaults #80

Open JohnGriffiths opened 9 years ago

JohnGriffiths commented 9 years ago

Hi.

(Apologies if this is a pelican-generic Q rather than specific to this theme...)

I'm using pelican with a modified version of this theme for some rolling (i.e. regularly updated) documentation. Consequently I'd like to either remove or modify the text that lists the date at the top of each entry: in my case it would be better to say something like 'Last modified XX/XX/XX'.

Two other changes I'd like to make if poss:

  1. I would also like to list archives by something other than date, e.g. by tag;
  2. I'd like to change the archive page text to something other than 'Blog archive' (because it isn't really a blog as such); e.g. just 'archive'

Could you please advise on how I can make these changes?

Thanks very much.

atodorov commented 8 years ago

@JohnGriffiths, this answer comes a bit late, not sure if you still needed it.

1) Article date which is displayed at the top of each entry comes from templates/_includes/article_time.html. There's no option to change the text.

2) To view all tags on the blog go to TAGS_SAVE_AS, by default this is tags.html.

3) Custom archive titles are implemented in #73