15 Commits
devel ... main

Author SHA1 Message Date
Thilo Hohlt
a31cc60cc2 Update index.html 2025-05-31 12:32:40 +02:00
Thilo Hohlt
8608a72595 Merge pull request #37 from thiloho/thiloho-patch-1
Update README.md
2025-05-31 12:30:21 +02:00
Thilo Hohlt
2fc68561c0 Update README.md 2025-05-31 12:29:40 +02:00
Thilo Hohlt
1d38061903 Update README.md 2025-05-31 12:18:55 +02:00
Thilo Hohlt
10b713d725 Merge pull request #36 from archtika/devel
Replace diff-match-patch with js-diff and fix missing filesystem deletion
2025-04-10 21:40:24 +02:00
Thilo Hohlt
36881bf79e Merge pull request #35 from archtika/devel
Use english catalog for Postgres full-text search and fix logo scaling on mobile devices
2025-04-08 13:11:00 +02:00
Thilo Hohlt
281851f9a2 Merge pull request #34 from archtika/devel
Escape user input <ins> and <del> elements in logs
2025-04-06 16:52:41 +02:00
Thilo Hohlt
0c15769f63 Merge pull request #33 from archtika/devel
Update vite and replace escaped doublequotes with normal representation
2025-04-06 12:25:43 +02:00
Thilo Hohlt
084ab000bb Merge pull request #32 from archtika/devel
Update npm dependencies
2025-03-23 17:37:47 +01:00
Thilo Hohlt
d8b471764c Merge pull request #31 from archtika/devel
Render line breaks in change log and add more usernames to the blacklist
2025-03-23 15:43:24 +01:00
Thilo Hohlt
09f1b1c533 Merge pull request #30 from archtika/devel
Update flake and use remote Nix module from nixpkgs
2025-03-09 17:37:05 +01:00
Thilo Hohlt
33acb2578c Merge pull request #29 from archtika/devel
Refactoring and small improvements
2025-01-30 00:36:47 +01:00
Thilo Hohlt
2757ddb774 Merge pull request #28 from archtika/devel
Set custom domains for docs and portfolio
2025-01-12 14:37:43 +01:00
Thilo Hohlt
94c1f46d0c Merge pull request #27 from archtika/devel
Allow removing images and wrap tables with scroll container
2025-01-11 21:15:04 +01:00
Thilo Hohlt
eba317f8de Merge pull request #26 from archtika/devel
Refactoring
2025-01-07 19:53:15 +01:00
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# archtika
> [!IMPORTANT]
> This project will no longer be maintained. It was intended as a proof of concept to demonstrate how to create, package and deploy a complex application using PostgreSQL, PostgREST, Nix and NixOS. However, it can still be used as a reference.
>
> Most of the necessary source code can be found in this repository, except for the [derivation for the NixOS module](https://github.com/NixOS/nixpkgs/blob/1ba18a17ebd052ab4a5d30f47073be68f7b50a26/nixos/modules/services/web-apps/archtika.nix) and the [derivation for the entire package](https://github.com/NixOS/nixpkgs/blob/1ba18a17ebd052ab4a5d30f47073be68f7b50a26/pkgs/by-name/ar/archtika/package.nix).
>
> For more information about archtika, please refer to the [documentation](https://github.com/thiloho/archtika/wiki), which has been moved from an individual website to this GitHub repository.
## About
archtika is a FLOSS, modern, performant, lightweight and self-hosted CMS (Content Mangement System) in the form of a web application. It allows you to easily create, manage and publish minimal, responsive and SEO friendly blogging and documentation websites using the templates provided. Contributors can also be added to a website, allowing multiple people to work on a project.

View File

@@ -16,9 +16,7 @@
<h1 class="text-2xl font-bold text-neutral-900 sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl 2xl:text-7xl">archtika</h1>
<p class="mt-2 text-xl text-neutral-700 sm:text-2xl">FLOSS, modern, performant, lightweight and self&#8209;hosted CMS</p>
<div class="mt-8 flex flex-wrap gap-6 sm:justify-end">
<a href="https://github.com/archtika/archtika" class="text-neutral-900 rounded-full bg-neutral-200 px-4 py-2 outline outline-1 outline-offset-4 outline-neutral-300 hover:bg-neutral-300 hover:underline focus:outline-2 focus:outline-neutral-900">GitHub</a>
<a href="https://docs.archtika.com" class="text-neutral-900 rounded-full bg-neutral-200 px-4 py-2 outline outline-1 outline-offset-4 outline-neutral-300 hover:bg-neutral-300 hover:underline focus:outline-2 focus:outline-neutral-900">Documentation</a>
</div>
<a href="https://github.com/archtika/archtika" class="text-neutral-900 rounded-full bg-neutral-200 px-4 py-2 outline outline-1 outline-offset-4 outline-neutral-300 hover:bg-neutral-300 hover:underline focus:outline-2 focus:outline-neutral-900">GitHub</a> </div>
</div>
</body>
</html>