Replies: 2 comments 5 replies
-
When using CleanBlog all
Nope, not at all. No attribution is necessary.
There's a few ways to handle Netlify deployments. If building inside Netlify CI, I think it'll pick up on certain patterns (I've never done it, but I know others have been successful). You can also easily deploy to Netlify from any CI server or even locally using Statiq directly with the
Statiq will combine the settings in your config files with all the currently defined environment variables. In GitHub Actions, you can define additional secrets and those will be injected into your CI process as environment variables: https://docs.github.com/en/actions/reference/encrypted-secrets
In CleanBlog, posts can be placed in the Please don't hesitate to ask if any of this isn't totally clear or you have additional questions! |
Beta Was this translation helpful? Give feedback.
-
That is, the console output from And here's the content of my output folder after the |
Beta Was this translation helpful? Give feedback.
-
Hello, just getting started with Statiq, what is really cool.
I'm just using CleanBlog (https://github.com/statiqdev/CleanBlog) as a theme, but when I want to test it
dotnet run -- preview
, it doesn't load.cshtml files in output folder ?Where are the imports for razor pages?
Do I have to write the Statiq credit on my footer page ?
How to deploy in Netlify ? If I'm .gitignoring the app config file, how GitHub will know my API key to deploy it on Netlify?
How to create articles and rendering theme ?
Thanks in advance.
Alexis
Beta Was this translation helpful? Give feedback.
All reactions