Skip to content

new Publican SSG #1024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions src/site/generators/publican.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Publican
repo: craigbuckler/publican
homepage: https://publican.dev/
language:
- JavaScript
license:
- MIT
templates:
- HTML
- JavaScript
description: A simple HTML-first static site generator for Node.js
startertemplaterepo: https://github.com/craigbuckler/publican.theme.basic
---

A minimal Node.js (ES modules) static site generator for HTML-first server-rendered pages.

## Key features

* lightweight with simple JavaScript configuration
* no templating syntax to learn: use HTML with JavaScript `${ "template literals" }`
* process any content: markdown, HTML, CSS, JavaScript, TXT, SVG, RSS, XML, etc.
* clean URL routing
* automated navigation, pagination, directory, and tag index pages
* built-in syntax highlighting
* virtual content and templates
* extendable function hooks
* use whatever client-side frameworks you like
* fast site build and file watch rebuild
* optional [StaticSearch search engine](https://publican.dev/tools/staticsearch/) and [hot-reload development server](https://publican.dev/tools/livelocalhost/)
* [full documentation](https://publican.dev/docs/quickstart/concepts/) and [starter themes](https://publican.dev/themes/)