meow

command module
v0.0.0-...-c24bb96 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2023 License: LGPL-3.0 Imports: 13 Imported by: 0

README ΒΆ

🐱 meow

a small static site generator for my personal website

πŸš€ usage

install from releases

$ tree posts
posts
β”œβ”€β”€ main.md
β”œβ”€β”€ first_post.md
└── second_post.md

$ meow
2023-08-31T00:52:31+02:00 INF main.go:16 > build configuration css=./style.css dist=./dist posts=./posts title="My Awesome Page"
2023-08-31T00:52:31+02:00 INF main.go:24 > starting build
2023-08-31T00:52:31+02:00 INF convert.go:70 > copied css file path=./style.css
2023-08-31T00:52:31+02:00 INF convert.go:114 > converting file file=posts/first_post.md
2023-08-31T00:52:31+02:00 INF convert.go:114 > converting file file=posts/second_post.md

$ tree dist
dist
β”œβ”€β”€ index.html
β”œβ”€β”€ posts/
β”‚   β”œβ”€β”€ first_post.html
β”‚   └── second_post.html
β”œβ”€β”€ style.css
└── favicon.ico 

πŸ“ notes

  • meow defaults to favicon.ico in the dist directory.
  • meow will make the main.md file in the posts directory the index page, and will move the blog posts to a posts directory in the dist directory.
  • add serving
  • add minification
  • toc generation

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