Skip to content

๐Ÿ“ My personal blog about hacking, DevOps, Home Lab and programming.

Notifications You must be signed in to change notification settings

53845714nF/hackwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

57 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hackwiki ๐Ÿง 

Description

This is the repository for the Hackwiki Blog Website. The main Topics are: HomeLab, IT-Security, Open Source, and Programming.

Contributing ๐Ÿค

If you want to add or coriegate something to a topic, feel free to create a pull request. You are also welcome to write your own post. You are also welcome to write an Issue, if you have a question or a suggestion. The website is built with Hugo and uses the theme "hugo-theme-learn".

Prerequisites ๐Ÿ“‹

You need Hugo to build the website. And a photo editor of your choise, to work with the images.

Create a new Post ๐Ÿ“ƒ

hugo new blog/<new_post>/index.md

In the index.md file you can add the content of the post. It is written in markdown. I use a lot of emojis in the posts, so the post looks more friendly but you can also write without emojis.

Remove all Metadata from an Image ๐Ÿ“ท

I use exiftool to remove all metadata from an image.

exiftool -all= image.png

You cann install exiftool with sudo apt-get install libimage-exiftool-perl.

Rezise an Image ๐Ÿ—œ๏ธ

For the images it is mostly nessesary to resize them. I use mogrify to resize the images.

mogrify -resize 376x250 image.png

You can install mogrify with sudo apt-get install imagemagick.

Thumbnail ๐Ÿ–ผ๏ธ

The Image of the thumbnail has a ratio of 376x250,65 (width x height). For text on the thumbnail I use the font IBM Plex Sans KB with a pixel size of 36 (Paint.net).