sbt-microsites icon indicating copy to clipboard operation
sbt-microsites copied to clipboard

An sbt plugin to create awesome microsites for your project

Results 27 sbt-microsites issues
Sort by recently updated
recently updated
newest added

I'm getting an exception when running `makeMicrosite`, not sure if it matters or not... ``` root(main)> site/makeMicrosite Copying resources from sbt-microsite JAR java.nio.file.DirectoryNotEmptyException: .../site/target/scala-2.13/resource_managed/main/jekyll/_sass at java.base/sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:247) at java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110) at java.base/java.nio.file.Files.deleteIfExists(Files.java:1180)...

This is a partial fix for #488 It bubbles up another error: ``` WARNING: All illegal access operations will be denied in a future release [error] java.lang.IllegalArgumentException: requirement failed [error]...

There are some useful Jekyll plugins that sometimes require modifying the contents of your layout. For example, https://github.com/toshimaru/jekyll-toc requires modifying the `{{ content }}` section to include the table of...

enhancement

This is for `addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7")`. I've currently got this style of publishing working for scala-rl's master branch: https://github.com/sritchie/scala-rl/tree/master the problem is that the final stage of pushing...

Currently the docs mention Travis support, but the latest fanciness is publishing from GitHub Actions. There are quite a few projects that do this (including this very repo) and doing...

documentation

RE: #541 The search bar breaks nav bars on smaller layouts like phone screens. It would be amazing if it could work something like a button that enabled a search...

enhancement

``` [debug] C:\Users\eric\Documents\GitHub\scala-typesafeequals\core\src\main\scala\typesafeequals\package.scala [info] Main Scala API documentation successful. [debug] Checking for meta build source updates [error] java.lang.IllegalArgumentException: character to be escaped is missing [error] at java.base/java.util.regex.Matcher.appendExpandedReplacement(Matcher.java:1020) [error] at java.base/java.util.regex.Matcher.appendReplacement(Matcher.java:998)...

When I try to import an sbt project with sbt-microsites plugin, I get the following error: ``` Error while importing sbt project: List(;reload; set _root_.org.jetbrains.sbt.StructureKeys.sbtStructureOptions in Global := "download resolveClassifiers...

There is a lot manual file I/O which was ported over from org-policies in #465 . It seems very likely that there exists a library which could handle a lot...

Currently, if you have extra markdown files in your site, and use `mdoc` as the typechecking tool, while these files will be built as part of the site, the code...