Showing Post From Hugo

Backup Website to Amazon S3 Shell Script

  • vnull
  • Jan 23, 2023
  • 4 minutes read

Getting Started Amazon Simple Storage Service (Amazon S3) is an cloud based object storage device. It is a low cost storage widely used for the backup or static website content.

Read more

Setup Static Website AWS CLI

  • vnull
  • Jan 23, 2023
  • 3 minutes read

Getting Started Amazon Simple Storage Service (Amazon S3) is an cloud based object storage device. It is a low cost storage widely used for the backup or static website content.

Read more

VScode Automating Creation Folder and Files

  • vnull
  • Jan 2, 2023
  • 2 minutes read

VS-Code Folder Templates Because creating the same directories over and over again is annoying to do manually.- Huuums Automation…automation!!! We are always trying to improve things through automation.

Read more

Hugo Share on LinkedIn Image Metadata

  • vnull
  • Jan 1, 2023
  • 2 minutes read

The following should generally work, but using .webp format for image and LinedIn at the time of this writing does not support this format.

Read more

Add a Last Modified Date in Hugo Articles

  • vnull
  • Dec 29, 2022
  • 3 minutes read

Add a Last Modified Date in Hugo Articles Add date data to our Hugo posts Last Modified Last Updated Edited Conditionally render a Last Modified date in the single.

Read more

Modify Themes Hugo

  • vnull
  • Dec 26, 2022
  • 2 minutes read

How to modify themes Hugo Use non-destructive practice for Hugo themes. Hugo is designed for customization and follows a site generation workflow that works a lot like layers in photo editing software.

Read more

Hugo Adding Custom Notices

  • vnull
  • Dec 26, 2022
  • 3 minutes read

Hugo Adding Custom Notices Warning Might be batter way to complete this with out destroying theme. Modify Themes Hugo How to modify themes for Hugo

Read more

Hugo Content Organization

  • vnull
  • Dec 24, 2022
  • 1 minute read

Content Organization Trying to find a good way to organize content and this looks like this could be completed with Page Bundles.

Read more

Hugo Improve Usability

  • vnull
  • Dec 24, 2022
  • 2 minutes read

Make Site More Informative Add Reading Time to current theme. Add Reading Time to list Page Showing Reading Time is a great addition, by helping visitors to decide if the article is interesting enough to read.

Read more

Hugo running on Android

  • vnull
  • Dec 24, 2022
  • 1 minute read

Hugo Running on Android Assumption turmux already installed. Termux on Android needs to be install. Use apt or pkg to install hugo.

Read more