-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use classless semantic HTML in the "simple" theme #3233
Comments
I get the other two but "comments"? Unused in rendering, yes, but they are not useless. Especially for a theme that's supposed to be a starter template for people to write their own. |
I provided the working PR #3234 (yet not tests complete) |
I tried the "simple" theme combined with some classless CSS frameworks found in this list: "Awesome Classless CSS" Below are some screenshots of the various versions of my website using the updated "simple" theme, simply by providing a different URL in the STYLESHEET_URL = "https://cdn.simplecss.org/simple.min.css" |
HolidaySTYLESHEET_URL = "https://cdn.jsdelivr.net/npm/[email protected]"
|
MissingSTYLESHEET_URL = "https://unpkg.com/[email protected]"
|
SpCSSSTYLESHEET_URL = "https://cdn.jsdelivr.net/npm/[email protected]"
|
Tufte CSSSTYLESHEET_URL = "https://unpkg.com/[email protected]/tufte.min.css"
|
Feature Request
Premise
Currently, in the "simple" theme there is no style sheet and it uses semantic HTML almost entirely, but not completely yet.
Proposal
I propose to remove any class references from the HTML code, which are not used anyway, and make the HTML code entirely semantic.
Feature
The text was updated successfully, but these errors were encountered: