diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml
new file mode 100644
index 0000000..559bddf
--- /dev/null
+++ b/.github/workflows/jekyll-gh-pages.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+ # Runs on pushes targeting the default branch
+ push:
+ branches: ["main"]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+ group: "pages"
+ cancel-in-progress: false
+
+jobs:
+ # Build job
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v3
+ - name: Setup Pages
+ uses: actions/configure-pages@v3
+ - name: Build with Jekyll
+ uses: actions/jekyll-build-pages@v1
+ with:
+ source: ./
+ destination: ./_site
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v2
+
+ # Deployment job
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f40fbd8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+_site
+.sass-cache
+.jekyll-cache
+.jekyll-metadata
+vendor
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..7f3c00f
--- /dev/null
+++ b/404.html
@@ -0,0 +1,25 @@
+---
+permalink: /404.html
+layout: base
+---
+
+
+
+
+
404
+
+
Page not found :(
+
The requested page could not be found.
+
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..830e4bb
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,40 @@
+source "https://rubygems.org"
+# Hello! This is where you manage which Jekyll version is used to run.
+# When you want to use a different version, change it below, save the
+# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
+#
+# bundle exec jekyll serve
+#
+# This will help ensure the proper Jekyll version is running.
+# Happy Jekylling!
+# gem "jekyll", "~> 4.3.1"
+# This is the default theme for new Jekyll sites. You may change this to anything you like.
+# gem "minima", "~> 2.5"
+# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
+# uncomment the line below. To upgrade, run `bundle update github-pages`.
+gem "github-pages", "~> 228", group: :jekyll_plugins
+# If you have any plugins, put them here!
+group :jekyll_plugins do
+ gem "jekyll-feed", "~> 0.15.1"
+ gem "jekyll-remote-theme", "~> 0.4.3"
+end
+
+# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
+# and associated library.
+platforms :mingw, :x64_mingw, :mswin, :jruby do
+ gem "tzinfo", ">= 1", "< 3"
+ gem "tzinfo-data"
+end
+
+# Performance-booster for watching directories on Windows
+gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
+
+# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
+# do not have a Java counterpart.
+gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
+
+gem "webrick", "~> 1.8.1"
+
+gem "faraday-retry", "~> 2.2.0"
+
+gem 'jekyll-redirect-from', '~> 0.16.0'
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..b70bed5
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,278 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ activesupport (7.0.7.2)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ tzinfo (~> 2.0)
+ addressable (2.8.5)
+ public_suffix (>= 2.0.2, < 6.0)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.11.1)
+ colorator (1.1.0)
+ commonmarker (0.23.10)
+ concurrent-ruby (1.2.2)
+ dnsruby (1.70.0)
+ simpleidn (~> 0.2.1)
+ em-websocket (0.5.3)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0)
+ ethon (0.16.0)
+ ffi (>= 1.15.0)
+ eventmachine (1.2.7)
+ execjs (2.8.1)
+ faraday (2.7.10)
+ faraday-net_http (>= 2.0, < 3.1)
+ ruby2_keywords (>= 0.0.4)
+ faraday-net_http (3.0.2)
+ faraday-retry (2.2.0)
+ faraday (~> 2.0)
+ ffi (1.15.5)
+ ffi (1.15.5-x64-unknown)
+ forwardable-extended (2.6.0)
+ gemoji (3.0.1)
+ github-pages (228)
+ github-pages-health-check (= 1.17.9)
+ jekyll (= 3.9.3)
+ jekyll-avatar (= 0.7.0)
+ jekyll-coffeescript (= 1.1.1)
+ jekyll-commonmark-ghpages (= 0.4.0)
+ jekyll-default-layout (= 0.1.4)
+ jekyll-feed (= 0.15.1)
+ jekyll-gist (= 1.5.0)
+ jekyll-github-metadata (= 2.13.0)
+ jekyll-include-cache (= 0.2.1)
+ jekyll-mentions (= 1.6.0)
+ jekyll-optional-front-matter (= 0.3.2)
+ jekyll-paginate (= 1.1.0)
+ jekyll-readme-index (= 0.3.0)
+ jekyll-redirect-from (= 0.16.0)
+ jekyll-relative-links (= 0.6.1)
+ jekyll-remote-theme (= 0.4.3)
+ jekyll-sass-converter (= 1.5.2)
+ jekyll-seo-tag (= 2.8.0)
+ jekyll-sitemap (= 1.4.0)
+ jekyll-swiss (= 1.0.0)
+ jekyll-theme-architect (= 0.2.0)
+ jekyll-theme-cayman (= 0.2.0)
+ jekyll-theme-dinky (= 0.2.0)
+ jekyll-theme-hacker (= 0.2.0)
+ jekyll-theme-leap-day (= 0.2.0)
+ jekyll-theme-merlot (= 0.2.0)
+ jekyll-theme-midnight (= 0.2.0)
+ jekyll-theme-minimal (= 0.2.0)
+ jekyll-theme-modernist (= 0.2.0)
+ jekyll-theme-primer (= 0.6.0)
+ jekyll-theme-slate (= 0.2.0)
+ jekyll-theme-tactile (= 0.2.0)
+ jekyll-theme-time-machine (= 0.2.0)
+ jekyll-titles-from-headings (= 0.5.3)
+ jemoji (= 0.12.0)
+ kramdown (= 2.3.2)
+ kramdown-parser-gfm (= 1.1.0)
+ liquid (= 4.0.4)
+ mercenary (~> 0.3)
+ minima (= 2.5.1)
+ nokogiri (>= 1.13.6, < 2.0)
+ rouge (= 3.26.0)
+ terminal-table (~> 1.4)
+ github-pages-health-check (1.17.9)
+ addressable (~> 2.3)
+ dnsruby (~> 1.60)
+ octokit (~> 4.0)
+ public_suffix (>= 3.0, < 5.0)
+ typhoeus (~> 1.3)
+ html-pipeline (2.14.3)
+ activesupport (>= 2)
+ nokogiri (>= 1.4)
+ http_parser.rb (0.8.0)
+ i18n (1.14.1)
+ concurrent-ruby (~> 1.0)
+ jekyll (3.9.3)
+ addressable (~> 2.4)
+ colorator (~> 1.0)
+ em-websocket (~> 0.5)
+ i18n (>= 0.7, < 2)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 2.0)
+ kramdown (>= 1.17, < 3)
+ liquid (~> 4.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (>= 1.7, < 4)
+ safe_yaml (~> 1.0)
+ jekyll-avatar (0.7.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-coffeescript (1.1.1)
+ coffee-script (~> 2.2)
+ coffee-script-source (~> 1.11.1)
+ jekyll-commonmark (1.4.0)
+ commonmarker (~> 0.22)
+ jekyll-commonmark-ghpages (0.4.0)
+ commonmarker (~> 0.23.7)
+ jekyll (~> 3.9.0)
+ jekyll-commonmark (~> 1.4.0)
+ rouge (>= 2.0, < 5.0)
+ jekyll-default-layout (0.1.4)
+ jekyll (~> 3.0)
+ jekyll-feed (0.15.1)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-gist (1.5.0)
+ octokit (~> 4.2)
+ jekyll-github-metadata (2.13.0)
+ jekyll (>= 3.4, < 5.0)
+ octokit (~> 4.0, != 4.4.0)
+ jekyll-include-cache (0.2.1)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-mentions (1.6.0)
+ html-pipeline (~> 2.3)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-optional-front-matter (0.3.2)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-paginate (1.1.0)
+ jekyll-readme-index (0.3.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-redirect-from (0.16.0)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-relative-links (0.6.1)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-remote-theme (0.4.3)
+ addressable (~> 2.0)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
+ rubyzip (>= 1.3.0, < 3.0)
+ jekyll-sass-converter (1.5.2)
+ sass (~> 3.4)
+ jekyll-seo-tag (2.8.0)
+ jekyll (>= 3.8, < 5.0)
+ jekyll-sitemap (1.4.0)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-swiss (1.0.0)
+ jekyll-theme-architect (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-cayman (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-dinky (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-hacker (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-leap-day (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-merlot (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-midnight (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-minimal (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-modernist (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-primer (0.6.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-github-metadata (~> 2.9)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-slate (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-tactile (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-time-machine (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-titles-from-headings (0.5.3)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-watch (2.2.1)
+ listen (~> 3.0)
+ jemoji (0.12.0)
+ gemoji (~> 3.0)
+ html-pipeline (~> 2.2)
+ jekyll (>= 3.0, < 5.0)
+ kramdown (2.3.2)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
+ liquid (4.0.4)
+ listen (3.8.0)
+ rb-fsevent (~> 0.10, >= 0.10.3)
+ rb-inotify (~> 0.9, >= 0.9.10)
+ mercenary (0.3.6)
+ mini_portile2 (2.8.4)
+ minima (2.5.1)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-feed (~> 0.9)
+ jekyll-seo-tag (~> 2.1)
+ minitest (5.19.0)
+ nokogiri (1.15.4)
+ mini_portile2 (~> 2.8.2)
+ racc (~> 1.4)
+ octokit (4.25.1)
+ faraday (>= 1, < 3)
+ sawyer (~> 0.9)
+ pathutil (0.16.2)
+ forwardable-extended (~> 2.6)
+ public_suffix (4.0.7)
+ racc (1.7.1)
+ rb-fsevent (0.11.2)
+ rb-inotify (0.10.1)
+ ffi (~> 1.0)
+ rexml (3.2.6)
+ rouge (3.26.0)
+ ruby2_keywords (0.0.5)
+ rubyzip (2.3.2)
+ safe_yaml (1.0.5)
+ sass (3.7.4)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ sawyer (0.9.2)
+ addressable (>= 2.3.5)
+ faraday (>= 0.17.3, < 3)
+ simpleidn (0.2.1)
+ unf (~> 0.1.4)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
+ typhoeus (1.4.0)
+ ethon (>= 0.9.0)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
+ tzinfo-data (1.2023.3)
+ tzinfo (>= 1.0.0)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.8.2)
+ unicode-display_width (1.8.0)
+ wdm (0.1.1)
+ webrick (1.8.1)
+
+PLATFORMS
+ x64-unknown
+ x64-unknown
+ x86_64-linux
+
+DEPENDENCIES
+ faraday-retry (~> 2.2.0)
+ github-pages (~> 228)
+ http_parser.rb (~> 0.6.0)
+ jekyll-feed (~> 0.15.1)
+ jekyll-redirect-from (~> 0.16.0)
+ jekyll-remote-theme (~> 0.4.3)
+ tzinfo (>= 1, < 3)
+ tzinfo-data
+ wdm (~> 0.1.1)
+ webrick (~> 1.8.1)
+
+BUNDLED WITH
+ 2.3.25
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e52454f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Artem Bashev
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5edbdf9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# Development
+
+1. Install Ruby 3.1+
+2. `gem install bundler`
+3. `bundle install && bundle update --all`
+4. `bundle exec jekyll serve --livereload`
+5. Navigate to [http://localhost:4000](http://localhost:4000)
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..354e897
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,35 @@
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your whole blog, values
+# which you are expected to set up once and rarely edit after that. If you find
+# yourself editing this file very often, consider using Jekyll's data files
+# feature for the data you need to update frequently.
+#
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
+#
+# If you need help with YAML syntax, here are some quick references for you:
+# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
+# https://learnxinyminutes.com/docs/yaml/
+
+title: 7CoreLoops
+author:
+ name: 7CoreLoops
+ email: artem.bashev@gmail.com
+description: The quick red fox jumps over the lazy wolf in space and time
+url: "http://www.7coreloops.net"
+
+# Build settings
+incremental: false
+remote_theme: jekyll/minima
+minima:
+ skin: auto
+
+plugins:
+ - jekyll-feed
+ - jekyll-remote-theme
+ - jekyll-redirect-from
+
+show_excerpts: true
+
+exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'CNAME', 'LICENSE']
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..14bd541
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,26 @@
+
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 0000000..cd067ff
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,8 @@
+---
+layout: base
+---
+
+
+ {{ content }}
+
+
\ No newline at end of file
diff --git a/_posts/2022-11-15-welcome-to-7coreloops.markdown b/_posts/2022-11-15-welcome-to-7coreloops.markdown
new file mode 100644
index 0000000..5b1066f
--- /dev/null
+++ b/_posts/2022-11-15-welcome-to-7coreloops.markdown
@@ -0,0 +1,10 @@
+---
+layout: post
+title: "Welcome to 7CoreLoops homepage!"
+date: 2022-11-15 20:17:43 +0200
+categories: feed
+---
+
+![It ain't much, but it's honest work](/assets/posts/aint.jpg)
+
+[RIP Dave](https://en.wikipedia.org/wiki/David_Brandt_(farmer))
diff --git a/_posts/2022-11-17-website-updates.markdown b/_posts/2022-11-17-website-updates.markdown
new file mode 100644
index 0000000..f2e52f1
--- /dev/null
+++ b/_posts/2022-11-17-website-updates.markdown
@@ -0,0 +1,14 @@
+---
+layout: post
+title: "November website updates"
+date: 2022-11-17 18:00:00 +0200
+categories: feed
+---
+
+* Auto-dark theme enabled
+* Mobile layout optimized
+* [About the Team](https://7coreloops.net/team) section added
+* Google analytics enabled, feel free to adblock it `¯\_(ツ)_/¯`
+* Social links added to the footer (Discord and YouTube)
+* Fixed bug with The Quest iframe PDF reader downloading file on the mobiles, instead of showing it
+* Adjusted iframe width and sizes for desktops and mobile devices
diff --git a/_posts/2022-11-19-everglow-update.markdown b/_posts/2022-11-19-everglow-update.markdown
new file mode 100644
index 0000000..185a09a
--- /dev/null
+++ b/_posts/2022-11-19-everglow-update.markdown
@@ -0,0 +1,13 @@
+---
+layout: post
+title: 'Everglow updated to 1.1 aka "Very Small Planet"'
+date: 2022-11-19 20:07:22 +0200
+categories: feed
+---
+
+### [Changelog](https://store.steampowered.com/news/app/1763150/view/3477370296015532908?l=english)
+
+* Several typos fixed
+* Added main menu button to our new [this website](https://7coreloops.net/) (firefox icon)
+* Added main menu reference [origin and attribution](https://www.furaffinity.net/view/33236820/)
+* Built with latest RenPy and Steam SDK
diff --git a/_posts/2022-12-08-boosty-patreon.markdown b/_posts/2022-12-08-boosty-patreon.markdown
new file mode 100644
index 0000000..0e7bf27
--- /dev/null
+++ b/_posts/2022-12-08-boosty-patreon.markdown
@@ -0,0 +1,26 @@
+---
+layout: post
+title: "Consider supporting us!"
+date: 2022-12-09 18:00:00 +0200
+categories: feed
+---
+
+### We now have a [Boosty](https://boosty.to/7coreloops) and [Patreon](https://www.patreon.com/7CoreLoops) pages to do so.
+
+You can subscribe to the only role of the Pholph so far (~2USD) to get access to the early access channel of ["Sonata for an untuned cello"](/sonata) in our [discord](https://discord.com/invite/XXjEEuERMV)
+
+### FAQ on Boosty/Patreon
+
+- Is this also going to sponsor ["Everglow: The Lost Days"](/lost-days)? No, this is just to support the ["Sonata for an untuned cello"](/sonata) webcomic.
+
+- Where will the money go? To pay for outsourced comic artist and the script-doctor (so it won't be amateur~ish like Everglow).
+
+- Will there be a translation into English? Original comic production in in English, translation to other languages possible.
+
+- Can I read comics without a subscription? Yes, chapter by chapter. For free.
+
+- How long project will be in production? With current artist speed - more than 1 year. We will try to release chapter per quarter.
+
+- What will the subscription give me? Access to a private chat where sketches, author's footnotes and the comic itself will be posted page by page as soon as they will get ready.
+
+- Why do you need crowdfunding? To compensate just production costs of it. We not looking for profits in general. Just want to share a story.
diff --git a/_posts/2022-12-20-lost-days-sneak-peak.markdown b/_posts/2022-12-20-lost-days-sneak-peak.markdown
new file mode 100644
index 0000000..3e248de
--- /dev/null
+++ b/_posts/2022-12-20-lost-days-sneak-peak.markdown
@@ -0,0 +1,41 @@
+---
+layout: post
+title: "Everglow: Lost Days sneak peak!"
+date: 2022-12-20 18:00:00 +0200
+categories: feed
+---
+
+It's already a little bit left before the new year and Christmas and we want to share a sneak peak on the project. So what will The Lost Days be like?
+
+
+
+### Gameplay features
+
+* This will be a new standalone game (not DLC).
+* Game will be much longer than Everglow.
+* This is not a sequel or a prequel. The story will be about the time interval between Glow's arrival on the wolf planet and her departure on the Arbiter of Fate (10 years of lost days, huh)
+* You will get answers to the questions and plot holes of the original game (as much as possible). This will also be clear to new players (who haven't played original Everglow)
+* You will find yourself on the other side of the barricades and meet old friends.
+* There will be ONE true ending and many chances to screw up everything. (Backbone sends his regards)
+* You won't be playing as Glow. This is story of newly minted wolf inspector Clarissa Squalus who is trying to solve a mysterious case #591286729879 (why the hell its so long?!)
+* The game will be paid (but up to $15). We plan to look for a publisher because we will not pull such a project only with Aristarhys mentally and physically.
+
+### Technical features
+
+* **Platform**: PC, Steam. (there will be no mobile version)
+* **Genre**: Visual novel, but we plan to add puzzles, mini-games and more interactive elements + a dash of RPG (Everglow was mostly a kinetic novel)
+* **Engine**: Ren'py 8 (Everglow was made on 7)
+* **Main language**: English (now with normal proof-read)
+* **Additional translation**: Russian (in Everglow it was the opposite and it created a lot of problems)
+* **Voice acting**: we will try to do the voice acting of the main characters (and not just the endings like Everglow, although it had its own specific effect)
+* **Music: will change**, the original composer of Everglow is busy and cannot cooperate with us.
+* **Setting**: less science fiction - more dystopia
+* **Graphic style**: Will change, the original Everglow artist is busy and cannot collaborate with us. But we plan to switch to Live2D models and maintain a similar art-style.
+
+### Roadmap
+
+We don't have a clear roadmap yet. But we plan to prepare a design document and a playable demo/MVP by the summer of 2023 in order to look for a publisher and investments. After that, the demo will be available to everyone!
diff --git a/_posts/2023-02-25-boosty-patreon-discontinued.markdown b/_posts/2023-02-25-boosty-patreon-discontinued.markdown
new file mode 100644
index 0000000..66c1dae
--- /dev/null
+++ b/_posts/2023-02-25-boosty-patreon-discontinued.markdown
@@ -0,0 +1,21 @@
+---
+layout: post
+title: "February updates"
+date: 2023-02-25 18:00:00 +0200
+categories: feed
+---
+
+### Boosty and Patreon campaigns are discontinued.
+
+[Boosty](https://boosty.to/7coreloops) and [Patreon](https://www.patreon.com/7CoreLoops) are no longer supported, but work on ["Sonata for an untuned cello"](/sonata) will continue and have estimated soft deadline of delivery for *25 Dec 2023*.
+
+Pholph role and exclusive channels with updates will be preserved.
+
+First chapter will be ready for the public release pretty soon, so stay tuned.
+
+
+### Merch
+
+Checkout our merch dedicated to our [next project](/lost-days) (wallpapers, mug, t-shirt) [pack](https://drive.google.com/drive/folders/1EqPrbP1x0cLxWJedazld6kj-xK9fz1OG).
+
+You can learn more in our [discord](https://discord.com/invite/XXjEEuERMV).
diff --git a/_posts/2023-03-30-sonata-pdf.markdown b/_posts/2023-03-30-sonata-pdf.markdown
new file mode 100644
index 0000000..0be8480
--- /dev/null
+++ b/_posts/2023-03-30-sonata-pdf.markdown
@@ -0,0 +1,12 @@
+---
+layout: post
+title: "First pages of Sonata available"
+date: 2023-03-30 8:00:00 +0200
+categories: feed
+---
+
+### "Sonata For An Untuned Cello" intro available for public.
+
+First 10 pages of web comic available in [english](/sonata) or [russian](/sonata_ru).
+
+Feel free to leave your impression at our [discord](https://discord.com/invite/XXjEEuERMV).
diff --git a/_posts/2023-04-21-vk.markdown b/_posts/2023-04-21-vk.markdown
new file mode 100644
index 0000000..806162a
--- /dev/null
+++ b/_posts/2023-04-21-vk.markdown
@@ -0,0 +1,14 @@
+---
+layout: post
+title: "Vkontakte page established"
+date: 2023-04-21 18:00:00 +0200
+categories: feed
+---
+
+### 7coreloops now have VK page.
+
+For now it's for publishing "Sonata" (🇷🇺 16+ version), but it's still worth checking [our vk page](https://vk.com/7coreloops).
+
+### Ratings are set
+
+Our projects now have "suggested" [PEGI](https://pegi.info/) / RARS ratings just to be sure our content properly aligned with consumers.
diff --git a/_posts/2023-04-27-fan-art.markdown b/_posts/2023-04-27-fan-art.markdown
new file mode 100644
index 0000000..090d6cc
--- /dev/null
+++ b/_posts/2023-04-27-fan-art.markdown
@@ -0,0 +1,8 @@
+---
+layout: post
+title: "First Everglow Fan Art By Leshey"
+date: 2023-04-27 18:00:00 +0200
+categories: feed
+---
+
+![Glow by Leshey](/assets/posts/glow.jpg)
diff --git a/_posts/2023-05-04-grim-dark.markdown b/_posts/2023-05-04-grim-dark.markdown
new file mode 100644
index 0000000..5f8cb3e
--- /dev/null
+++ b/_posts/2023-05-04-grim-dark.markdown
@@ -0,0 +1,10 @@
+---
+layout: post
+title: "May the 4th be with you"
+date: 2023-05-04 18:00:00 +0200
+categories: feed
+---
+
+- VK page discontinued.
+- "Everglow: Lost Days" is in "cancelled" state until futher notice.
+- "Sonata For An Untuned Cello" is in "cancelled" state until futher notice.
diff --git a/_posts/2023-06-02-fanart-2.markdown b/_posts/2023-06-02-fanart-2.markdown
new file mode 100644
index 0000000..6594ac2
--- /dev/null
+++ b/_posts/2023-06-02-fanart-2.markdown
@@ -0,0 +1,8 @@
+---
+layout: post
+title: "Second Everglow Fan Art By Leshey"
+date: 2023-06-02 18:00:00 +0200
+categories: feed
+---
+
+![Eve by Leshey](/assets/posts/eve.jpg)
diff --git a/_posts/2023-06-03-end-of-sonata.markdown b/_posts/2023-06-03-end-of-sonata.markdown
new file mode 100644
index 0000000..679e616
--- /dev/null
+++ b/_posts/2023-06-03-end-of-sonata.markdown
@@ -0,0 +1,18 @@
+---
+layout: post
+title: "Sonata pages 11-16 released"
+date: 2023-06-03 9:00:00 +0200
+categories: feed
+---
+
+![Sonata end](/assets/posts/end.jpg)
+
+As stated in previous post webcomic "Sonata For An Untuned Cello" is in "cancelled" state, but last pages (3) had arrived anyway.
+
+You can check "completed" version at [sonata page](/sonata)
+
+### Changelog
+
+- Alternative cover used. Originally it was presented in now defunct russian 16+ version of translation (original cover is intact and located at the last page).
+
+- Russian version sfx fixed at page 7
diff --git a/_posts/2023-06-03-russian-quest.markdown b/_posts/2023-06-03-russian-quest.markdown
new file mode 100644
index 0000000..44734d0
--- /dev/null
+++ b/_posts/2023-06-03-russian-quest.markdown
@@ -0,0 +1,10 @@
+---
+layout: post
+title: "\"The quest\" translated to Russian"
+date: 2023-06-03 18:00:00 +0200
+categories: feed
+---
+
+![The Quest](/assets/posts/quest.jpg)
+
+You can check russian version at [the quest page](/quest_ru)
diff --git a/_posts/2023-06-21-comics-moved.md b/_posts/2023-06-21-comics-moved.md
new file mode 100644
index 0000000..68d13fa
--- /dev/null
+++ b/_posts/2023-06-21-comics-moved.md
@@ -0,0 +1,8 @@
+---
+layout: post
+title: "Comics moved to the author page"
+date: 2023-06-21 10:00:00 +0200
+categories: feed
+---
+
+"The Quest" and "Sonata for an untuned cello" were moved to the author [page](https://aristarhys.itch.io/)
diff --git a/_posts/2023-07-28-everglow-definitive-edition.md b/_posts/2023-07-28-everglow-definitive-edition.md
new file mode 100644
index 0000000..7259c65
--- /dev/null
+++ b/_posts/2023-07-28-everglow-definitive-edition.md
@@ -0,0 +1,10 @@
+---
+layout: post
+title: "Everglow v1.3 \"Definitive Edition\" released"
+date: 2023-07-28 16:00:00 +0200
+categories: feed
+---
+
+![Everglow v1.3 "Definitive edition"](/assets/posts/definitive.jpg)
+
+[Everglow](/everglow) was updated to v1.3 "Definitive edition" on [steam](https://store.steampowered.com/news/app/1763150/view/3663166607171342802) and [itch.io](https://aristarhys.itch.io/everglow/devlog/566738/everglow-v13-definitive-edition-released)
diff --git a/assets/css/style.css b/assets/css/style.css
new file mode 100644
index 0000000..2a7a481
--- /dev/null
+++ b/assets/css/style.css
@@ -0,0 +1,290 @@
+:root { --minima-brand-color: #828282; --minima-brand-color-light: #e8e8e8; --minima-brand-color-dark: #424242; --minima-site-title-color: #424242; --minima-text-color: #111111; --minima-background-color: #fdfdfd; --minima-code-background-color: #eeeeff; --minima-link-base-color: #2a7ae2; --minima-link-visited-color: #1756a9; --minima-link-hover-color: #111111; --minima-border-color-01: #e8e8e8; --minima-border-color-02: #dbdbdb; --minima-border-color-03: #424242; --minima-table-text-color: #3f3f3f; --minima-table-zebra-color: #f7f7f7; --minima-table-header-bg-color: #f0f0f0; --minima-table-header-border: #e0e0e0; --minima-table-border-color: #e8e8e8; }
+
+.highlight .c { color: #998; font-style: italic; }
+.highlight .err { color: #a61717; background-color: #e3d2d2; }
+.highlight .k { font-weight: bold; }
+.highlight .o { font-weight: bold; }
+.highlight .cm { color: #998; font-style: italic; }
+.highlight .cp { color: #999; font-weight: bold; }
+.highlight .c1 { color: #998; font-style: italic; }
+.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
+.highlight .gd { color: #000; background-color: #fdd; }
+.highlight .gd .x { color: #000; background-color: #faa; }
+.highlight .ge { font-style: italic; }
+.highlight .gr { color: #a00; }
+.highlight .gh { color: #999; }
+.highlight .gi { color: #000; background-color: #dfd; }
+.highlight .gi .x { color: #000; background-color: #afa; }
+.highlight .go { color: #888; }
+.highlight .gp { color: #555; }
+.highlight .gs { font-weight: bold; }
+.highlight .gu { color: #aaa; }
+.highlight .gt { color: #a00; }
+.highlight .kc { font-weight: bold; }
+.highlight .kd { font-weight: bold; }
+.highlight .kp { font-weight: bold; }
+.highlight .kr { font-weight: bold; }
+.highlight .kt { color: #458; font-weight: bold; }
+.highlight .m { color: #099; }
+.highlight .s { color: #d14; }
+.highlight .na { color: #008080; }
+.highlight .nb { color: #0086B3; }
+.highlight .nc { color: #458; font-weight: bold; }
+.highlight .no { color: #008080; }
+.highlight .ni { color: #800080; }
+.highlight .ne { color: #900; font-weight: bold; }
+.highlight .nf { color: #900; font-weight: bold; }
+.highlight .nn { color: #555; }
+.highlight .nt { color: #000080; }
+.highlight .nv { color: #008080; }
+.highlight .ow { font-weight: bold; }
+.highlight .w { color: #bbb; }
+.highlight .mf { color: #099; }
+.highlight .mh { color: #099; }
+.highlight .mi { color: #099; }
+.highlight .mo { color: #099; }
+.highlight .sb { color: #d14; }
+.highlight .sc { color: #d14; }
+.highlight .sd { color: #d14; }
+.highlight .s2 { color: #d14; }
+.highlight .se { color: #d14; }
+.highlight .sh { color: #d14; }
+.highlight .si { color: #d14; }
+.highlight .sx { color: #d14; }
+.highlight .sr { color: #009926; }
+.highlight .s1 { color: #d14; }
+.highlight .ss { color: #990073; }
+.highlight .bp { color: #999; }
+.highlight .vc { color: #008080; }
+.highlight .vg { color: #008080; }
+.highlight .vi { color: #008080; }
+.highlight .il { color: #099; }
+
+@media (prefers-color-scheme: dark) { :root { --minima-brand-color: #999999; --minima-brand-color-light: #a6a6a6; --minima-brand-color-dark: #404040; --minima-site-title-color: #a6a6a6; --minima-text-color: #bbbbbb; --minima-background-color: #181818; --minima-code-background-color: #212121; --minima-link-base-color: #79b8ff; --minima-link-visited-color: #79b8ff; --minima-link-hover-color: #bbbbbb; --minima-border-color-01: #404040; --minima-border-color-02: #a6a6a6; --minima-border-color-03: #999999; --minima-table-text-color: #bbbbbb; --minima-table-zebra-color: #222222; --minima-table-header-bg-color: #323232; --minima-table-header-border: #4e4e4e; --minima-table-border-color: #404040; }
+ .highlight .c { color: #545454; font-style: italic; }
+ .highlight .err { color: #f07178; background-color: #e3d2d2; }
+ .highlight .k { color: #89DDFF; font-weight: bold; }
+ .highlight .o { font-weight: bold; }
+ .highlight .cm { color: #545454; font-style: italic; }
+ .highlight .cp { color: #545454; font-weight: bold; }
+ .highlight .c1 { color: #545454; font-style: italic; }
+ .highlight .cs { color: #545454; font-weight: bold; font-style: italic; }
+ .highlight .gd { color: #000; background-color: #fdd; }
+ .highlight .gd .x { color: #000; background-color: #faa; }
+ .highlight .ge { font-style: italic; }
+ .highlight .gr { color: #f07178; }
+ .highlight .gh { color: #999; }
+ .highlight .gi { color: #000; background-color: #dfd; }
+ .highlight .gi .x { color: #000; background-color: #afa; }
+ .highlight .go { color: #888; }
+ .highlight .gp { color: #555; }
+ .highlight .gs { font-weight: bold; }
+ .highlight .gu { color: #aaa; }
+ .highlight .gt { color: #f07178; }
+ .highlight .kc { font-weight: bold; }
+ .highlight .kd { font-weight: bold; }
+ .highlight .kp { font-weight: bold; }
+ .highlight .kr { font-weight: bold; }
+ .highlight .kt { color: #FFCB6B; font-weight: bold; }
+ .highlight .m { color: #F78C6C; }
+ .highlight .s { color: #C3E88D; }
+ .highlight .na { color: #008080; }
+ .highlight .nb { color: #EEFFFF; }
+ .highlight .nc { color: #FFCB6B; font-weight: bold; }
+ .highlight .no { color: #008080; }
+ .highlight .ni { color: #800080; }
+ .highlight .ne { color: #900; font-weight: bold; }
+ .highlight .nf { color: #82AAFF; font-weight: bold; }
+ .highlight .nn { color: #555; }
+ .highlight .nt { color: #FFCB6B; }
+ .highlight .nv { color: #EEFFFF; }
+ .highlight .ow { font-weight: bold; }
+ .highlight .w { color: #EEFFFF; }
+ .highlight .mf { color: #F78C6C; }
+ .highlight .mh { color: #F78C6C; }
+ .highlight .mi { color: #F78C6C; }
+ .highlight .mo { color: #F78C6C; }
+ .highlight .sb { color: #C3E88D; }
+ .highlight .sc { color: #C3E88D; }
+ .highlight .sd { color: #C3E88D; }
+ .highlight .s2 { color: #C3E88D; }
+ .highlight .se { color: #EEFFFF; }
+ .highlight .sh { color: #C3E88D; }
+ .highlight .si { color: #C3E88D; }
+ .highlight .sx { color: #C3E88D; }
+ .highlight .sr { color: #C3E88D; }
+ .highlight .s1 { color: #C3E88D; }
+ .highlight .ss { color: #C3E88D; }
+ .highlight .bp { color: #999; }
+ .highlight .vc { color: #FFCB6B; }
+ .highlight .vg { color: #EEFFFF; }
+ .highlight .vi { color: #EEFFFF; }
+ .highlight .il { color: #F78C6C; } }
+html { font-size: 16px; }
+
+/** Reset some basic elements */
+body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }
+
+/** Basic styling */
+body { font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif; color: var(--minima-text-color); background-color: var(--minima-background-color); -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; overflow-wrap: break-word; }
+
+/** Set `margin-bottom` to maintain vertical rhythm */
+h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }
+
+hr { margin-top: 30px; margin-bottom: 30px; }
+
+/** `main` element */
+main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }
+
+/** Images */
+img { max-width: 100%; vertical-align: middle; }
+
+/** Figures */
+figure > img { display: block; }
+
+figcaption { font-size: 14px; }
+
+/** Lists */
+ul, ol { margin-left: 30px; }
+
+li > ul, li > ol { margin-bottom: 0; }
+
+/** Headings */
+h1, h2, h3, h4, h5, h6 { font-weight: 400; }
+
+/** Links */
+a { color: var(--minima-link-base-color); text-decoration: none; }
+a:visited { color: var(--minima-link-visited-color); }
+a:hover { color: var(--minima-link-hover-color); text-decoration: underline; }
+.social-media-list a:hover, .pagination a:hover { text-decoration: none; }
+.social-media-list a:hover .username, .pagination a:hover .username { text-decoration: underline; }
+
+/** Blockquotes */
+blockquote { color: var(--minima-brand-color); border-left: 4px solid var(--minima-border-color-01); padding-left: 15px; font-size: 1.125rem; font-style: italic; }
+blockquote > :last-child { margin-bottom: 0; }
+blockquote i, blockquote em { font-style: normal; }
+
+/** Code formatting */
+pre, code { font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace; font-size: 0.9375em; border: 1px solid var(--minima-border-color-01); border-radius: 3px; background-color: var(--minima-code-background-color); }
+
+code { padding: 1px 5px; }
+
+pre { padding: 8px 12px; overflow-x: auto; }
+pre > code { border: 0; padding-right: 0; padding-left: 0; }
+
+.highlight { border-radius: 3px; background: var(--minima-code-background-color); }
+.highlighter-rouge .highlight { background: var(--minima-code-background-color); }
+
+/** Wrapper */
+.wrapper { max-width: calc(800px - (30px)); margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; }
+@media screen and (min-width: 800px) { .wrapper { max-width: calc(800px - (30px * 2)); padding-right: 30px; padding-left: 30px; } }
+
+/** Clearfix */
+.wrapper:after { content: ""; display: table; clear: both; }
+
+/** Icons */
+.orange { color: #f66a0a; }
+
+.grey { color: #828282; }
+
+.svg-icon { width: 1.25em; height: 1.25em; display: inline-block; fill: currentColor; vertical-align: text-bottom; }
+
+/** Tables */
+table { margin-bottom: 30px; width: 100%; text-align: left; color: var(--minima-table-text-color); border-collapse: collapse; border: 1px solid var(--minima-table-border-color); }
+table tr:nth-child(even) { background-color: var(--minima-table-zebra-color); }
+table th, table td { padding: 10px 15px; }
+table th { background-color: var(--minima-table-header-bg-color); border: 1px solid var(--minima-table-header-border); }
+table td { border: 1px solid var(--minima-table-border-color); }
+@media screen and (max-width: 800px) { table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } }
+
+/** Site header */
+.site-header { border-bottom: 1px solid var(--minima-border-color-01); min-height: 55.95px; line-height: 54px; position: relative; }
+
+.site-title { font-size: 1.625rem; font-weight: 300; letter-spacing: -1px; margin-bottom: 0; float: left; }
+@media screen and (max-width: 600px) { .site-title { padding-right: 45px; } }
+.site-title, .site-title:visited { color: var(--minima-site-title-color); }
+
+.site-nav { position: absolute; top: 9px; right: 15px; background-color: var(--minima-background-color); border: 1px solid var(--minima-border-color-01); border-radius: 5px; text-align: right; }
+.site-nav .nav-trigger { display: none; }
+.site-nav .menu-icon { float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
+.site-nav .menu-icon > svg path { fill: var(--minima-border-color-03); }
+.site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; }
+.site-nav input ~ .trigger { clear: both; display: none; }
+.site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; }
+.site-nav .page-link { color: var(--minima-text-color); line-height: 1.5; display: block; padding: 5px 10px; margin-left: 20px; }
+.site-nav .page-link:not(:last-child) { margin-right: 0; }
+@media screen and (min-width: 600px) { .site-nav { position: static; float: right; border: none; background-color: inherit; }
+ .site-nav label[for="nav-trigger"] { display: none; }
+ .site-nav .menu-icon { display: none; }
+ .site-nav input ~ .trigger { display: block; }
+ .site-nav .page-link { display: inline; padding: 0; margin-left: auto; }
+ .site-nav .page-link:not(:last-child) { margin-right: 20px; } }
+
+/** Site footer */
+.site-footer { border-top: 1px solid var(--minima-border-color-01); padding-top: 15px; }
+
+.footer-heading { font-size: 1.125rem; margin-bottom: 15px; }
+
+.feed-subscribe .svg-icon { padding: 5px 5px 2px 0; }
+
+.feed-subscribe a:hover { text-decoration: none !important; }
+
+.contact-list, .social-media-list, .pagination { list-style: none; margin-left: 0; }
+
+.footer-col-wrapper, .social-links { font-size: 0.9375rem; color: var(--minima-brand-color); }
+
+.footer-col-1, .footer-col-2 { width: calc(50% - (30px / 2)); }
+
+.footer-col-3 { width: calc(100% - (30px / 2)); }
+
+@media screen and (min-width: 800px) { .footer-col-1 { width: calc(35% - (30px / 2)); }
+ .footer-col-2 { width: calc(20% - (30px / 2)); }
+ .footer-col-3 { width: calc(45% - (30px / 2)); } }
+@media screen and (min-width: 600px) { .footer-col-wrapper { display: flex; }
+ .footer-col { width: calc(100% - (30px / 2)); padding: 0 15px; }
+ .footer-col:first-child { padding-right: 15px; padding-left: 0; }
+ .footer-col:last-child { padding-right: 0; padding-left: 15px; } }
+/** Page content */
+.page-content { padding: 30px 0; flex: 1 0 auto; }
+
+.page-heading { font-size: 2rem; }
+
+.post-list-heading { font-size: 1.75rem; }
+
+.post-list { margin-left: 0; list-style: none; }
+.post-list > li { margin-bottom: 30px; }
+
+.post-meta { font-size: 14px; color: var(--minima-brand-color); }
+
+.post-link { display: block; font-size: 1.5rem; }
+
+/** Posts */
+.post-header { margin-bottom: 30px; }
+
+.post-title, .post-content h1 { font-size: 2.625rem; letter-spacing: -1px; line-height: 1.15; }
+@media screen and (min-width: 800px) { .post-title, .post-content h1 { font-size: 2.625rem; } }
+
+.post-content { margin-bottom: 30px; }
+.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin-top: 30px; }
+.post-content h2 { font-size: 1.75rem; }
+@media screen and (min-width: 800px) { .post-content h2 { font-size: 2rem; } }
+.post-content h3 { font-size: 1.375rem; }
+@media screen and (min-width: 800px) { .post-content h3 { font-size: 1.625rem; } }
+.post-content h4 { font-size: 1.25rem; }
+.post-content h5 { font-size: 1.125rem; }
+.post-content h6 { font-size: 1.0625rem; }
+
+.social-media-list, .pagination { display: table; margin: 0 auto; }
+.social-media-list li, .pagination li { float: left; margin: 5px 10px 5px 0; }
+.social-media-list li:last-of-type, .pagination li:last-of-type { margin-right: 0; }
+.social-media-list li a, .pagination li a { display: block; padding: 10px 12px; border: 1px solid var(--minima-border-color-01); }
+.social-media-list li a:hover, .pagination li a:hover { border-color: var(--minima-border-color-02); }
+
+/** Pagination navbar */
+.pagination { margin-bottom: 30px; }
+.pagination li a, .pagination li div { min-width: 41px; text-align: center; box-sizing: border-box; }
+.pagination li div { display: block; padding: 7.5px; border: 1px solid transparent; }
+.pagination li div.pager-edge { color: var(--minima-border-color-01); border: 1px dashed; }
+
+/** Grid helpers */
+@media screen and (min-width: 800px) { .one-half { width: calc(50% - (30px / 2)); } }
diff --git a/assets/lost_days/clarissa.png b/assets/lost_days/clarissa.png
new file mode 100644
index 0000000..e1d6211
Binary files /dev/null and b/assets/lost_days/clarissa.png differ
diff --git a/assets/posts/aint.jpg b/assets/posts/aint.jpg
new file mode 100644
index 0000000..8d127fb
Binary files /dev/null and b/assets/posts/aint.jpg differ
diff --git a/assets/posts/definitive.jpg b/assets/posts/definitive.jpg
new file mode 100644
index 0000000..38f67df
Binary files /dev/null and b/assets/posts/definitive.jpg differ
diff --git a/assets/posts/end.jpg b/assets/posts/end.jpg
new file mode 100644
index 0000000..8e40fe3
Binary files /dev/null and b/assets/posts/end.jpg differ
diff --git a/assets/posts/eve.jpg b/assets/posts/eve.jpg
new file mode 100644
index 0000000..3c53b5f
Binary files /dev/null and b/assets/posts/eve.jpg differ
diff --git a/assets/posts/glow.jpg b/assets/posts/glow.jpg
new file mode 100644
index 0000000..f147f5a
Binary files /dev/null and b/assets/posts/glow.jpg differ
diff --git a/assets/posts/quest.jpg b/assets/posts/quest.jpg
new file mode 100644
index 0000000..be80cf3
Binary files /dev/null and b/assets/posts/quest.jpg differ
diff --git a/assets/rss.png b/assets/rss.png
new file mode 100644
index 0000000..fbcd67f
Binary files /dev/null and b/assets/rss.png differ
diff --git a/assets/youtube.png b/assets/youtube.png
new file mode 100644
index 0000000..22286c6
Binary files /dev/null and b/assets/youtube.png differ
diff --git a/everglow.md b/everglow.md
new file mode 100644
index 0000000..c3c41c1
--- /dev/null
+++ b/everglow.md
@@ -0,0 +1,34 @@
+---
+layout: page
+title: Everglow
+permalink: everglow
+---
+Content below is aligned with [PEGI](https://pegi.info/) 16 rating.
+
+Leave this page immediately if you are under 16 years old.
+
+
+
+
+
+
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..4ad2c13
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.markdown b/index.markdown
new file mode 100644
index 0000000..0671507
--- /dev/null
+++ b/index.markdown
@@ -0,0 +1,6 @@
+---
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+layout: home
+---
diff --git a/quest.md b/quest.md
new file mode 100644
index 0000000..a74a732
--- /dev/null
+++ b/quest.md
@@ -0,0 +1,5 @@
+---
+layout: page
+permalink: quest
+redirect_to: https://aristarhys.itch.io/the-quest
+---
diff --git a/quest_ru.md b/quest_ru.md
new file mode 100644
index 0000000..2ec5abb
--- /dev/null
+++ b/quest_ru.md
@@ -0,0 +1,5 @@
+---
+layout: page
+permalink: quest_ru
+redirect_to: https://aristarhys.itch.io/the-quest
+---
diff --git a/sonata.md b/sonata.md
new file mode 100644
index 0000000..83c18fb
--- /dev/null
+++ b/sonata.md
@@ -0,0 +1,5 @@
+---
+layout: page
+permalink: sonata
+redirect_to: https://aristarhys.itch.io/sonata
+---
diff --git a/sonata_ru.md b/sonata_ru.md
new file mode 100644
index 0000000..00d52a0
--- /dev/null
+++ b/sonata_ru.md
@@ -0,0 +1,5 @@
+---
+layout: page
+permalink: sonata_ru
+redirect_to: https://aristarhys.itch.io/sonata
+---
diff --git a/team.md b/team.md
new file mode 100644
index 0000000..dc7f660
--- /dev/null
+++ b/team.md
@@ -0,0 +1,17 @@
+---
+layout: page
+title: About the Team
+permalink: team
+---
+
+# Everglow
+
+* Concept, story and development: Artem Bashev, Bogdan Bashev
+* Artist: [Daria Zvereva](https://www.behance.net/deltadasha6787)
+* Lead designer: Dora Plume
+* Music: [Andrey Pryshchak](https://soundcloud.com/andrey-pryschak), Alexander Vigilante, [BLVCKVX](https://soundcloud.com/blvckvx)
+* Motion-design, video effects: [Artur Gabdullin](https://www.youtube.com/channel/UCv-kMiohTT68NKRDefNGQFA)
+* English voiceover (endings): [Sarah Collier](https://www.fiverr.com/sarahcollier714/provide-a-warm-and-engaging-english-accented-voiceover)
+* Russian voiceover (endings): [Natasha Belkina](https://vk.com/natasha.belkina)
+* QC: Dora Plume, Veselina Slavcheva
+* Playtesters: Isamashii, Alexander Vigilante, Anton P., NikitaFallen, Karl T.