https://github.com/bmeurer/benediktmeurer.de
My personal website.
https://github.com/bmeurer/benediktmeurer.de
Last synced: 4 months ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/bmeurer/benediktmeurer.de
- Owner: bmeurer
- License: mit
- Created: 2014-11-10T18:43:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T05:11:28.000Z (over 3 years ago)
- Last Synced: 2025-04-10T17:59:50.776Z (about 1 year ago)
- Language: Nunjucks
- Homepage: http://benediktmeurer.de
- Size: 92.6 MB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This is the data for my website
The [website](https://benediktmeurer.de) is automatically transformed by [11ty](https://www.11ty.io) into a static site.
[](https://travis-ci.org/bmeurer/benediktmeurer.de)
## Building
You'll need to have [Node.js](https://nodejs.org) installed in order to build this website. Afterwards it's the usual
```
npm install
```
to fetch dependencies for the website, and then
```
gulp
```
to build it in development mode, or
```
gulp --production
```
to build it in production mode (including all the minifications and optimizations). This currently uses [gulp.js](https://gulpjs.com)
to run the build tasks and [11ty](https://www.11ty.io) for the static site generation.
Once this is done, you can use
```
npm start
```
to start a webserver for the website and simply visit to view it.
## License
The following files and directories are Copyright (c) Benedikt Meurer. You may not reuse anything therein without my permission:
- [src/posts](https://github.com/bmeurer/benediktmeurer.de/tree/master/src/posts)
The remaining files are [MIT licensed](http://en.wikipedia.org/wiki/Mit_license) unless stated otherwise.
Feel free to reuse the HTML and CSS (based on files taken from [Mark Otto](https://twitter.com/mdo)'
[Poole](http://getpoole.com) theme for the Jekyll static site generator) as you please. If you do use them,
a link back to this [website](https://benediktmeurer.de) would be appreciated, but is not required.