Install this release:
# for macos/linux
$ curl -sSL https://raw.githubusercontent.com/roymoran/page/main/install/install.sh | sh
# for windows powershell
$ Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/roymoran/page/main/install/install.ps1')Changes:
- run
page buildto start generating a webpage. Use prompts such as "Create a webpage with a headline 'Hello, World!' centered both vertically and horizontally" (watch the video demo). Your page is generated in the current directory and can be used as the template inpage.yml- just provide the path to the generated webpage.
Example page.yml with path to generated webpage.
.
.
.
template: "/Users/roymoran/Documents/tempsite-xyhm"