A news site for German class about the novel "Der goldne Topf". Content etc. is fictional, obviously.
Take a look at the official instance: illustrierte.tk
# Install Ruby and other dependencies (Debian/Ubuntu):
sudo apt install ruby ruby-dev cmake
# Install Ruby and other dependencies (Fedora/CentOS/RHEL):
sudo dnf group install "C Development Tools and Libraries"
sudo dnf install ruby ruby-devel redhat-rpm-config
# Install Jekyll and Bundler gems through RubyGems:
gem install jekyll bundler
# Install dependencies:
bundle install
# Build and serve development version on http://localhost:4000/
bundle exec jekyll serve
# Build and serve development version on http://your-ip:4000/
bundle exec jekyll serve --host your-ip
# An admin interface (jekyll-admin) is available at http://localhost:4000/adminTODO: Add screenshots
TODO: Add docs
TODO: Add deployment
Die Illustrierte Website Copyright (C) 2018 Felicitas Pojtinger
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Media of Die Illustrierte Website (C) 2018 Felicitas Pojtinger
This work is licensed under a Creative Commons Attribution 4.0 International License.
