Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kevingimbel/kevingimbel.com
- Owner: KevinGimbel
- Created: 2016-09-30T14:38:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T09:32:42.000Z (over 5 years ago)
- Last Synced: 2024-11-16T23:25:24.845Z (3 months ago)
- Topics: blog, hugo, portfolio, website
- Language: HTML
- Homepage: https://www.kevingimbel.com
- Size: 22.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.