Hi,
Just found the project, and I see an old "issue" that might be related but .. either the patch wasn't merged or this is something different.
When I call 'tinker --build', I get an index.html in the project root, which tries to auto-refresh to .blog/html/index.html. However,
the second index.html does not exist. Instead, I have a "master.html" which seems to have the content that "index.html" should but .. it's own "home" link is broken because it tries to go to 'index.html'.
So far, searching and grepping haven't led me to a solution. Some version info, including extras that may(?) be interfering (?)
Tinkerer version 1.2.1
readthedocs-sphinx-ext==0.2.0
Sphinx==1.1.3
sphinx-argparse==0.1.3
sphinx-better-theme==0.13
sphinx-bootstrap-theme==0.3.2
sphinxcontrib-epydoc==0.6
sphinxcontrib-fancybox==0.3.2
sphinxcontrib-fulltoc==1.0
sphinxcontrib-inheritance==0.5
sphinxcontrib-programoutput==0.8
sphinxcontrib-programscreenshot==0.0.5
sphinxcontrib-rawfiles==0.1.1
sphinxcontrib-sqltable==1.0
sphinxcontrib-taglist==0.2
sphinx-http-domain==0.2
sphinxtheme-simple==0.1
Jinja2==2.7.1
MarkupSafe==0.18
Pygments==1.6
reportlab==2.7
rst2pdf==0.93.dev
Python 2.7.5
( FWIIW I found this project when I was looking at OctoPress and thinking to myself "Ruby.. ewww!" :)
Are you by any chance trying to build a blog with no posts? The index.html is generated during build by aggregating the latest 10 posts.
FWIW, for now I've hacked my way around this by creating a symlink and monkey-patching tinkerer.master_doc in conf.py:
index.rst -> master.rstand
import tinkerer
import tinkerer.paths
+tinkerer.master_doc = 'index'
Expected usage is to write one post before building/publishing. In general, users tend to have something they want to write when they start a blog. I understand your scenario, though it might not be that common.
Thank you,
Vlad
--In all seriousness, what is your model for starting a new blog site from scratch?If you 'tinker --build' the pages and commit/upload them (e.g. to gh-pages), the defaultindex.html does try to send you to the "real" index.html. Does your "domain model", so to speak,actually not yet have the use case where there are [0..9] posts? What if all I have for now are "pages"?I'm willing to write some test cases to illustrate what I mean....
On Monday, October 21, 2013 7:52:32 AM UTC-7, vladris wrote:Well, as soon as you have something to say, the issue will go away :)
You received this message because you are subscribed to the Google Groups "tinkerer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tinkerer-dev...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.