Skip to content
#

ssg

Here are 18,928 public repositories matching this topic...

next.js
smeubank
smeubank commented Jun 21, 2022

Describe the feature you'd like to request

Want to be able to create NextJs v12.x application, instrumented with sentry-javascript v7.x on Vercel. With all the new features of both respectively. Including new features and fixes, listed in both release notes respectively.

Describe the solution you'd like

The with-sentry example application should be default latest version of NextJs

good first issue area: examples
stencil
lacikawiz
lacikawiz commented Oct 28, 2020

Hi!

I just discovered your project and I'm very excited about it. It looks like you read my mind about a project that would use Go and Svelte to make static websites as single page apps. I'm a big fan of both Go and Svelte and use them every single day on my projects. So I'll probably get involved in this project, I see very great potential in it.

Anyways, here's my first contribution. I fou

bug good first issue
arctic-hen7
arctic-hen7 commented Oct 30, 2021

Is your feature request related to a problem? Please describe.
Right now, the website has comparisons between Perseus and only two other frameworks: Gatsby and NextJS. This is very much sub-optimal, and as many comparisons as possible should be included.

Describe the solution you'd like
More comparisons should be added, here are some (this list will be extended):

  • Yew
  • S
C-docs good first issue D-easy P-high
zine
Folyd
Folyd commented May 25, 2022

To support co-authors, we simply need to change the author field to support both single plain string and string array.

[[article]]
# single author
author = "author1"
[[article]]
# multiple co-authors
author = ["author1", "author2"]

This needs custom deserialization for the author field. Similar to this: https://serde.rs/string-or-struct.html

enhancement good first issue level-easy

Improve this page

Add a description, image, and links to the ssg 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 ssg topic, visit your repo's landing page and select "manage topics."

Learn more