all repos — h3rald @ f820ef515232800555cf6d1f3ab215caa9a0ce79

The sources of https://h3rald.com

Added flag for CI badge.
h3rald h3rald@h3rald.com
Wed, 10 Nov 2021 06:32:15 +0000
commit

f820ef515232800555cf6d1f3ab215caa9a0ce79

parent

1123d21334bcf09c76cc35cfbc11e9c487d30905

M contents/fae.mdcontents/fae.md

@@ -8,6 +8,7 @@ summary: "A minuscule utility to find and edit text in files."

content-type: project active: true version: 1.1.0 +ci: true download: "https://github.com/h3rald/fae/releases/download/" -----
M contents/hastyscribe.mdcontents/hastyscribe.md

@@ -4,6 +4,7 @@ content-type: project

github: hastyscribe subtitle: "A self-contained markdown compiler" active: true +ci: true home: /hastyscribe/ docs: /hastyscribe/HastyScribe_UserGuide.htm summary: "A self-contained Markdown compiler that can generate self-contained HTML files, useful for writing essays, reports, meeting notes, etc."
M contents/hastysite.mdcontents/hastysite.md

@@ -4,6 +4,8 @@ github: hastysite

home: /hastysite/ docs: /hastysite/HastySite_UserGuide.htm title: "HastySite" +ci: true +ci: true site: "https://hastysite.h3rald.com" subtitle: "A small but powerful static site generator" summary: "A self-contained static site generator featuring markdown support, mustache templates, and a powerful min-powered rule and script engine."
M contents/litestore.mdcontents/litestore.md

@@ -5,6 +5,7 @@ github: litestore

home: /litestore/ active: true docs: /litestore/LiteStore_UserGuide.htm +ci: true version: 1.11.0 subtitle: "A tiny NoSQL database for rapid prototyping" summary: "A lightweight, self-contained, RESTful, multi-format NoSQL document store server written in Nim and powered by a SQLite backend for storage."
M contents/min.mdcontents/min.md

@@ -8,6 +8,7 @@ subtitle: "A functional, concatenative programming language with a minimalist syntax"

summary: "A functional, concatenative programming language with a minimalist syntax, a small but practical standard library, and an advanced REPL. All packed in a single file." content-type: project active: true +ci: true download: "https://github.com/h3rald/min/releases/download/" version: 0.35.1 docs: /min/Min_DeveloperGuide.htm
M contents/mn.mdcontents/mn.md

@@ -7,6 +7,7 @@ subtitle: "A truly minimal concatenative programming language"

summary: "A tiny, very minimalistic programming language inspired by min." content-type: project active: true +ci: true download: "https://github.com/h3rald/mn/releases/download/" version: 0.2.0 docs: /mn/Mn_DeveloperGuide.htm
M contents/nifty.mdcontents/nifty.md

@@ -7,6 +7,7 @@ title: "nifty"

subtitle: "A decentralized (pseudo) package manager and script runner" summary: "A self-contained command-line program that can be used as a bare bones package manager and as a versatile script runner." content-type: project +ci: true active: true version: 1.2.2 download: "https://github.com/h3rald/nifty/releases/download/"
M contents/nimhttpd.mdcontents/nimhttpd.md

@@ -7,6 +7,7 @@ subtitle: "A tiny static file web server."

summary: "A tiny, self-contained program able to serve files within a directory via HTTP." content-type: project active: true +ci: true version: 1.2.0 download: "https://github.com/h3rald/nimhttpd/releases/download/" -----
M contents/pls.mdcontents/pls.md

@@ -7,6 +7,7 @@ subtitle: "A polite but determined task runner"

summary: "A simple but powerful task runner that lets you define your own commands by editing a YAML configuration file." content-type: project active: true +ci: true download: "https://github.com/h3rald/pls/releases/download/" version: 1.0.0 docs: /pls/Pls_UserGuide.htm
M templates/project.mustachetemplates/project.mustache

@@ -36,7 +36,9 @@ <p class="badges">

<img src="https://img.shields.io/github/release/h3rald/{{github}}/all.svg" style="vertical-align: middle;"/> <img src="https://img.shields.io/github/license/h3rald/{{github}}.svg" style="vertical-align: middle;"/> <img src="https://img.shields.io/github/last-commit/h3rald/{{github}}.svg" style="vertical-align: middle;"/> - <img src="https://github.com/h3rald/{{github}}/actions/workflows/ci.yml/badge.svg" style="vertical-align: middle;"/> + {{#ci}} + <img src="https://img.shields.io/github/workflow/status/h3rald/{{github}}/CI" style="vertical-align: middle;"/> + {{/ci}} </p> </div> {{/github}}