site

Website's source files.
Log | Files | Refs | Submodules | LICENSE

commit 18862ca68960145ea43a6a646e1ad144bf0d9de9
parent 5a36645db87f767cf6ecff84f10a1bb4c3761d6c
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Fri, 11 Feb 2022 09:07:54 -0800

Add necessary handlebars and JSON file

Diffstat:
Acontent/partials/index.json | 24++++++++++++++++++++++++
Aviews/partials/software.handlebars | 0
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/content/partials/index.json b/content/partials/index.json @@ -0,0 +1,24 @@ +{ + "wins" : [ + { + "cmds" : [ + { + "type" : "cat", + "where" : "figlet.handlebars", + "trim" : true + }, + { + "type" : "ls", + "where" : "~", + "what" : ["software.handlebars", "posts"], + "display-path" : "~" + }, + { + "type" : "cat", + "where" : "front", + "trim" : true + } + ] + } + ] +} diff --git a/views/partials/software.handlebars b/views/partials/software.handlebars