1.5.3 • Published 7 months ago

auctor v1.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

auctor

Auctor is a simple Node.js based static site generator that uses Markdown or EJS JavaScript templates for content and EJS JavaScript templates for layout templates.

Pronunciation: awkTOHR

Release Notes

  • Version 1.1.1 contains an update for EJS with breaking changes to includes: <% include file.ejs %> changes to <%- include('file.ejs'); %>
  • Version 1.2.0 contains critical fixes and breaking changes to the serve module.
  • Version 1.4.0 updates all dependencies to latest versions, including a few breaking changes.
  • Version 1.5.x contains cleaner console log output, and fixes to the path separator character.

Roadmap

  • Create an index as content is generated.
    • Duplicate page output detection (based on index).
    • Add automated sitemap generation (based on index).
  • Add Robots.txt support, with integrated sitemap support.
  • Add SASS support.
  • Add minify support.
  • Add Code of Conduct.

Dependencies

Getting Started

Auctor expects the following structure by convention:

  • _layout
    • default.ejs
    • (Any other EJS layout files)
  • assets
    • (Any CSS, JS, image files)
  • content
    • (Any EJS, MD, or directories)

Basic NPM Commands

npm install   # install required NPM packages
npm run build # run the auctor build process
npm run serve # serve the generated HTML pages (locally)

NPM Package Update Commands

npm login
npm publish

References

This project was influenced by the following:

1.5.3

7 months ago

1.5.2

7 months ago

1.5.1

7 months ago

1.5.0

7 months ago

1.4.0

9 months ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago