Skip to content

Commit

Permalink
feat: Add new template file for minimal layout
Browse files Browse the repository at this point in the history
This commit adds a new template file called "minimal.hbs" for the minimal layout. The file includes a code block that displays the content of each file in the template, along with the language used.
  • Loading branch information
gmickel committed Jul 12, 2024
1 parent b3d40c6 commit b898fa6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/templates/minimal.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Files

{{#each files}}
## {{relativePath this.path}}

- Language: {{this.language}}

{{#codeblock this.content this.language}}{{/codeblock}}

{{/each}}

0 comments on commit b898fa6

Please sign in to comment.