Hello fellow Owlins! Welcome to the hompage repository of the Sleepy Owls. You can find the hosted version of our website at https://www.sleepyowls.de
Find a file
2025-10-31 09:45:30 +01:00
.bundle Updated site 2025-10-28 16:02:19 +01:00
_data Added more content to members 2025-05-21 10:14:56 +02:00
_includes Fixed theme icon synchronization error on first load 2025-07-02 14:25:48 +00:00
_layouts Updated site 2025-10-28 16:02:19 +01:00
_posts Updated posts 2025-05-15 17:55:25 +00:00
_sass Updated site 2025-10-28 16:02:19 +01:00
assets Fixed theme icon synchronization error on first load 2025-07-02 14:25:48 +00:00
.gitignore Default structure for website 2025-03-12 10:50:41 +01:00
404.html Modified project structure and changed copyright message 2025-03-15 13:01:09 +01:00
_config.yml Added text animation 2025-05-21 13:36:34 +02:00
favicon-16x16.png Dark Mode + Multi Language 2025-03-14 13:17:07 +01:00
favicon-32x32.png Dark Mode + Multi Language 2025-03-14 13:17:07 +01:00
favicon.ico Dark Mode + Multi Language 2025-03-14 13:17:07 +01:00
Gemfile Added text animation 2025-05-21 13:36:34 +02:00
Gemfile.lock Updated site 2025-10-28 16:02:19 +01:00
index.md Switched to about us translation variable 2025-05-09 18:41:07 +02:00
LICENSE.md Modified project structure and changed copyright message 2025-03-15 13:01:09 +01:00
members.de.html Updated site 2025-10-28 16:02:19 +01:00
members.en.html Updated english version again 2025-10-31 09:45:30 +01:00
projects.de.html Fixed unclosed heading 2025-05-21 13:36:48 +02:00
projects.en.html Removed project overview layout 2025-05-10 18:19:59 +02:00
README.md README.md aktualisiert 2025-03-15 11:58:05 +00:00

SleepyOwls Website Instructions

Installing Jekyll

Prerequisites

  • Ruby version 2.7.0 or higher, including all development headers (check your Ruby version using ruby -v)
  • RubyGems (check your Gems version using gem -v)
  • GCC and Make (check versions using gcc -v, g++ -v and make -v)

For detailed install instructions, follow the guides provided by Jekyll.

Installing Jekyll

  1. Install all prerequisites
  2. Install the jekyll and bundler gems.
gem install jekyll bundler
  1. Check your Jekyll version using jekyll -v
  2. Check your Bundler version using bundle -v

Developing Locally

To start making changes to the site locally clone the repository via:

git clone https://git.hikuhome.de/SleepyOwls/homepage.git

Then navigate into the repo and run bundle install to install all dependencies declared in the Gemfile.

Finally run bundle exec jekyll serve to start the local development server.

The website is then available at http://localhost:4000/.

Further information can be found in the Jekyll documentation.

Posting

Create a new post