powerful multi-site static site generator written in bash, using pandoc templates to produce HTML websites from markdown files. it's the same one that generates pages on libreboot.org and fedfree.org, originally written specifically for the libreboot site
 
 
Go to file
Leah Rowe 06ac864b9a italian language file
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 05:52:38 +01:00
lang italian language file 2023-09-15 05:52:38 +01:00
www-example/bunnies add authors file 2021-11-05 17:58:11 +00:00
.gitignore add tmp to gitignore 2023-08-05 13:21:36 +01:00
COPYING untitled static site generator 2021-05-18 09:40:59 +01:00
README.md nuke most of the README. I'm now setting up untitled.vimuser.org 2021-05-20 18:47:10 +01:00
build simplify symlink check in buildsite 2023-08-05 15:11:47 +01:00
clean speed optimization: use dates instead of checksums, to detect site changes 2021-12-07 06:03:16 +00:00
title.example allow use of normal titles in files started with # 2021-05-22 23:36:16 +01:00

README.md

Untitled static site generator

Multi-site static site generator! Written in Bash, uses Pandoc to convert Markdown files into HTML pages.

Introduction

You can download the latest version of Untitled here:
https://untitled.vimuser.org/

For documentation, please also refer to the above website URL. This README is merely an introductory text, based on the homepage of the above website.

Untitled is a static site generator. It is written in Bash, and it runs pandoc to generate HTML pages. It is a multi-site static site generator. It is intended for simple websites, particularly Free Software projects that want a full website but don't want to bother with more complicated web based publishing systems, or who don't want to mess around with HTML.

You write pages in Markdown, as md files. The variant of markdown is the Pandoc variant, which you can read about here:
https://pandoc.org/MANUAL.html

Pandoc can convert between many formats, but Untitled only supports converting from Markdown into HTML. It is written precisely and exclusively with the goal of making it easier for Free Software projects to create their own websites. This is to fight against the trend of crappy github-powered websites that plague the internet. It is highly desirable to see a return to the days where software projects have websites!

History

This software is very new, so expect some rough edges, and funky looking websites! Here are some websites that already are built using untitled:

Actually, it's not new at all. This static site generator was originally written for the Libreboot project website in 2017, but it was much simpler and even more broken than the version you're now reading about. That (very simple) generator was forked many times, across different websites, with different features added.

The untitled static site generator was created to combine the features of all the forks. Untitled static site generator was created by Leah Rowe, who also leads the Libreboot project. Untitled is heavily based on the original static site generator written by Alyssa Rosenzweig for the Libreboot website.

Untitled is Free Software. See the COPYING file included with the untitled static site generator. Learn more about Free Software:
https://www.gnu.org/philosophy/free-sw.html (basically, it means that you have control over your own copy, to do whatever you want with, and you could even fork it to make your own version if you wished)


This README file is released under the terms of the GNU Free Documentation License, version 1.3, as published by the Free Software Foundation with no Invariant sections, no Back Cover texts and no Front Cover texts. You can find this license here: https://www.gnu.org/licenses/fdl-1.3.en.html