This is a website built with hugo, using the hugoplate theme. This is the main presence for About Time Aviation out of Creswell, OR.
This is currently a work in progress/staging site for evaluation.
To build your project locally, you can use the following command. It will purge all the unused CSS and minify all the files.
npm run build
There are 5 different deploy platform configurations configured. Currently this site is being deployed to Github pages with a Github Actions script.
And if you want to Host some other hosting platforms. then you can build your project, and you will get a public
folder. that you can copy and paste on your hosting platform.
Note: You must change the
baseURL
in thehugo.toml
file. Otherwise, your site will not work properly.