From 85f2c8d0d69ac0195bf6a20e396077dee0e9aefa Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 19 Jan 2024 13:19:41 -0500 Subject: Initial commit for new cgit platform --- _output/index.html | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 _output/index.html (limited to '_output/index.html') diff --git a/_output/index.html b/_output/index.html new file mode 100644 index 0000000..ce823c6 --- /dev/null +++ b/_output/index.html @@ -0,0 +1,178 @@ + + + + + + + pblog + + + + + + + + +
+
+

pblog

+
+

Peanut butter sandwich

+

Pandoc static blog generator

+

pblog comes packed with an incredible list of features:

+ +

and it also doesn’t ship with a lot of other features:

+ +

But you can add these things yourself with a little know-how and patience! The goal of pblog is to remain as bare-bones as possible, so these “extras” are left out intentionally.

+

Live Demo

+

This very website is a live demo! Mind blowing, right? Take a look at the automated blog list to see some blog posts.

+

Requirements

+

On MacOS / BSD Systems

+ +

On Linux

+ +

Getting Started

+
    +
  1. Clone the project repo: https://git.sr.ht/~bt/pblog
  2. +
  3. Edit the variables at the top of the pblog.sh file
  4. +
  5. !! Pay close attention to the OS variable to set your correct operating system !!
  6. +
  7. Edit the posts in posts and pages in pages to your own
  8. +
  9. Run make from the root directory
  10. +
  11. Upload the contents of the _output folder to your server
  12. +
  13. Profit!!!
  14. +
+

For a more in-depth look, take a look at the article Introducing pblog

+

Base Settings

+

Table of Contents

+

By default pblog ships with TOC (Table of Contents) enabled. You can disable this on each individual page or post by editing the TOCvariable in pblog.sh to false:

+
TOC: false
+

Code Highlighting

+

pblog uses the standard syntax highlighting provided with Pandoc. To disable this, set the SYNTAX variable to false in pblog.sh:

+
SYNTAX: false
+

Extras

+ +

You can share your pblog websites by emailing me at the address listed below and I’ll add them here.

+

brad at bt {dot} ht

+

Websites Using pblog

+ +
+ + + + + -- cgit v1.2.3-54-g00ecf