edb616321 / edb616321.github.io

My new repository website
1 stars 0 forks source link


HUGO PROJECTS

Hugo static site generator templates and projects

PHASE I - Theme creation from scratch

About this repository

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.

Edward Brookman Hugo site

(back to top)

Getting Started

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.

Prerequisites

ALL of these examples are based on Linux. The Centos and Ubuntu distributions are preferred.

Installation

Below are some basic Hugo installation instructions.

sudo apt update 
sudo apt -y install hugo

hugo new site sitename -f yml

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)