Skip to content

Commit

Permalink
refactor(core): switch from ejs to handlebars
Browse files Browse the repository at this point in the history
Update bootstrap and highlightjs scripts to latest versions
  • Loading branch information
bandantonio committed Nov 14, 2023
1 parent fea17ab commit a4f9510
Show file tree
Hide file tree
Showing 17 changed files with 389 additions and 1,283 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Antmarky

Antmarky is a static-site generator for https://docs.asciidoctor.org/asciidoc/latest[`Asciidoctor`^] based on Node.js and EJS.
Antmarky is a static-site generator for https://docs.asciidoctor.org/asciidoc/latest[`Asciidoctor`^] based on Node.js and Handlebars.

https://github.com/bandantonio/antmarky/actions/workflows/antmarky.yml[image:https://github.com/bandantonio/antmarky/actions/workflows/antmarky.yml/badge.svg?branch=main[antmarky]^]
https://coveralls.io/github/bandantonio/antmarky?branch=main[image:https://coveralls.io/repos/github/bandantonio/antmarky/badge.svg?branch=main[Coverage
Expand Down
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as esbuild from 'esbuild';
const bundleProject = async () => {
const esbuildContext = {
entryPoints: ['src/index.ts'],
external: ['esbuild', 'asciidoctor'],
external: ['esbuild', 'asciidoctor', 'handlebars'],
outfile: 'bin/index.cjs',
platform: 'node',
logLevel: 'info',
Expand Down
Loading

0 comments on commit a4f9510

Please sign in to comment.