Skip to content

Commit

Permalink
Removing CDN assets from theme. (#86)
Browse files Browse the repository at this point in the history
* Removing CDN assets from theme.

* Adding configurable hostname.
  • Loading branch information
samueleresca authored Dec 24, 2023
1 parent 1bc182b commit 9676045
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 688 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ object PekkoParadoxPlugin extends AutoPlugin {

def pekkoParadoxGlobalSettings: Seq[Setting[_]] = Seq(
paradoxTheme := Some("org.apache.pekko" % "pekko-theme-paradox" % version),
// Target hostname for static assets (CSS, JS, Icons, Font)
paradoxProperties ++= Map("assets.hostname" -> "https://pekko.apache.org/"),
paradoxNavigationIncludeHeaders := true,
pekkoParadoxCopyright in Global :=
"""Copyright © 2011-2022 <a href="https://www.lightbend.com/">Lightbend, Inc</a>.
Expand Down
155 changes: 0 additions & 155 deletions theme/src/main/assets/assets/images/apache-incubator.svg

This file was deleted.

Binary file not shown.
Binary file removed theme/src/main/assets/assets/images/pekko_logo.png
Binary file not shown.
171 changes: 0 additions & 171 deletions theme/src/main/assets/assets/javascripts/groups.js

This file was deleted.

Loading

0 comments on commit 9676045

Please sign in to comment.