Initial page back up and running.
This commit is contained in:
parent
2ef7861b92
commit
b4907becb1
18 changed files with 146 additions and 103 deletions
53
README.md
53
README.md
|
|
@ -1,50 +1,17 @@
|
|||
Quelldateien der Homepage unter [rolandjesse.de](https://rolandjesse.de/). Basiert auf dem [Personal Jekyll Theme](https://github.com/le4ker/personal-jekyll-theme/).
|
||||
# Homepage rolandjesse.de
|
||||
|
||||
# Seite bauen
|
||||
## Setup
|
||||
|
||||
Jekyll und die erforderlichen Gems installieren:
|
||||
|
||||
```shell
|
||||
bundle install
|
||||
```console
|
||||
git submodule add https://github.com/hugo-toha/toha themes/toha
|
||||
```
|
||||
|
||||
Seite bauen und lokalen Server unter [localhost:4000](http://localhost:4000) starten:
|
||||
`make`-Targets:
|
||||
|
||||
```shell
|
||||
jekyll serve --livereload
|
||||
```
|
||||
* `make serve`: build locally and start development server
|
||||
* `make deploy`: build and deploy (via `rsync`)
|
||||
* `make clean`: remove the `public` folder that might have been created
|
||||
|
||||
Seite mittels rsync (via scp) auf den Server laden (erfordert _deploy.yml mit den Zugangsdaten):
|
||||
## Related
|
||||
|
||||
```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>
|
||||
Uses the [toha](https://github.com/hugo-toha/toha) theme.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue