-
Notifications
You must be signed in to change notification settings - Fork 3
feat: bootstrap bikeshed #20
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
base: development
Are you sure you want to change the base?
Conversation
6ac6044 to
ceced02
Compare
ceced02 to
ddc5b6f
Compare
|
I'm converting the remaining chapters in this PR to keeps things together. |
|
@luizbonino and @dennisvang, i'm looking for feedback on setup, naming, and what we're missing out on look and feel. |
|
Hi @kburger, looks good already. :) Not done reviewing, but some notes for now:
|
* add .gitignore * add minimal pyproject.toml with bikeshed dev dependency * add uv.lock (showing a preference for using astral-sh/uv to manage python and packages)
|
@dennisvang bikeshed support commonmark, which does not include tables (see speced/bikeshed#2857 and speced/bikeshed#1128). When a markdown table is written once, and read many times I agree, but if a table needs frequent updates the maintenance of a markdown table can be cumbersome. For the conformance section, I think it can be influences by configuration settings. That would be something to investigate. |
Thanks for pointing that out. I was not aware that md tables are not supported.
Yes you're right. |
Added an
index.bsscaffold to demonstrate the use of bikeshed. Locally this can be run using:Note that the output is not on par with the existing
index.html, because bikeshed is opinionated. With some css we can probably get closer, but that is out of scope for this PR.Up for discussion:
.mdfile naming)fixes #19 (?)