Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 807 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 807 Bytes

Gitpress Examples

Each subdirectory here contains an example server project that uses the Gitpress API.

Note that these are examples of advanced uses. Most projects can simply:

$ gitpress serve <content-url> [<theme-url>]

Were you looking for example blogs?

They're in the branches of this repository. Try:

$ git checkout example-blog

Summary

  • Simple: a minimal project that listens for Git pushes and serves them

More Examples

Take a look at the blog server's source code for a working example and the blog repository for the content it presents.