Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevingimbel/kevingimbel.com

:computer: :globe_with_meridians: Source Code of my website.
https://github.com/kevingimbel/kevingimbel.com

blog hugo portfolio website

Last synced: 28 days ago
JSON representation

:computer: :globe_with_meridians: Source Code of my website.

Awesome Lists containing this project

README

        

# [kevingimbel.com](https://kevingimbel.com)
:computer: :globe_with_meridians: Source Code of my website.

New source code of my website. The site is build with [Hugo](http://gohugo.io), a static site generator written in Go.

### Contributing

If you wish to contribute you can do so. Contributions can be anything from opening an Issue to actually fixing code.
To build the site locally you first need to [install Hugo](https://gohugo.io/overview/installing/) as well as [Go](https://golang.org/dl/). Next you need to clone the repository to your local machine with git by running `git clone https://github.com/kevingimbel/kevingimbel.com.git`. Once the process is finised go into the new directory and run  `hugo serve $(pwd)` to start hugo with live reload. [See the Hugo quickstarter guide](http://gohugo.io/overview/quickstart/) as well as the [theme documentation](http://gohugo.io/themes/creation/) if you wish to edit code.

### Copyright

All contentent is created by myself, Kevin Gimbel, if not stated otherwise. You may re-use code snippets from the theme as you like. However, re-distributing content or copying content and pretending it is yours is not allowed. If you wish to quote parts of articles you can do so.

Software or code snippets inside of articles are generally available under [MIT license](https://opensource.org/licenses/MIT) if not stated otherwise and come with no warranty.