Hugo static site generator templates and projects
PHASE I - Theme creation from scratch
This repository will include the following Hugo related technologies.
There are many advantages of Static site generators such as Hugo. Development speed and site performance are two major benefits. I will be discussing these in more detail as I build the site further.
This site-theme was built FROM SCRATCH, and is NOT dependent on an existing theme. Building a site from the ground up is much more challenging and provides a deeper learning experience. THIS IS PHASE I. (The core layout and infrastructure.) Phase II will come later with added styling and functionality.
Please feel free to contact me with any ideas or sample scripts that you wish to contribute. Please keep the technologies confined to the existing stack.
ALL of these examples are based on Linux. The Centos and Ubuntu distributions are preferred.
Below are some basic Hugo installation instructions.
sudo apt update
sudo apt -y install hugo
hugo new site sitename -f yml
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.