From 417d13a502d4d9c240470203f78e179b8932094c Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 2 Oct 2021 00:14:31 +0300 Subject: [PATCH] initial Signed-off-by: Vasiliy Tolstov --- .gitignore | 1 + archetypes/default.md | 6 ++++++ config.yaml | 6 ++++++ content/micro.v3.html | 8 ++++++++ layouts/_default/single.html | 14 ++++++++++++++ 5 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 archetypes/default.md create mode 100644 config.yaml create mode 100644 content/micro.v3.html create mode 100644 layouts/_default/single.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c75eecc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/public diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..ab1072f --- /dev/null +++ b/config.yaml @@ -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"] diff --git a/content/micro.v3.html b/content/micro.v3.html new file mode 100644 index 0000000..908f73b --- /dev/null +++ b/content/micro.v3.html @@ -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' +--- diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..d24378d --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +