missg

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2021 License: GPL-3.0 Imports: 15 Imported by: 0

README

missg

Minimal static site generator

Usage

Init

Create standard folder structure:

missg init
├── cfg.missg
├── content
│   ├── index.md
│   ├── posts
│   │   ├── post_1.md
│   │   └── post_2.yml
│   └── style.css
├── public
│   ├── index.html
│   ├── posts
│   │   ├── post_1.html
│   │   └── post_2.html
│   └── style.css
└── templates
    ├── footer.html
    └── header.html
Generate

Generate site into public based on content, cfg.missg and templates:

missg generate

Ths converts markdown files into HTML an applies header and footer templates.

All other files(CSS, images etc.) are copied as they are found in content.

Add

Add new page:

missg add path

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL