Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help for getting started #29

Closed
lsaffre opened this issue Jun 28, 2014 · 5 comments
Closed

Need help for getting started #29

lsaffre opened this issue Jun 28, 2014 · 5 comments

Comments

@lsaffre
Copy link

lsaffre commented Jun 28, 2014

I did everything as instructed, but my result is not as expected.
My source files:
https://github.com/lsaffre/lino-welfare/tree/master/docs
Result:
http://welfare.lino-framework.org/index.html

Comparing this with mrjob, the reason seems to be that I have no line with a

What am I doing wrong?

@lsaffre lsaffre changed the title Need help for gettings started Need help for getting started Jun 28, 2014
@irskep
Copy link
Owner

irskep commented Jun 28, 2014

On first look I don't see the problem either, and I can't currently install build-requirements.txt due to some kind of SSL error installing pytidylib, but I suspect that you need to do this:

html_static_path = ['.static', '_static']

because the theme uses _static for its static files.

@lsaffre
Copy link
Author

lsaffre commented Jun 29, 2014

On 28/06/14 18:25, Steve Johnson wrote:

but I suspect that you need to do this:

html_static_path = ['.static', '_static']

because the theme uses |_static| for its static files.

Sorry, that gave only:

WARNING: html_static_path entry u'/home/luc/hgwork/welfare/docs/_static'
does not exist

@irskep
Copy link
Owner

irskep commented Jun 30, 2014

I don't know what's going on then. :-(

One thing you could try is:

html_theme_options['cssfiles'] = ['_static/better.css']

to explicitly get it in the list of files. Also, check your build directory to make sure the CSS file is actually in there somewhere.

@irskep
Copy link
Owner

irskep commented Jul 7, 2014

Did that help?

@lsaffre
Copy link
Author

lsaffre commented Jul 7, 2014

No. I tried some hours that day. I think it has to do with the fact that I have my own layout.html. But don't worry. I don't have enough time to continue on this right now. I also discovered ablog and alabaster meanwhile, which seem to be another good solution.

@irskep irskep closed this as completed May 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants