Reformated style.css and updated Dockerfile to use a stable version of lowdown

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-01-16 17:33:48 +01:00
parent dc9cbdd0ce
commit d933650332
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
2 changed files with 92 additions and 92 deletions

View File

@ -6,7 +6,7 @@ COPY src ./src
COPY ssg5 . COPY ssg5 .
RUN apk --no-cache add gcc git make musl-dev && \ RUN apk --no-cache add gcc git make musl-dev && \
git clone https://github.com/kristapsdz/lowdown.git && \ git clone -b VERSION_0_10_0 https://github.com/kristapsdz/lowdown.git && \
cd lowdown && ./configure && make && make regress && make install && cd .. && \ cd lowdown && ./configure && make && make regress && make install && cd .. && \
chmod u+x ./ssg5 && mkdir dst && \ chmod u+x ./ssg5 && mkdir dst && \
./ssg5 ./src/ ./dst/ "Le blog de Louis Vallat" "https://blog.louis-vallat.xyz" && rm dst/.files ./ssg5 ./src/ ./dst/ "Le blog de Louis Vallat" "https://blog.louis-vallat.xyz" && rm dst/.files