-
Notifications
You must be signed in to change notification settings - Fork 86
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
Replace deprecated compass #35
Comments
Honestly, I'm not really worried about fixing this deprecation because I think we really need to rethink this whole repository. If we want to keep building on Foundation, we need to upgrade to Foundation 6, which uses a completely different toolchain. |
I don’t think that Foundation is a good choice for this, it’s quite heavy for designing purely content pages. It’d be IMHO better to write it from scratch and use just some simple styles suite for good typography. But I agree with rethinking this repository; rewriting it completely to be more specific. I’ve used it as a base for https://github.com/bigclownlabs/bc-doc, but I’m really not happy with sass/components/_asciidoc.scss, it’s hackish and badly parametrized. However, still better than starting with nothing. :) We should also change (modernize and simplify) HTML structure, but that’s a different story. |
I was going to say that next. I tend to agree. Understand that I created this repository this way to get something off the ground. Back then, we had no stylesheet and didn't understand its importance. Now we have a new perspective and need to rethink this whole thing. This will be something I'll be looking at for the project in 2017 for sure. |
That's one of the top items on the roadmap for 2017. We'll have an "html5 semantic" converter that will eventually become the default. In a way, we've already done a lot of the thinking for it in the EPUB3 and Bespoke converters. We're discussing that in asciidoctor/asciidoctor#242. I don't really want to create a new stylesheet until we get that settled first. |
I’ve started with that in https://github.com/jirutka/asciidoctor-html5, but never finished it. :/ IIRC the converter templates are almost done, but styles are not (so I don’t know if the structure is good for styling). |
Actually, this is the original reason why I started asciidoctor-doctest. 😸 I need to find some time to finish this effort. |
What is the current status on this? I have tried to run this project. We had/have trouble with the Also the different It seems that people are moving from Is this also something this project would like to do? The move to semantic HTML5 seems interesting and https://github.com/jirutka/asciidoctor-html5 seems to be maintained. But is this the future? What is the recommended way for custom styles for Asciidoctor in 2019. Thank you in advance for your highlights. |
I'll be perfectly honest. This project is for me to make the default stylesheet. There are better ways to make stylesheets for Asciidoctor (such as from scratch) and it's unlikely I'm going to work on this project anymore than I have to. |
For a bunch of skins, see https://github.com/darshandsoni/asciidoctor-skins. |
As part of working on asciidoctor/asciidoctor#242, we'll add a modern way to make stylesheets that targets that output. I'm just too busy to fix this repository and it's too outdated to make it worth it anyway. Better to start over. |
Again, that's only for the default stylesheet. You should not otherwise be using that. |
Btw, I don't mean to sound short. I'm just way too busy right now and I have to cut back on the amount of things I'm worrying about. I think all mentions of this repository should be taken out of the documentation. It's being sunsetted. We will have something better, but I'm not ready to start on it yet until I deal with other concerns first. |
Your feedback is already great! Thank you for the update. Nobody is blaming you or asciidoctor. |
Thanks Jérémie!
I'll make sure to post a notice in the README with some pointers as to
where else to look. Thanks for your patience!
|
From https://github.com/Compass/compass:
The text was updated successfully, but these errors were encountered: