-
Notifications
You must be signed in to change notification settings - Fork 484
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
Implement a new HTML front end with Bulma #1043
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1231b58
Add Sass dependencies
mortenpi e1140b6
Add Documenter SCSS
mortenpi 2de5838
Remove old assets
mortenpi 8e4b745
Update JS assets
mortenpi a85e551
Add compiled theme CSS
mortenpi c01cd0c
Add docs for assets/html
mortenpi a68e0fd
Add tests checking if themes are up-to-date
mortenpi 6053497
Commit HTMLWriter changes
mortenpi 68c0e66
Commit documetation changes
mortenpi ce3f27f
Add test/themes manifest
mortenpi c5485e8
Increase light theme font contrast
mortenpi a6707d0
Update font settings
mortenpi 79a669b
Clean _admonitions.scss
mortenpi 754c362
Darken link, code colors a bit
mortenpi d24ba42
Desaturate link slightly
mortenpi 34dc78f
Add styling for compat admonitions
mortenpi 77350bd
Compad admonitions -- turquise/teal, bring back icons for admonitions
mortenpi 9a1c9dc
Dark shadow, sidebar-main gap
mortenpi 4bb7080
Remove console.log from documenter.js
mortenpi 0929c6a
Add examples of lists to showcase.md
mortenpi fa50f75
Update colophon wording
mortenpi c6e1a19
Add Julia version to colophon
mortenpi fd79d36
Use circle, not hash. Cleanup
mortenpi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Non-Julia Assets for `HTMLWriter` | ||
|
||
Themes / CSS: | ||
|
||
* `scss/`: contains the SCSS and Sass files | ||
* `scss/bulma/`: Sass sources of the [Bulma CSS framework](https://bulma.io/), v0.7.5 | ||
(MIT license, [GitHub](https://github.com/jgthms/bulma)) | ||
* `darkly/`: [Darkly Bulmaswatch theme](https://jenil.github.io/bulmaswatch/darkly/) (MIT license, [GitHub](https://github.com/jenil/bulmaswatch/)) | ||
* `documenter/`: Documenter-specific overrides, components etc. | ||
* `documenter.scss` and `darkly.scss`: Documenter default themes | ||
* `themes/`: contains the compiled `.css` files of the default themes |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this not deploy from multiple workers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, build stages by default "inherit the first value of the array that defines a matrix dimension". So in our case
os: linux
andjulia: 1.0
.