Github hosts the nightly build. Stable is on Crates.
help
generates a list of help commands and their short codesnew
generates a new seed.json file. build
builds static site off of seed.json and provided directoryWingman exists to provide a quick way to create functional light weight static websites. Eventually, Wingman will support custom themeing and multiple modes, but currently, it only creates (responds to) the html blog type.
Wingman is for anyone looking to create a quick one-page static site without having to worry about the fat that holds the modern web back. Namely @imports and JavaScript. These technologies are often uneccessary for build a fast, easily accessabile, and responsive website, and are impossible to utilize to their most bloated potential on protocols like Gemini and Gopher, which this application intends to support in the future.
If you're new to web development, or simply want to generate the most bare-bones site possible with minimal typing, this is the tool for you.
Wingman is designed to build off common mark, and in the future might utilize a new parser for additional functionality. Write your markdown posts in the /posts
directory and run wingman build
for your index.html to generate. While Wingman is in Alpha, you might want to reformat the file quickly in your prefered code editor. It shoud still render fine regardless if you decide to do this however.
Then, take your index.html
file and upload it to a host like neocities, Netlify, or Github Pages.
THIS APPLICATION IS IN ALPHA, AND ITS CARGO.IO FORK WILL ONLY CONTAIN STABLE RELEASES OF THE APPLICATION. FOR NIGHLY BUILDS, GITHUB IS THE PLACE