50 lines
1.4 KiB
Markdown
Executable file
50 lines
1.4 KiB
Markdown
Executable file
Quelldateien der Homepage unter [rolandjesse.de](https://rolandjesse.de/). Basiert auf dem [Personal Jekyll Theme](https://github.com/le4ker/personal-jekyll-theme/).
|
|
|
|
# Seite bauen
|
|
|
|
Jekyll und die erforderlichen Gems installieren:
|
|
|
|
```shell
|
|
bundle install
|
|
```
|
|
|
|
Seite bauen und lokalen Server unter [localhost:4000](http://localhost:4000) starten:
|
|
|
|
```shell
|
|
jekyll serve --livereload
|
|
```
|
|
|
|
Seite mittels rsync (via scp) auf den Server laden (erfordert _deploy.yml mit den Zugangsdaten):
|
|
|
|
```shell
|
|
jekyll build
|
|
octopress deploy
|
|
```
|
|
|
|
Run using Docker:
|
|
|
|
```
|
|
docker run --rm -it -p 4000:4000 -v "$PWD:/srv/jekyll" jekyll/jekyll jekyll serve --watch --host "0.0.0.0" --config _config.yml,_config.dev.yml
|
|
```
|
|
|
|
Run using Docker with Docker Compose:
|
|
```
|
|
docker-compose up
|
|
```
|
|
|
|
## OSS used in { Personal }
|
|
|
|
One of the reasons { Personal } is real is the following OSS projects:
|
|
|
|
1. [Grayscale](http://startbootstrap.com/template-overviews/grayscale/)
|
|
2. [hammer.js](https://hammerjs.github.io/)
|
|
3. [highlightjs](https://highlightjs.org/)
|
|
4. [RRSSB](https://github.com/kni-labs/rrssb)
|
|
5. [Timeline](https://github.com/kirbyt/timeline-jekyll-theme)
|
|
6. [typed.js](https://github.com/mattboldt/typed.js/)
|
|
|
|
<div style="font-size:16px;margin:0 auto;width:300px">
|
|
<a href="https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi">
|
|
<img src="https://blockchain.info/Resources/buttons/donate_64.png"/>
|
|
</a>
|
|
</div>
|