mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +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
|
||||
HUGO_BASEURL = "https://$(DOMAIN)/"
|
||||
HUGO_FLAGS += --gc --minify --ignoreCache
|
||||
HUGO_FLAGS = --gc --minify --ignoreCache
|
||||
USER = deploy@$(DOMAIN)
|
||||
WWW_ROOT = /var/www/$(DOMAIN)
|
||||
GEMINI_ROOT = /srv/gemini/$(DOMAIN)
|
||||
|
@ -20,7 +20,7 @@ ECT_LEVEL=9
|
|||
|
||||
.PHONY: hugo
|
||||
hugo: clean
|
||||
hugo --gc -b $(HUGO_BASEURL) $(HUGO_FLAGS)
|
||||
hugo -b $(HUGO_BASEURL) $(HUGO_FLAGS)
|
||||
|
||||
# .hintrc-local for linting local files
|
||||
# same as regular .hintrc but with a different connector.
|
||||
|
|
|
@ -49,11 +49,16 @@ blockquote {
|
|||
padding-left: 0.8em;
|
||||
}
|
||||
|
||||
/* narrow screens: reduce list indentation */
|
||||
dl,
|
||||
/* Tap targets: make links in lists easier to tap */
|
||||
ol,
|
||||
ul {
|
||||
margin: .5em 0 0 0;
|
||||
}
|
||||
|
||||
/* narrow screens: reduce list indentation */
|
||||
dd,
|
||||
ol,
|
||||
ul {
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue