1
0
Fork 0
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:
Rohan Kumar 2022-04-23 20:27:35 -07:00
parent baa84af0c5
commit c609681824
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 9 additions and 4 deletions

View file

@ -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.

View file

@ -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;
}