Table of Contents

1. Introduction 2. Concept Overview 3. About Sites115 4. Sites115 Demo 5. Notes

About Sites115

Sites115 comes with a build tool and a library in Golang.

Sites115 Build Tool

Sites115 build tool can be installed from snapcraft with sudo snap install sites115 . It is a terminal program.

It expects a folder of markdown files and would return two archives. One of the markdown files and the other of the indexes.

Sites115 Golang Library

The Golang library provides some functions for interacting with the two archives. It’s documentation can be found in pkg.go.dev

It provides functions for getting your markdown and searching.

Its import path is github.com/bankole7782/sites115

< Previous Next >