gen

command module
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2021 License: MIT Imports: 3 Imported by: 0

README

gen

gen is an another static site generator.

Getting Started

  1. Install gen if you haven't yet.

  2. Create a new site:

     $ gen new mysite
    
  3. Change directory to mysite, build and serve the site locally:

     $ cd mysite
     $ gen build
     $ gen serve
    

    Run with --help or -h for options.

  4. Go to http://localhost:3000.

ProTip! You can use entr to automatically rebuild the site when changing files:

    $ while true; do find . -type f -not -path '*/\.git/*' | entr -d gen build; done

Installation

From binary

Download the precompiled binary from releases page.

From source

  1. Install the latest version of Go if you haven't yet.

  2. Install with go install:

     $ go install go.astrophena.name/gen@latest
    

    go install puts binaries by default to $GOPATH/bin (e.g. ~/go/bin).

    Use GOBIN environment variable to change this behavior.

License

MIT © Ilya Mateyko

Documentation

Overview

gen is an another static site generator.

Directories

Path Synopsis
Package cli implements the command line interface of gen.
Package cli implements the command line interface of gen.
Package fileutil contains utility functions for working with files and directories.
Package fileutil contains utility functions for working with files and directories.
Package frontmatter implements frontmatter-related functions.
Package frontmatter implements frontmatter-related functions.
Package scaffold implements the creation of new sites.
Package scaffold implements the creation of new sites.
Package site implements site building.
Package site implements site building.
Package version contains a version of gen.
Package version contains a version of gen.

Jump to

Keyboard shortcuts

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