Skip to content
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

Run loconotion times out #16

Open
linkcell opened this issue Sep 14, 2023 · 1 comment
Open

Run loconotion times out #16

linkcell opened this issue Sep 14, 2023 · 1 comment

Comments

@linkcell
Copy link

[01:07:45] CRITICAL Timeout waiting for page content to load, or no content found. Are you sure the page is set to public?

any ideas?

@Fabulani
Copy link

I had this problem after adding extra configurations to site.toml. My fix was reverting them. Only changing theme to dark mode worked so far.

FYI I tried the following:

## Global Site Settings ##
# this [site] table defines override settings for the whole site
# later on we will see how to define settings for a single page
[site]
  ## Custom Meta Tags ##
  # defined as an array of tables (double square brackets)
  # each key in the table maps to an atttribute in the tag
  # the following adds the tag <meta name="title" content="Loconotion Test Site"/>
  [[site.meta]]
  name = "title"
  content = "Fabiano J. M. Manschein"
  [[site.meta]]
  name = "description"
  content = "Fabiano's personal website"
  ## Custom Element Injection ##
  # defined as an array of tables [[site.inject]], followed by 'head' or 'body' to set
  # the injection point, followed by name of the tag to inject
  # each key in the table maps to an atttribute in the tag
  # e.g. the following injects this tag in the <head>:
  #   <link href="favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
  [[site.inject.head.link]]
  rel="icon"
  sizes="64x64 32x32 24x24 16x16"
  type="image/x-icon"
  href="/favicon.ico"

I assume I made a mistake with the favicon configuration, causing the same error as yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants