From: MatthewOwens Date: Thu, 16 Jul 2020 15:41:30 +0000 (+0100) Subject: removed jekyll metadata, added headers where needed X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=c39c43aa6fd9b241f7daaf50fa07370fb9132bd6;p=website.git removed jekyll metadata, added headers where needed --- diff --git a/posts/2019-12-01-cecs.md b/posts/2019-12-01-cecs.md index dc3ca1e..2315935 100644 --- a/posts/2019-12-01-cecs.md +++ b/posts/2019-12-01-cecs.md @@ -1,18 +1,6 @@ ---- -layout: post -title: "cecs" -tags: - - cecs - - c - - programming -hero: https://owens.tech/uploads/programming-hero.jpg -overlay: purple -published: true +# cecs +## cecs is a small, simple entity component system written in c. ---- -cecs is a small, simple entity component system written in c. -{: .lead} - The goal of the project is to be small and managable in terms of the actual code-base itself, as well as to utilise CI via GitHub actions and git best with the GitHub Flow. diff --git a/posts/2020-03-24-clogs.md b/posts/2020-03-24-clogs.md index 65dd147..762cb7f 100644 --- a/posts/2020-03-24-clogs.md +++ b/posts/2020-03-24-clogs.md @@ -1,18 +1,6 @@ ---- -layout: post -title: "clogs" -tags: - - clogs - - c - - programming -hero: https://owens.tech/uploads/programming-hero.jpg -overlay: purple -published: true +# clogs +## clogs is a thread-safe logger for c programs ---- -clogs is a thread-safe logger for c programs -{: .lead} - The goal of clogs is to create a lightweight logging system that is easy to integrate with other projects. Clogs is designed to be easily integrated with other Make projects, including the module.mk file will add the clogs sources to the Make SRC variable. diff --git a/posts/2020-06-13-cecse-deliberations.md b/posts/2020-06-13-cecse-deliberations.md index cea8d6f..d08ef54 100644 --- a/posts/2020-06-13-cecse-deliberations.md +++ b/posts/2020-06-13-cecse-deliberations.md @@ -1,23 +1,7 @@ ---- -layout: post -title: "cecse deliberations" -tags: - - cecse - - cecs - - clogs - - c - - programming -hero: https://owens.tech/uploads/programming-hero.jpg -overlay: purple -published: true - ---- # Deliberations on cecse, the sexy game engine. -{: .lead} - Over the past few months, I've been working on [cecse][cecse-gh], a game engine built on [cecs][cecs-gh]. - + Overall architecture for this has gone from having seperate git submodules for cecs and cecse, to bringing cecs in as part of the cecse repo, to seperating out cecse into a GitHub organisation as I restarted with the intention of a complete