1.2.0 • Published 1 year ago

auctor v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.

Roadmap

  • Duplicate page detection (output to same file location).
  • Create an index as content generated (could be used by duplicate page detection algorithm).
  • Add automated sitemap generation for all generated pages.
  • Add Robots.txt support, with integrated sitemap support.
  • Add SASS support.
  • Add minify support.
  • Add Code of Conduct

Dependencies

Getting started

To keep it simple, Auctor expects the following structure:

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

References

This project was heavily influenced by the following:

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago