added robots.txt and a favicon
parent
51f4ad5184
commit
f72410ba48
|
|
@ -5,9 +5,9 @@ ARG VERSION=0.59.1
|
|||
|
||||
WORKDIR /tmp
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y tar curl ca-certificates python3 python-pip \
|
||||
&& apt-get install -y tar curl ca-certificates python3 python3-pip \
|
||||
&& apt-get clean \
|
||||
&& pip install Pygments \
|
||||
&& pip3 install Pygments \
|
||||
&& curl https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_extended_${VERSION}_Linux-64bit.tar.gz -L | tar -xvz \
|
||||
&& mv /tmp/hugo /usr/local/bin/hugo \
|
||||
&& rm -rf /tmp/*
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ title = "Adam's Blog"
|
|||
theme = "solar-theme-hugo"
|
||||
pygmentsStyle = "solarized-dark256" # solarized-light, -dark or -dark256
|
||||
summaryLength = 32
|
||||
enableRobotsTXT = true
|
||||
|
||||
|
||||
[params]
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
|
||||
<link rel="icon" href="party-tp.gif" type="image/gif" >
|
||||
|
||||
<!-- indie auth stuff -->
|
||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue