Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Apr 26, 2020
1 parent d3d912f commit 8b79803
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/* linguist-vendored
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
GO ?= go
GOFMT ?= $(GO)fmt
pkgs = ./...
NPM ?= npm
NG ?= ng
HUGO ?= hugo


help: Makefile
Expand Down Expand Up @@ -99,4 +98,10 @@ run:
$(GO) run beetle.go


## doc: Serve the docs.
doc:
@echo ">> ============= Serve Docs ============= <<"
cd docs; $(HUGO) server --minify --theme book


.PHONY: help

0 comments on commit 8b79803

Please sign in to comment.