Forty theme is a multi page website built around a grid of image tiles that transition into its content pages. It is a ported theme built by HTML5 UP. This theme contains many styled elements and features a contact form. Built for blogs, businesses, or freelancers.
For a demo go to Forty Demo.
For more information, go through the readme
Clone the repository and install hugo (preferably from go to get the latest version, you can install go from your distribution's package manager). Then start the development server
git clone https://github.com/StarsCDS/homepage
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latestTo learn how to create a Hugo Site read the official guide of Hugo.
You can see a preview of your site while developing it by running Hugo's built-in webserver.
hugo serverNow enter localhost:1313 in the address bar of your browser to see your site.
