I just started working with Jekyll. As a third-party developer, I have to create many static pages for web applications before they begin development.
I am trying to run jekyll generated files inside a folder _sitewithout a server, as once as part of my workflow, I have to send simple static HTML files to another development team or show to clients during the presentation (sometimes like zip, so I can’t hard-code any or a specific path in the configuration file).
I cannot run jekyll files from a local folder, for example file:///C:/Users/, since all links and assets work only on the jekyll server.
Is there a way this can be achieved.
thank
source
share