Skip to content

harecs/hugo-doks-md-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Hugo Doks Markdown Converter

image

Simple script that will add a title to a normal .md file. The converted file will have a title section which is required so that Doks show it in the static site. The title is generated from the filename.

Example

Docs.md

# Getting Started with MyApp

## Installation

To install MyApp, run the following command:

```bash
npm install myapp

Docs.md after running the script

---
title: Docs
---
# Getting Started with MyApp

## Installation

To install MyApp, run the following command:

```bash
npm install myapp

NOTE: The original file will be overwritten

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages