mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
HTML/CSS only tabs (#678)
* Fix pre tag margin top so it looks good inside containers * Bind to 0.0.0.0 for docker container support * Add HTML only tabs shortcode
This commit is contained in:
committed by
GitHub
parent
9ea82c5c82
commit
5e4e500cdf
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ build:
|
||||
$(HUGO_BIN) --themesDir=../.. --source=exampleSite
|
||||
|
||||
demo:
|
||||
$(HUGO_BIN) server -D --themesDir=../.. --source=exampleSite
|
||||
$(HUGO_BIN) server -D --themesDir=../.. --source=exampleSite --bind 0.0.0.0
|
||||
|
||||
release: build
|
||||
rm -rf ./resources && cp -r ./exampleSite/resources ./resources
|
||||
|
||||
Reference in New Issue
Block a user