This is the source code from my personal blog sascha.fitzner.io.
My name is Sascha Fitzner and I'm an Online Marketing Geek, Senior Webdeveloper + Growth-Hacker from Germany/Niestetal near Kassel. Understanding user behavior drives me! I write about social media, agile programming, new work and webdevelopment. All topics that are important to grow fast. Growth-Hacking is my passion!
Use my blog for your own work. It is based on hugo - static site generator and the theme even.
Run this hugo blog on your local machine.
Mac OS
$ brew install hugo
Windows
$ choco install hugo -confirm
Linux
$ snap install hugo
Show the quickstart guide for more information.
$ git clone https://github.com/SaschaFitzner/sascha.fitzner.io.git
Go to your project folder and run.
$ hugo server
Start now your browser http://localhost:1313/
When your work are done, compile the html files for deployment. Go to your project folder and run the following command:
$ hugo
Now you find in the folder /public the html files from the website.
- Hugo | A Fast and Flexible Website Generator
- Hugo theme even | A super concise theme for Hugo
My blog content is subject to the creative commons licence CC BY-NC-ND 4.0. Note the licences from Hugo and the hugo theme even.