Skip to content

edb616321/edb616321.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

  • 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.

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.

  • 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

(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)

About

My new repository website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published