-
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
Install-instructions requires too much prior knowledge #50
Comments
Well, I just realized that this project is actually only alive in order to make a basic css-skin. What is the recommended way of adapting stylesheets to particular needs now, should I just go with pure CSS that I load on top of the skin I wish to use? Also I realised that the install instructions presupposes that I've cloned the git-repo first. I couldn't clone it, the git is no longer there, but I downloaded the zip-file instead. Now I get this:
|
I strongly recommend pure CSS, and likely the successor to this project will do the same. After years of experience with using a CSS framework for this purpose, I find it more trouble than its worth. We would have been better off with plain CSS files with perhaps a basic postprocessor like autoprefixer for handling browser incompatibilities. When I have a chance, I plan to document the CSS "API" that an AsciiDoc processor depends on. In other words, what are the utility styles that every stylesheet must implement. It would include things like table borders and stripes. If you want to just start by existing the default stylesheet, you can import it from a CDN and layer styles over it. That's what https://github.com/darshandsoni/asciidoctor-skins does. |
Thnx Mojavelinux - both for the answer and for your hard work. I use Asciidoctor mainly for documents and not documentation, and I'm pretty happy with it :) I'm currently doing a "mindmap to asciidoctor" script, and it's a quite cool functionality to have. You can have a peak if you want to: https://www.youtube.com/watch?v=6lz6tMccveM&feature=youtu.be (I know that this is an issue-tracker and not a forum, just delete this message if you feel it doesn't belong here) |
Hi!
I've never done anything with ruby before, so I don't know the all the "isms".
I think I managed to suss out, what it was I was supposed to have installed, but several of the commands in the install-instructions makes no sense to me. Ie. How can I just execute "bundle" and then expect it to know what I mean? Well, it turns out that it does not.
could not locate Gemfile
An instruction like this: "To setup the project, make sure you have Ruby, RubyGems and, optionally Node and Bundler. Next, run Bundler to install the required gems:" is just plain confusing - ok, an optional prerequisite?!
Using the alternate commands works a little better, but ... the whole thing ends with: run
./build-stylesheet.sh
- Well, as far as I can tell, I've managed to install everything (even Bundle), but for the life of me: There is nobuild-stylesheet.sh
file on my harddisk at all, and how did the author know what my current pwd would be?Are the another set of instructions somewhere?
The text was updated successfully, but these errors were encountered: