An open API service indexing awesome lists of open source software.

https://github.com/moddedtechnic/documentation_portal

A portal to access static documents from markdown and typst.
https://github.com/moddedtechnic/documentation_portal

documentation hugo static-site typst

Last synced: 3 months ago
JSON representation

A portal to access static documents from markdown and typst.

Awesome Lists containing this project

README

          

# Documentation Portal

A modern portal for legal and administrative documentation.

Managed via git. Built on Hugo and Typst.

**Note**: This portal should not be used for sensitive documentation on the public internet. **NO** authentication is provided.

## Usage

On [GitHub](https://github.com/moddedTechnic/documentation_portal), click the green "Use this template" button to create a new repository based on this one.

Clone your new repository to your local machine.

Install [Hugo](https://gohugo.io/getting-started/installing/).

Add your documentation to the `docs` directory.

Build with `python3 build.py`.

This will build a static site in the `public` directory, which you can serve with any static site server or deploy to a service like Cloudflare Pages.