awesome-hugo

(โ˜… 88)

Automate batch edits to your Markdown content. Integrates with static website generators such as Hugo and Gatsby

  • .gitignore
  • LICENSE.md
  • pyproject.toml
  • README.md
  • refactor-pages-to-page-bundles.sh
  • refactor-widget-bundles-as-headless.sh
  • refactor_page_bundles_to_pages.sh
  • refactor_pages_convert_TOML_to_YAML.py

# Installation Guide

1. Get the code
git clone https://github.com/HugoBlox/awesome-hugo

Downloads the entire project code from GitHub to your computer.

cd awesome-hugo

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
curl -sSL https://install.python-poetry.org | python3 - # if needed

Runs the Python script (or module).

poetry install

Installs the libraries listed in pyproject.toml.

poetry run python3 refactor_pages_convert_TOML_to_YAML.py

Runs the Python script (or module).

poetry run python3 /path/to/awesome-hugo/refactor_pages_convert_TOML_to_YAML.py

Runs the Python script (or module).

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation