This repo will contain the source for the makealinuxapp site.
The previous site source is at popey/makealinux.app. The website is being re-made here, and we will deploy it to the site once it is ready. The in-development deployment can be found at https://makealinuxapp.github.io/makealinuxapp/
We welcome contributions to improve the site!
The site is built using Hugo and deployed with a GitHub action.
Install Hugo using their documentation for Linux, Windows, macOS, or BSD.
Fork the repo, then clone it to your local workstation.
Start hugo in the directory you cloned to.
hugo serve
Visit localhost:1313 to view the site
Hugo will update the site whenever files are changed, typically there's no need to refresh the page.
The Hugo documentation can be found at gohugo.io/documentation/.
Push your changes to a pull request, where we can review and discuss the changes, prior to merging.
MIT License (See LICENSE
)