Your how-to guide to everything! https://howtuwu.exozy.me
Go to file
2021-10-17 22:16:07 -05:00
.github/workflows Correctly set environment variable in GitHub action 2021-10-17 22:16:07 -05:00
archetypes Initial commit 2021-07-13 11:29:59 -05:00
content Get images to work 2021-09-29 19:38:07 -05: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 Restore ico favicon 2021-10-17 11:21:11 -05:00
themes Move fonts to custom theme 2021-10-16 22:22:00 -05:00
.gitignore Add hugo .gitignore 2021-07-13 21:33:28 -05:00
.gitmodules Use own fork of geekdoc 2021-10-16 22:17:06 -05:00
config.toml Get links to work 2021-07-16 18:57:45 -05:00
LICENSE Change license to CC BY-SA 4.0 2021-10-16 22:08:33 -05:00
README.md Fix directory name 2021-07-16 02:19:17 +00: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 https://github.com/Ta180m/howtuwu.git
cd howtuwu
git submodule init
git submodule update --remote

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