networkupstools / nut-website

Network UPS Tools website and protocol library
6 stars 14 forks source link

Apply the asciidoc + bootstrap approach used with 42ity.org #30

Open jimklimov opened 1 year ago

jimklimov commented 1 year ago

Reminder from @aquette : improvement over the 1rst gen website generator (as currently used with networkupstools.org)

For asciidoc + bootstrap, it mainly relies on the J's/ subdir plus this asciidoc conf for bootstrap: https://github.com/42ity/42ity-org-website/blob/master/bootstrap.conf

And a bit of salt in the Makefile too.

As per http://laurent-laville.org/asciidoc/bootstrap/, the version in 42ity is the latest (2015 😕). So no need to update the integration

UPDATE: Some more links for reference:

aquette commented 1 year ago

see #31

jimklimov commented 3 months ago

Code samples in bootstrap rendering look odd, like doubly-quoted replies (with the left bar).

Actually, the "NOTE" sections also have that bar (but this could at least be hand-waved away as separating the "note" icon from its block of text).

image

@aquette : any ideas if this is about something in CSS invovled?