initial
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
16721a69b3
commit
417d13a502
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/public
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
6
config.yaml
Normal file
6
config.yaml
Normal 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
8
content/micro.v3.html
Normal 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'
|
||||||
|
---
|
14
layouts/_default/single.html
Normal file
14
layouts/_default/single.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user