Your how-to guide to everything! https://howtuwu.exozy.me
Go to file
2021-07-16 18:16:02 -05:00
archetypes Initial commit 2021-07-13 11:29:59 -05:00
content Reformat commands 2021-07-16 18:16:02 -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 Finally got fonts to work because of a silly typo! 2021-07-15 12:55:50 -05:00
themes Initial commit 2021-07-13 11:29:59 -05:00
.gitignore Add hugo .gitignore 2021-07-13 21:33:28 -05:00
.gitmodules Initial commit 2021-07-13 11:29:59 -05:00
config.toml Change name for real this time 2021-07-15 12:09:28 -05:00
LICENSE Add CC BY 4.0 license 2021-07-16 01:44:50 +00: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