Skip to content

kaiyuanshe/become-an-open-source-person

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a06133 · Nov 17, 2023
Apr 20, 2023
Feb 6, 2021
Mar 16, 2021
Apr 20, 2023
Nov 17, 2023
Feb 6, 2021
Nov 17, 2023
Apr 20, 2023
Nov 17, 2023
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 27, 2021
Feb 27, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Mar 11, 2021
Feb 6, 2021
Feb 6, 2021
Apr 20, 2023
Apr 20, 2023

Repository files navigation

litestream.io

This repository is the Litestream web site built on Hugo & Doks.

Development

Running the server

To run the site locally, run:

$ npm install
$ npm run start

Documentation

To add a new documentation page, run:

$ hugo new docs/prologue/TITLE/index.md

Blogging

Add a new blog, execute:

$ hugo new blog/TITLE/index.md