Jekyll

Jekyll is a static site generator. A static site generator is a framework that allows the creation of static html pages without having to manually code them. For example, if you want your website to have a header image on every page if you were to write that in HTML you would have to add the code for the header in every page. static site generators allows you to write the code for the header image in one file and define how the page looks by layouts.

Jekyll Themes + Plugins

Themes

Jekyll also provides a number of open source themes which provide a framework for a website that allows you to add your own data to a pre-exising framework without having to do a bunch of coding. "Honoring the Fallen: An Interactive Memorial Map" use a theme called Flaneur.

Plugins

Jekyll also provides a way to create your own plugins or use existing plugins. They allow you create custom code for your site without having to modify the Jekyll source code. Plugins include those that provide search, pagination, and CMS graphical interface.

GitHub pages

GitHub pages is a static site hosting that will host any static file. We have gone over how to enable a GitHub pages site. If you use any static site generator other than Jekyll you will have to run the command for building the static site either in your command line or using GitHub actions. GitHub actions are basically virtual environments that allow you install dependencies, run any command line arguments and write to your GitHub repository. Using a GitHub actions was how we were able autogenerate a manifest.

Other Static Site generators

  • Hugo - Main selling point is build speed
  • Astro.js - Allows integration of other frameworks including React, Vue.js, etc.
Last modified by dnoneill 2024-05-30 16:14:00
Created by dnoneill 2024-05-30 15:56:29

results matching ""

    No results matching ""