Hugo static site generator templates and projects
PHASE I - Theme creation from scratch
This repository will include the following Hugo related technologies.
- Templating, partials
- Site structure and Markdown.
- Core Hugo server commands and scripts.
- Html, CSS, Javascript, variables, functions
- Basic Terraform and Ansible scripting.
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.
- Install Hugo server. (ubuntu)
sudo apt update
sudo apt -y install hugo
- Create a new Hugo site using yaml format.
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.