2.0.7 • Published 6 months ago

marquis v2.0.7

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
6 months ago

Marquis

This tool is a web static site generator.

I just wanted something tailored for my needs so I know that it can't be suited for everyone (and it is not planned to do so) - and I didn't want to use Webpack (but Webpack is awesome!)

Warning: this project is in an early stage, so it can break or change without any notice

Quick steps

  • npm install -D marquis
  • create a .marquis.yml at your project's root
  • npx marquis build to generate web site distribution
  • npx marquis serve to run a Docker container to display the web site (Docker needs to be installed)
  • npx marquis stop to stop previously created container (and removing it)

Once Docker container is running, only the build step is needed to refresh web site, so a typical workflow would be:

  • npx marquis serve
  • repeat
    • do some coding
    • npx marquis build
    • refresh browser window
  • npx marquis stop

Config file structure

Warning: this config file structure can change without any notice

# View `src/models/config.ts`
2.0.7

6 months ago

2.0.6

6 months ago

2.0.5

6 months ago

1.0.2

11 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.4

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago