Skip to content

Commit

Permalink
Updated mdox for various fixes. (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Plotka <[email protected]>
  • Loading branch information
bwplotka authored May 19, 2021
1 parent 072f8b5 commit 47546b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .bingo/Variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ $(HUGO): $(BINGO_DIR)/hugo.mod
@echo "(re)installing $(GOBIN)/hugo-v0.80.0"
@cd $(BINGO_DIR) && CGO_ENABLED=1 $(GO) build -tags=extended -mod=mod -modfile=hugo.mod -o=$(GOBIN)/hugo-v0.80.0 "github.com/gohugoio/hugo"

MDOX := $(GOBIN)/mdox-v0.2.2-0.20210519115757-e4066b413702
MDOX := $(GOBIN)/mdox-v0.2.2-0.20210519193355-0e0f91ae1ad9
$(MDOX): $(BINGO_DIR)/mdox.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/mdox-v0.2.2-0.20210519115757-e4066b413702"
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=mdox.mod -o=$(GOBIN)/mdox-v0.2.2-0.20210519115757-e4066b413702 "github.com/bwplotka/mdox"
@echo "(re)installing $(GOBIN)/mdox-v0.2.2-0.20210519193355-0e0f91ae1ad9"
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=mdox.mod -o=$(GOBIN)/mdox-v0.2.2-0.20210519193355-0e0f91ae1ad9 "github.com/bwplotka/mdox"

2 changes: 1 addition & 1 deletion .bingo/mdox.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.16

require github.com/bwplotka/mdox v0.2.2-0.20210519115757-e4066b413702
require github.com/bwplotka/mdox v0.2.2-0.20210519193355-0e0f91ae1ad9
2 changes: 1 addition & 1 deletion .bingo/variables.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ BINGO="${GOBIN}/bingo-v0.4.2"

HUGO="${GOBIN}/hugo-v0.80.0"

MDOX="${GOBIN}/mdox-v0.2.2-0.20210519115757-e4066b413702"
MDOX="${GOBIN}/mdox-v0.2.2-0.20210519193355-0e0f91ae1ad9"

4 changes: 2 additions & 2 deletions .mdox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gitIgnored: true
localLinksStyle: hugo

transformations:
- glob: "/../README.md"
- glob: "../README.md"
path: /_index.md
frontMatter:
template: |
Expand All @@ -25,7 +25,7 @@ transformations:
_target:
path: "/**"
- glob: "/Proposals/README.md"
- glob: "Proposals/README.md"
path: _index.md
frontMatter:
template: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Handbook

![RHOBS](logo.png)
![RHOBS](content/images/logo.png)

[![Netlify Status](https://api.netlify.com/api/v1/badges/f0764fff-c6f4-46e5-8b46-e265782f42f1/deploy-status)](https://app.netlify.com/sites/rhobs-handbook/deploys)

Expand Down
File renamed without changes

0 comments on commit 47546b8

Please sign in to comment.