Source code of our new launch page for Manjaro Linux
- Install hugo on Manjaro with
yaourt -S hugo
- clone this repository to your local pc with
https://github.com/manjaro/homepage.git
- change in the new dir with
cd homepage
- do a test run with
hugo server
- preview the homepage with any webbrowser from
http://localhost:1313/
- simply click on here
- read the Beginners Guide of Hugo first
- modify the theme in partials and static if needed
- edit the config file to your needs
- run a preview on your local machine with
hugo server
from your localhost - when satisfied run
hugo
to render the pages - check baseurl in public and change if needed
- tell us about your fork