None
NO
Building Evergreen Markdown Notes
['Den Delimarsky']
Hi, I'm Den 👋 on Den Delimarsky
FROM ubuntu:20.10 SHELL [ "/bin/bash" , "-c" ] EXPOSE 1900 RUN apt-get update \ && apt-get install nodejs --yes \ && apt-get install npm --yes \ && apt-get install wget --yes \ && apt-get install socat --yes \ && apt-get install git --yes \ && mkdir hugotools \ && cd hugotools \ && wget https://github.com/gohugoio/hugo/releases/download/v0.79.1/hugo_extended_0.79.1_Linux-64bit.deb \ && yes | dpkg -i hugo*.deb \ && hugo version \ && mkdir site \ && cd site \ && hugo new site .