posativ / acrylamid

(unmaintained) static blog generator in python with incremental rendering ⛺
http://posativ.org/acrylamid/
Other
277 stars 40 forks source link

Intro Filter setting "INTRO_LINK" is ignored #209

Closed jrast closed 10 years ago

jrast commented 10 years ago

No matter what i set for INTRO_LINK in my config, the value is simply ignored.

(I'm working with version 0.8.dev0)

posativ commented 10 years ago

Can you give me your configuration and a sample post?

jrast commented 10 years ago

I have created a gist with my config and a sample post: https://gist.github.com/jrast/c56457c0a03ea11656f1

I'm new to python but if you can give me some advices on how to debug acrylamid, im happy to help you!

jrast commented 10 years ago

If I change the intro filter to a summarize filter, everything is working properly.

posativ commented 10 years ago

Works for me. What do you expect? With your configuration and sample post, the index page(s) are shortened to one paragraph. The full-entry is still complete and INTRO_LINK is used.

jrast commented 10 years ago

Hmmm... on my setup INTRO_LINK is ignored, instead of '...weiterlesen' the default '...continue' is rendered on the shortened pages.

posativ commented 10 years ago

I am not sure how the last state of detect-conf-changes-to-rebuild-things was... can you try acrylamid co -f to force a rebuild?

jrast commented 10 years ago

hmmm... it seems to be a problem with the cache and change detection. I created a new project and changed the settings there before the first run and it is working like a charm. Also if i force rebuild witch acrylamid co -f the links are working like expected.

jrast commented 10 years ago

So for me this issue can be closed, as acrylamid co -f solves the problem.

posativ commented 10 years ago

Ok. In doubt, --force will always re-render from scratch :)