Tucker McKnight <tmcknight@instructure.com> | Tue Aug 11 2026
change name in README
0 1 2 3 4
# What Is This?
Eleventy Repo Viewer is a plugin for [Eleventy](https://11ty.dev) that creates
plain, static HTML pages for displaying a git repository. You can read code,
browse commits, and clone the repository purely from plain old files on
a web server. It's sort of like a read-only version of GitHub, and requires no logic0 1 2 3 4
# What Is This?
Git Static Site UI is a plugin for [Build Awesome](https://11ty.dev) that creates
plain, static HTML pages for displaying a git repository. You can read code,
browse commits, and clone the repository purely from plain old files on
a web server. It's sort of like a read-only version of GitHub, and requires no logic10 11 12 13 14 15 16
## Prerequisites
1. git, which you probably already have
2. An 11ty website set up. You'll need to make a couple of additions
to your eleventy config file.
## Installation & Setup
10 11 12 13 14 15 16
## Prerequisites
1. git, which you probably already have
2. A Build Awesome-generated website set up. You'll need to make a couple of additions
to your config file.
## Installation & Setup