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

Styles #53

Open
curtisblackwell opened this issue Feb 3, 2016 · 2 comments
Open

Styles #53

curtisblackwell opened this issue Feb 3, 2016 · 2 comments

Comments

@curtisblackwell
Copy link

Are you planning to include any of the themes' styles? Maybe that's something users can automatically add themselves and I'm just unaware?

Loving this package, thanks for writing it!

@arypbatista
Copy link

arypbatista commented Feb 13, 2019

Anyone know if there is a way to customize styling? Or modify the command line used to compile?

@trishantpahwa
Copy link

trishantpahwa commented May 30, 2019

Styling might be useful.
This was on line 35:

exec "aglio -i #{tempFile} -t #{template} -n #{includePath} -o -", {env, options}, (err, stdout, stderr) =>

I tried this in the repo I cloned:

exec "aglio -i #{tempFile} --theme-variable slate --theme-template triple -o -", {env, options}, (err, stdout, stderr) =>

This was on line 36. I tried this to allow it to parse the document and convert it to html. Though the issue arises when I tried to add theme-variable and theme-template, but it gives an error that a promise is not resolved, and that a variable document is not found. According to me, the error is due to the resolveImagePaths function is not able to properly parse the the pipelined stdoutput.

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

3 participants