awesome-hugo
Automate batch edits to your Markdown content. Integrates with static website generators such as Hugo and Gatsby
File Explorer
Download Latest Version (.zip)- CONTENT-TYPES.md
- migrate-content-types.py
- migrate-content-types.sh
- README.md
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
