Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-10-02 00:14:31 +03:00
parent 16721a69b3
commit 417d13a502
5 changed files with 35 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/public

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

6
config.yaml Normal file
View File

@ -0,0 +1,6 @@
baseURL: 'https://go.unistack.org/'
languageCode: 'en-us'
title: 'go.unistack.org'
permalinks:
/: '/:title'
disableKinds: ["home", "section", "taxonomy", "term", "RSS", "sitemap", "robotsTXT", "404"]

8
content/micro.v3.html Normal file
View File

@ -0,0 +1,8 @@
---
title: 'micro/v3'
date: 2021-10-01T23:46:15+03:00
draft: false
import: 'go.unistack.org/micro/v3 git https://github.com/unistack-org/micro/v3'
source: 'go.unistack.org/micro/v3 _ https://github.com/unistack-org/micro/tree{/dir} https://github.com/unistack-org/micro/blob/{/dir}/{file}#L{line}'
redirect: 'https://pkg.go.dev/github.com/unistack-org/micro/v3'
---

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Go Imports -->
<meta name="go-import" content="{{ .Params.import }}">
<meta name="go-source" content="{{ .Params.source }}">
<meta http-equiv="refresh" content="0; {{ .Params.redirect }}">
</head>
<body>
</body>
</html>