Skip to content
#

site

Here are 997 public repositories matching this topic...

milessabin
milessabin commented Dec 11, 2019

I have a simple docs module,

lazy val docs = project
  .in(file("docs"))
  .enablePlugins(ParadoxSitePlugin)
  .settings(
    paradoxTheme         := Some(builtinParadoxTheme("generic")),
    previewLaunchBrowser := false
  )

From the root project docs / makeSite and docs / previewSite work as expected. However at the root, docs / previewAuto results in an NPE,

``

flyingff
flyingff commented Nov 19, 2019

here is my HTML code:

<link rel="icon" media="screen" href="A" type="image/png" />
<link rel="icon" media="(prefers-color-scheme:dark)" href="B" type="image/png" />
<link rel="icon" media="(prefers-color-scheme:light)" href="C" type="image/png" />

The first link is used as a fallback for those browser doesn't support prefers-color-scheme.

(Tested with Chrome)
When URL A point

peterboorsma
peterboorsma commented Apr 14, 2020

The standard upload path for images in records is /files so it seems. That is different from Bolt 3 where files are automagically uploaded to YYYY-MM folders.

I can't find documentation about the upload options in Bolt 4. What are the options for "upload"?

        image:
            type: image
            group: media
            upload: entries

PS
I'd like to be able to

Improve this page

Add a description, image, and links to the site topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the site topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.