Skip to content

lichtquelle/wanilla-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

998b307 Β· Jun 16, 2022

History

13 Commits
Jun 16, 2022
May 23, 2021
May 23, 2021
Jun 16, 2022
Jun 16, 2022
May 23, 2021
May 23, 2021
May 23, 2021
May 23, 2021
May 23, 2021
Jun 16, 2022
Jun 16, 2022
Jun 16, 2022
Jun 16, 2022

Repository files navigation

Wanilla Machine

Write your website using HTML and Markdown.

Run it on an express server as a middleware or pre-render it using generate-static-site.

Get Started

Get started with Wanilla Machine in 1 Minute.

  1. Download this example as a starter template:
# download starter project
# (to the current directory)
npx wanilla-machine@latest --init

# start wanilla machine
npx wanilla-machine@latest

# open your browser
http://localhost:4500/
  1. Pre-Render your site using generate-static-site:
# pre-render your site
npx generate-static-site http://localhost:4500/ www
  1. Publish your static site (inside www) to any host of your choice.

Documentation

Available soon.

Development

You can already do a lot of things, but you can't create dynamic blog posts, articles, products etc. just yet.

CLI

Wanilla Machine

USAGE
  npx wanilla-machine <root> [options]

ARGUMENTS
  root                    FOLDER

OPTIONS
  --help                  Display help
  --init                  Initialize a starter project
  --open=<boolean>        Whether or not to open the browser
  --port=<number>         Set the server port
  --version -v            Print version

About

🍨 Similar to Jekyll but written in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published