Your how-to guide to everything! https://howtuwu.exozy.me
Go to file
Anthony Wang a108cfd4ae
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Upload NyArch background
2022-05-06 20:38:06 -05:00
archetypes Initial commit 2021-07-13 11:29:59 -05:00
content Fix relative links 2022-01-17 14:35:39 -06:00
data/menu Add some more things 2021-07-13 11:39:30 -05:00
layouts/partials/head Add favicon 2021-07-14 13:04:39 -05:00
static Upload NyArch background 2022-05-06 20:38:06 -05:00
themes Update theme submodule 2022-02-13 11:17:45 -06:00
.gitignore Don't track .hugo_build.lock files 2021-12-28 12:50:18 -06:00
.gitmodules Fix theme submodule path 2021-12-28 12:26:22 -06:00
.woodpecker.yml Cache repository to speed up CI runtime 2022-02-13 11:15:22 -06:00
config.toml Deploy to subdomain 2022-01-17 14:31:19 -06:00
LICENSE Change license to CC BY-SA 4.0 2021-10-16 22:08:33 -05:00
README.md Update git clone link 2022-01-17 14:31:34 -06:00

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