Skip to content

Commit

Permalink
Fix build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
oaguy1 committed Jan 3, 2024
1 parent f781a43 commit d1f5b89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ cl-yassg
========
Yet Another Static Site Generator, this time in Common Lisp

[![Build Status]
(https://travis-ci.org/oaguy1/cl-yassg.svg)]
(https://travis-ci.org/oaguy1/cl-yassg)]
[![Build Status](https://app.travis-ci.com/oaguy1/cl-yassg.svg?branch=main)](https://app.travis-ci.com/oaguy1/cl-yassg)

This is less of an actual static site generator as it is a tool for parsing markdown files with YAML metadata into a tree of variables that can then send off into the templating engine of your choice. While this approach is slightly less "batteries included" it is intended to give the user ultimate freedom to use whatever templates/outputs they like. To see a "canonical" implementation of what using this engine looks like, checkout [this repo](https://github.com/oaguy1/blog).

0 comments on commit d1f5b89

Please sign in to comment.