Skip to content

Commit

Permalink
Implement a new HTML front end with Bulma (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Aug 12, 2019
1 parent a31eb3b commit d5562a8
Show file tree
Hide file tree
Showing 97 changed files with 22,810 additions and 1,007 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ after_success:

jobs:
include:
- stage: "Themes"
script:
- julia --project=test/themes -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
- julia --project=test/themes test/themes/themes.jl
- stage: "Documentation"
julia: 1.0
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.23.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down
11 changes: 11 additions & 0 deletions assets/html/README.md
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
63 changes: 0 additions & 63 deletions assets/html/arrow.svg

This file was deleted.

Loading

0 comments on commit d5562a8

Please sign in to comment.