summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman <59285587+codeandmedia@users.noreply.github.com>2020-03-02 20:38:14 +0300
committerGitHub <noreply@github.com>2020-03-02 20:38:14 +0300
commit76af281e5c6bf24aaee20ba1b38fedc06932a2c6 (patch)
tree22e90130ecd06e955e3c6d6bd7830dd58cfffa76
parentbcfd0430ef3ab53bb0931790c2b9b51a26d84f4b (diff)
adding docker image
-rw-r--r--content/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/_index.md b/content/_index.md
index d0ae666..ca274e3 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -6,7 +6,7 @@ insert_anchor_links = "right"
I was inspired by [Linode's approach](https://www.linode.com/2020/01/17/docs-as-code-at-linode/) to creating and managing docs. They call it _docs as code methodology._ Thereby my aim was making simple and productive way to work with any sort of documents and articles through Markdown, Git and Docker/k8s optionally.
-The repo contains a theme for [Zola](https://www.getzola.org/) (the best static site generator I've ever seen) and dockerfile for building Docker images with Nginx-alpine.
+The repo contains a theme for [Zola](https://www.getzola.org/) (the best static site generator I've ever seen) and dockerfile for building Docker images with Nginx-alpine. You can push to your Docker an [image with demo-content](https://hub.docker.com/r/codeandmedia/zola_docsascode_theme) - codeandmedia/zola_docsascode_theme:latest
## Perks
@@ -96,4 +96,4 @@ Also, by default you have two taxonomies: _tags_ and _authors_. It's optional, n
Done. I told you Zola is amazing :)
-Anyway you can rewrite theme for your own wishes with Zola ([link to documentation](https://www.getzola.org/documentation/getting-started/installation/)) \ No newline at end of file
+Anyway you can rewrite theme for your own wishes with Zola ([link to documentation](https://www.getzola.org/documentation/getting-started/installation/))