tattoovur.blogg.se

Gem install jekyll on windows
Gem install jekyll on windows







gem install jekyll on windows

jekyll serve (to run an http server on your local environment).jekyll build (to process the folder structure, and generate an html site).jekyll new my-blog (to create a new folder structure).In order to process that folder, you need to have the jekyll executable and all of its dependencies. The folder is typically stored in version control, and a build pipeline takes care of processing that folder and publishing a new site. It processes a folder containing different items like posts, drafts, layouts and converts it into a fully fledged static html site that you can publish. Jekyll is a static site generator, typically used for blogs.

gem install jekyll on windows

If you’re not familiar with these tools (ruby, gem, bundle, ….) then getting up and running can be time consuming and cumbersome.ĭepending on your OS, you might already have an existing version of Ruby, and you might need to upgrade or install other packages, potentially risking the sanity of other applications depending on those runtimes.Įnter Docker, the container technology that can help us encapsulate the jekyll specifics and its dependencies by keeping them contained. Jekyll is a blog-aware, static site generator in Ruby and in order to install it you need to ensure that you have the Jekyll is a great platform for publishing content, but it can be quite difficult to get up and running on a local environment due to its dependencies.









Gem install jekyll on windows