• Stars
    star
    292
  • Rank 137,441 (Top 3 %)
  • Language
    Go
  • Created almost 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The static site anti-framework – general-purpose library, purpose-built commands for various domains

The goal of this project is to build a common toolkit for building static sites for a variety of domains. Each program is tailored to one domain, such as a blog, documentation site, photo gallery, and so on. For example. Focusing the UX on each domain as necessary makes for a smoother experience, nicer content structuring, while maintaining an overall common feel and usability through the shared library. The shared library or "static stdlib" will also make it easy to write custom static generators to fit your needs.

I think this technique makes much more sense than fighting tools which are designed for blogs, as we all know how to write code, it can sometime save hours to just write a few lines instead of fighting a complex system that tries to do everything. I don't have much time for OSS right now, so it only has what I need, but hopefully long-term it'll turn into something real.

Deploy in a single command to the Netlify CDN, or to AWS using Apex Up.

Install

$ go get github.com/apex/static/cmd/static-docs

Usage

The static-docs program generates a documentation website from a directory of markdown files. For example the Up documentation is generated with:

$ static-docs --in docs --out . --title Up --subtitle "Deploy serverless apps in seconds"

GoDoc

More Repositories

1

up

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
Go
8,762
star
2

gh-polls

Polls for user feedback in GitHub issues
Go
1,760
star
3

log

Structured logging package for Go.
Go
1,345
star
4

gateway

Drop-in replacement for Go net/http when running in AWS Lambda & API Gateway
Go
647
star
5

apex-ui

Apex monochrome Atom theme UI.
CSS
411
star
6

up-examples

Example apps, apis, and sites for Up.
HTML
389
star
7

apex-go

Golang runtime for Apex/Lambda.
Go
293
star
8

node-apex

Node.js module that makes AWS Lambda's user experience a little nicer using promises.
JavaScript
279
star
9

rpc

Simple RPC style APIs with generated clients & servers.
Go
215
star
10

actions

GitHub Actions
Go
176
star
11

gui

GitHub readme UI components
CSS
132
star
12

apex-syntax

Apex monochrome Atom theme syntax.
CSS
128
star
13

apex-shell

Interactive shell for executing commands in AWS Lambda containers.
Go
121
star
14

capture

Lambda function to capture a URL as PNG, JPG, or GIF using PhantomJS
JavaScript
109
star
15

httpstat

Higher level HTTP tracing for Go
Go
96
star
16

js

Go packages for JavaScript WASM interoperability in the browser
Go
89
star
17

apex-ui-slim

Apex monochrome Atom theme UI (slim variant)
CSS
74
star
18

svg_to_png

Lambda function to convert SVG to PNG using PhantomJS
JavaScript
71
star
19

logs

Apex Logs client for Go.
Go
61
star
20

apex.run

Apex website
HTML
59
star
21

up.js

Up application companion library for Node and the browser
JavaScript
58
star
22

logs-cloudwatch

Send your AWS CloudWatch Logs to Apex Logs.
Go
39
star
23

logs-js

Apex Logs client for Node, Deno, and the browser
TypeScript
38
star
24

httplog

Go http logger for apex/log.
Go
35
star
25

parsers

Performant Go log format parsers.
Go
31
star
26

roadmap

Roadmap for Apex Software products
30
star
27

apex

Old apex/apex
Go
29
star
28

invoke

Lambda invocation helper functions for Go.
Go
27
star
29

logs-winston

Apex Logs integration for the Node.js Winston logging framework
JavaScript
23
star