Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifraixedes/one-page-static-site
Opinionated and simple tool to build one page static site with content written in markdown and Go templates
https://github.com/ifraixedes/one-page-static-site
golang static-site tool web
Last synced: 16 days ago
JSON representation
Opinionated and simple tool to build one page static site with content written in markdown and Go templates
- Host: GitHub
- URL: https://github.com/ifraixedes/one-page-static-site
- Owner: ifraixedes
- License: mit
- Created: 2018-06-17T18:05:35.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T10:10:29.000Z (over 2 years ago)
- Last Synced: 2024-06-21T13:18:53.254Z (5 months ago)
- Topics: golang, static-site, tool, web
- Language: Go
- Size: 104 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# One Page Static Site
[![Coverage Status](https://coveralls.io/repos/github/ifraixedes/one-page-static-site/badge.svg?branch=master)](https://coveralls.io/github/ifraixedes/one-page-static-site?branch=master)
[![Build Status](https://travis-ci.com/ifraixedes/one-page-static-site.svg?branch=master)](https://travis-ci.com/ifraixedes/one-page-static-site)
[![Go Report Card](https://goreportcard.com/badge/go.fraixed.es/onepagestaticsite)](https://goreportcard.com/report/go.fraixed.es/onepagestaticsite)
[![GoDoc](https://godoc.org/go.fraixed.es/onepagestaticsite?status.svg)](https://godoc.org/go.fraixed.es/onepagestaticsite)Opinionated and simple tool to build one page static site with content written
in markdown and Go templates.## Goal
It's basically to satisfies my own needs, so there isn't an aim to have flexibility
in thing that I want to keep them as I personal want.## Usage
The same binary has the _help_ message which explains what it does and because, so far, it's so simple, there is no need to have further information.
Hence, download it and use it.## License
MIT, read [the license file](LICENSE) for more information.