Jekyll source for the homepage at https://rolandjesse.de/
| .github | ||
| _includes | ||
| _layouts | ||
| _sass | ||
| blog | ||
| categories | ||
| css | ||
| fonts | ||
| img | ||
| js | ||
| scripts | ||
| tags | ||
| .gitignore | ||
| .travis.yml | ||
| 404.html | ||
| _config.dev.yml | ||
| _config.yml | ||
| contact.html | ||
| docker-compose.yml | ||
| feed.xml | ||
| Gemfile | ||
| index.html | ||
| LICENSE | ||
| Makefile | ||
| manifest.json | ||
| README.md | ||
| robots.txt | ||
| sitemap.xml | ||
| timeline.html | ||
Quelldateien der Homepage unter rolandjesse.de. Basiert auf dem Personal Jekyll Theme.
Seite bauen
Jekyll und die erforderlichen Gems installieren:
bundle install
Seite bauen und lokalen Server unter localhost:4000 starten:
jekyll serve --livereload
Seite mittels rsync (via scp) auf den Server laden (erfordert _deploy.yml mit den Zugangsdaten):
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: