# hugodocs2json **Repository Path**: mirrors_buger/hugodocs2json ## Basic Information - **Project Name**: hugodocs2json - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hugodocs2json == ## Requirements * **nokogiri:** `gem install nokogiri` ## Sample usage Clone this repository: ``` $ git clone https://github.com/matiasinsaurralde/hugodocs2json.git $ cd hugodocs2json ``` Generate your Hugo docs: ``` $ hugo -s ~/docs -d ~/docs-output ``` Run the script, using the output directory as the first argument: ``` $ ruby hugodocs2json.rb ~/docs-output ``` The output will be available as `output.json` in the current working directory.