static
static copied to clipboard
⚡️ The ultimate static site generator. Tailor-made for killer blogs, sizzling SaaS landings, audacious personal sites, and every web fantasy you dare to dream up.
First off, thank you for creating such an innovative project; the concept is fantastic! I've run into an issue while trying to initialize a new website, and I was hoping...
Hey, and thanks for this static generator. I tried it yesterday and found a few annoying things that does not look quite right: - using self closing tag for include...
When developing locally, in main.css ```css @layer components { .button { @apply text-neutral-200 hover:bg-white/5 border-white/20 hover:text-white; } } ``` The style is not applied, but after built, the style is...
I can't have Static's generated things as a project on github. It's build command to link files together is not working...
Hi! I was wondering whether it was possible to reverse the order of a collection? I'm trying to show blog posts from latest to oldest but for some reason I'm...
Use type="text/tailwindcss" to add custom CSS that supports all of Tailwind's CSS features. https://tailwindcss.com/docs/installation/play-cdn This allow the use of @apply (and other custom tailwind functions) for main.css when within dev...
Editing /assets/css/main.css. Trying to add custom styles after /* Add Your Custom CSS Here */ comment line. Server is running, yet editing main.css file doesn't trigger a live-reload. Editing any...
Hi, I have added pagination functionality, as shown in the image.  Using the Aira template as an example, when adding pagination to the list on the `/post` page of...
Node.js v20.16.0 npm v10.8.1 When I tried to create a new project using: `static new blog --aria` The error log shows: ``` D:\workspace\js>static new blog --aria New setup initialized Downloading...
I want to know the version of Node.js I am using. Currently, I am using version 20, but there are some errors.