Great tutorial! This is a great alternative to static generators like Hugo.
@soullighter4 жыл бұрын
Hey Andre, thank you for this intro. Can you do some more staff with Jigsaw? There is lack of video tutorials on KZbin, to be honest there is just few videos about this.
@SimonDaviesOfCourse4 жыл бұрын
Great introduction for me into Jigsaw, a little dated but to of search :-) and love your videos 👍
@benedictephantus10065 жыл бұрын
Hi Andre, great stuff. I have been trying to figure how to create a whatapp web like UI using Laravel and Vue.js implementing QRCode. Which is the best vue.js dependecy to use?And if u get a solution, kindly consider making a video on the same. Regards.
@Romanslost5 жыл бұрын
Definitely subscribing after this, thanks for sharing.
@drehimself5 жыл бұрын
Thanks for watching!
@jessekanner7071 Жыл бұрын
Letting go of Sculpin for Jigsaw. Is this the right thing to do?
@Mstbn5 жыл бұрын
Always with usefull tools. Thx!
@drehimself5 жыл бұрын
Thanks for watching!
@devtube7345 жыл бұрын
Andre Madarang brother, I want to keep file name with date like 2018-02-16-first-post.md. in my config file, url path is `'path' => 'blog/{filename}',` How to exclude date from path while building. I want to add date before file name otherwise its hard to maintain. Thanks for you nice tutorial.
@drehimself5 жыл бұрын
That's a good question, I'm not sure haha. Hope you figured it out!
@soullighter4 жыл бұрын
@@drehimself instead of 'blog/{filename}' you can write an function, parse {filename} and return url that you want.
@ahmadhassan8075 жыл бұрын
You rock man
@drehimself5 жыл бұрын
Thanks for watching!
@vaibhavkumarpatel68635 жыл бұрын
Static site generater means. Explain please...
@davidcarr64985 жыл бұрын
its all hard coded not database driven
@rebeka12121005 жыл бұрын
check out this video : kzbin.info/www/bejne/foHGZX2gd9ueqLc
@drehimself5 жыл бұрын
As others have said, full on HTML is generated beforehand, and then served on a server. Pros include easier/cheaper to host, better security, much faster.
@rebeka12121005 жыл бұрын
Sublime Text, the forgotten code editor these days... 。・゚゚・(>д
@bibibobs5 жыл бұрын
You are wrong
@drehimself5 жыл бұрын
Lol, I still use sublime! Jigsaw can deal with AJAX request BEFORE building the site. It won't be dynamic once it's built.
@rebeka12121005 жыл бұрын
@@drehimself Got it, unfortunately looks like statically generated pages can't deal with somethings like comments and forms ... Unless some third party tools handles them