Repository for our personal wesbite
- Intall Hugo
The minimum hugo version required is v0.119.0
- Clone this repository
git clone https://github.com/bsach64/loonix.in
cd loonix.in
During deployment its important to give necessary file permissions to nginx's www-data group
Navigate to the website directory and run hugo server
on a terminal. The command builds the website on your machine and You can modify the content of the repository and develop your website entirely on your local machine.
Once your website is ready to be made public, run hugo
in the terminal from the website directory. When you run the hugo
command, Hugo processes your content, templates, and other project files and generates a static website. The resulting output is placed in the public
folder.
The website can be viewed here
The content of this repository is licensed under the terms of the MPL License.
Thanks to Bhavik for sharing the code of Book
pages.