b017b582bf8d88a206f5818cdee838288e6058dd
What Can Publify Do?
Publish Sites to Netlify via CLI!
> ls mysite
└── folder
├── index.html
├── another_page.html
├── styles.css
└── a.jpg
>
> pub --root-dir mysite
the site is published: http://6426ed336771f2380224fb84--scintillating-mochi-760bd3.netlify.app
Publish Sites to Netlify With Custom Domains Too!
> pub --root-dir mysite --custom-domain dude.helpers.fun
the site is published: http://6426ee6a10e4e43866b46a42--startling-gingersnap-425138.netlify.app
the custom domain was set to dude.helpers.fun.
But First, a Bit of Configuration
To do this magic, you have to first
Description
Languages
Python
100%