howtuwu/README.md

1,006 B

howtuwu

Your guide to everything!

This site is currently under heavy construction, so please check back later!

Contributing

First, clone this repository and theme

git clone --recursive https://git.exozy.me/Ta180m/howtuwu.git

Now build the theme

cd themes/hugo-geekdoc
npm install
npx gulp default

After this is all done, you can run the site from the root directory with

hugo server

Original image from Reddit. Transparent version generated using the legendary ImageMagick with

convert logo.png -alpha off -bordercolor white -border 1     \( +clone -fuzz 10% -fill none -floodfill +0+0 white -floodfill +163+776 white -floodfill +522+661 white -floodfill +829+774 white -floodfill +910+734 white    -alpha extract -geometry 200% -blur 0x0.5        -morphology erode square:1 -geometry 50% \)     -compose CopyOpacity -composite -shave 1 logo-transparent.png