1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-02 20:22:23 +02:00

docs: blog (#4264)

Starting to move the blog from medium to mkdocs!

closes #3503

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2023-09-14 13:53:40 -03:00
committed by GitHub
parent 646eb82f9a
commit f62adf23ff
29 changed files with 1500 additions and 34 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
#!/bin/bash
set -euo pipefail
# unshallow (needed for the rss plugin)
git fetch --prune --tags --unshallow
# install
pip install --upgrade pip
pip install -U mkdocs-material mkdocs-redirects mkdocs-minify-plugin mkdocs-include-markdown-plugin lunr
pip install -U mkdocs-material mkdocs-redirects mkdocs-minify-plugin mkdocs-include-markdown-plugin lunr mkdocs-rss-plugin
# prepare
version="$(cat ./www/docs/static/latest)"