Replies: 6 comments 23 replies
-
The clean blog theme has some basic instructions in its Readme |
Beta Was this translation helpful? Give feedback.
-
Glad i saw this as i missed that CleanBlog had been created with migration instructions, I had started to migrate to Statiq a few months ago but didn't quite get there. |
Beta Was this translation helpful? Give feedback.
-
Okay, I was not able to find any solution to the issue of post-processed node_modules folder, except maybe not using Statiq.Web bootstrapper at all, and adding pipelines manually. |
Beta Was this translation helpful? Give feedback.
-
Question of the day ;-) This code does not minify anything (but it should?)
|
Beta Was this translation helpful? Give feedback.
-
New question
|
Beta Was this translation helpful? Give feedback.
-
Okay, I failed to migrate, so I've decided to spend more time understanding stuff. Hopefully, it'll become easier with time. Some questions
I mean this:
At this point, I am not sure web bootstrapper is such a good idea, b/c is complicates understanding of the framework. Maybe, initial command that generates default pipelines that can be studied would be better. |
Beta Was this translation helpful? Give feedback.
-
Are there migration path from Wyam? I'm looking at Statiq docs, and this seems very hard. I'm just trying to add some resources (node_modules) folder like this:
.AddPipeline("Yarn",new CopyFiles("node_modules/**"))
I get some incomprehensible errors, possibly b/c Statiq tries to process files inside this folder using additional pipelines?
I need to exclude this folder from processing but I just can't find it in docs.
Beta Was this translation helpful? Give feedback.
All reactions