From b030206ef03aaa13206f16a2a95b8cbfcc3dc768 Mon Sep 17 00:00:00 2001 From: SebastianRzk Date: Wed, 18 Feb 2026 23:00:52 +0100 Subject: [PATCH 1/2] migrate to codeberg --- Readme.md | 14 ++++++-------- docs/.eleventy.js | 1 + docs/_includes/base.njk | 3 ++- docs/_includes/menu.njk | 24 +++++++++++++++--------- docs/_includes/migration.njk | 14 ++++++++++++++ docs/assets/css/style.css | 19 +++++++++++++++++++ 6 files changed, 57 insertions(+), 18 deletions(-) create mode 100644 docs/_includes/migration.njk diff --git a/Readme.md b/Readme.md index d041290..18a3c0d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,15 +1,13 @@ # Looksyk -![banner](docs/banner.png) +# Looksyk has moved to Codeberg. -![GithubCI](https://github.com/SebastianRzk/Looksyk/actions/workflows/build.yml/badge.svg?branch=stable) +# The new repository is located at: [https://codeberg.org/sebastianrzk/looksyk](https://codeberg.org/sebastianrzk/looksyk) -A simple personal knowledge platform with a focus on clean markdown files, simple queries and a journal. +You can find the latest updates, source code, and documentation there. Please update your bookmarks and follow the new repository for future developments. -## Find the documentation at [sebastianrzk.github.io/Looksyk](https://sebastianrzk.github.io/Looksyk/) +You can still find the old repository on GitHub, but it will no longer receive updates or support. For the best experience and to stay up-to-date with Looksyk, please visit the new Codeberg repository. -![intro animation](docs/intro_animation.gif) +Thank you for your understanding and continued support! -## License - -This project is licensed under the AGPL3 License - see the `LICENSE` file for details. +Issues and discussions will continue to be accepted on GitHub for a while longer. However, please note that the main development takes place on Codeberg, and meaningful pull requests can only be submitted there. \ No newline at end of file diff --git a/docs/.eleventy.js b/docs/.eleventy.js index 5f4fb13..edeb3e9 100644 --- a/docs/.eleventy.js +++ b/docs/.eleventy.js @@ -5,6 +5,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy("usage"); eleventyConfig.addPassthroughCopy("*.png"); eleventyConfig.addPassthroughCopy("*.gif"); + eleventyConfig.addPassthroughCopy("*.svg"); eleventyConfig.addPassthroughCopy("google54a921dfd24bf498.html"); return { pathPrefix: config.pathPrefix, diff --git a/docs/_includes/base.njk b/docs/_includes/base.njk index f7e87ca..83c035d 100644 --- a/docs/_includes/base.njk +++ b/docs/_includes/base.njk @@ -10,6 +10,7 @@ {% include "menu.njk" %} + {% include "migration.njk" %}
@@ -21,10 +22,10 @@
+ {% include "migration.njk" %}
- {{ content | safe }}