https://github.com/ghall89/marky
Turn Markdown files into styled webpages
https://github.com/ghall89/marky
converter css go html markdown web
Last synced: 2 months ago
JSON representation
Turn Markdown files into styled webpages
- Host: GitHub
- URL: https://github.com/ghall89/marky
- Owner: ghall89
- License: mit
- Created: 2024-04-05T23:19:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T03:35:53.000Z (over 2 years ago)
- Last Synced: 2025-01-13T21:11:39.114Z (over 1 year ago)
- Topics: converter, css, go, html, markdown, web
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# marky

A command line tool, written in Go, to convert a Markdown file into a simple webpage.
## Installing
The executable downloaded from [GitHub releases](https://github.com/ghall89/marky/releases) in your terminal.
## Building From Source
Run `make` or `make build` from the project directory. Binaries for macOS/Darwin, Linux, and Windows will be compiled to 'target/'.
## Usage
marky takes a single argument, the path to the Markdown file you'd like to convert.
A directory with name of your Markdown file will be created with the generated HTML and a CSS file. The webpage will then open in your default browser.