Skip to content

Convert website to Jekyll #5

Description

@IQAndreas

Jekyll is basically a fancy templating engine, so rather than have the full HTML "header and footer" in every single file, all you need is to specify which layout you are using in the YAML header, and the body of the page.

Here is an example of a website I converted for my parents' business (disclaimer, I did not create that website, I simply converted it to Jekyll):

Jekyll is fully supported by GitHub; all you need to do is upload the project, and GitHub will "compile it" to static HTML automatically.

The only problem with Jekyll is when previewing the site locally, you need to run jekyll serve, you can't just open the in-progress HTML file in your browser. However, I find you quickly get used to this, and being able to change the template in one place and see the changes update across all pages more than makes up for not being able to "preview" the HTML as easily.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions