mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-14 01:32:11 +00:00
Oops, that wasn't a typo.
This commit is contained in:
parent
baa84af0c5
commit
c609681824
2 changed files with 9 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -3,7 +3,7 @@ DEVSERVER_URL="http://localhost:1313/"
|
||||||
|
|
||||||
DOMAIN = seirdy.one
|
DOMAIN = seirdy.one
|
||||||
HUGO_BASEURL = "https://$(DOMAIN)/"
|
HUGO_BASEURL = "https://$(DOMAIN)/"
|
||||||
HUGO_FLAGS += --gc --minify --ignoreCache
|
HUGO_FLAGS = --gc --minify --ignoreCache
|
||||||
USER = deploy@$(DOMAIN)
|
USER = deploy@$(DOMAIN)
|
||||||
WWW_ROOT = /var/www/$(DOMAIN)
|
WWW_ROOT = /var/www/$(DOMAIN)
|
||||||
GEMINI_ROOT = /srv/gemini/$(DOMAIN)
|
GEMINI_ROOT = /srv/gemini/$(DOMAIN)
|
||||||
|
@ -20,7 +20,7 @@ ECT_LEVEL=9
|
||||||
|
|
||||||
.PHONY: hugo
|
.PHONY: hugo
|
||||||
hugo: clean
|
hugo: clean
|
||||||
hugo --gc -b $(HUGO_BASEURL) $(HUGO_FLAGS)
|
hugo -b $(HUGO_BASEURL) $(HUGO_FLAGS)
|
||||||
|
|
||||||
# .hintrc-local for linting local files
|
# .hintrc-local for linting local files
|
||||||
# same as regular .hintrc but with a different connector.
|
# same as regular .hintrc but with a different connector.
|
||||||
|
|
|
@ -49,11 +49,16 @@ blockquote {
|
||||||
padding-left: 0.8em;
|
padding-left: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* narrow screens: reduce list indentation */
|
/* Tap targets: make links in lists easier to tap */
|
||||||
dl,
|
|
||||||
ol,
|
ol,
|
||||||
ul {
|
ul {
|
||||||
margin: .5em 0 0 0;
|
margin: .5em 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* narrow screens: reduce list indentation */
|
||||||
|
dd,
|
||||||
|
ol,
|
||||||
|
ul {
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue