Skip to content

imsk17/gob-log

Repository files navigation

gob-log

A Lightning Fast, Log File Themed Blog with VIM Aesthetics, written in Go.

Maintenance License PRs Welcome Last Commit Stars

Features

The blogs are embedded into the binary using Go's embed package.

Running Locally

  • First, Make sure you have the latest versions of go, and yarn installed.

  • Then, Run the command yarn install to install the node dependencies on your machine.

  • Then, Create the stylesheet by entering yarn release into your terminal.

  • Modify the blog according to your needs.

  • Build the binary by go build -o blog -ldflags "-s" main.go .

  • Run the binary on your machine.

Code style

This project uses gofmt, for Formatting.

Contributions

If you've found an error in this blog, please file an issue.

Patches are encouraged and may be submitted by forking this project and submitting a pull request.

TODO

Some of the future goals in no particular order are -

  • Responsive Design
  • More SEO Tags
  • Use the http package to reduce dependency on fiber.
  • Get Rid of Tailwind. (!important)