2025-11-21 22:03:34 +03:00
.well-known add atproto verification 2025-01-30 09:41:41 +03:00
_data add bricked to credits 2025-11-19 15:34:12 +03:00
_includes Update _includes/footer.html 2025-11-16 21:57:14 +01:00
_layouts small visual improvement 2025-11-19 15:34:29 +03:00
_plugins add plugin to convert dates to utc timezone 2025-09-25 17:01:56 +03:00
_posts new blog post: "CatAsk v2.6 released" 2025-11-21 22:03:34 +03:00
assets new blog post: "CatAsk v2.6 released" 2025-11-21 22:03:34 +03:00
docs [docs] add update guide for v2.6.0 2025-11-21 19:46:06 +03:00
.gitignore include Gemfile.lock in gitignore 2025-09-05 19:55:58 +03:00
.gitmodules add branding repo as a submodule under assets/img/ 2025-09-17 20:13:42 +03:00
.woodpecker.yml modify pipeline to build documentation too 2025-10-26 21:53:02 +03:00
_config.yml new blog post: "CatAsk v2.6 released" 2025-11-21 22:03:34 +03:00
blog.html improve mobile style 2025-09-25 17:22:55 +03:00
branding.html use normal font weight for top headings 2025-09-25 15:28:43 +03:00
Caddyfile switch to using jekyll 2025-08-24 01:09:46 +03:00
credits.html fix heading style on credits page 2025-09-27 11:54:29 +03:00
Gemfile Merge remote-tracking branch 'origin/main' 2025-09-26 13:36:56 +03:00
index.html replace some png images with webp ones to save on size 2025-11-21 20:52:00 +03:00
LICENSE Initial commit 2024-10-05 13:57:57 +00:00
README.md finish transition to catask.org domain 2025-10-26 21:57:46 +03:00
site.json include categories in site.json output 2025-09-25 15:31:42 +03:00
TODO.md update to-do 2025-09-27 11:57:05 +03:00

Website

status-badge

website for CatAsk (https://catask.org)

Development

Clone with --recurse option:

git clone --recurse https://codeberg.org/catask-org/website

Live preview

jekyll serve

Building

Make sure you have Jekyll installed, then run:

bundle && jekyll build

Contributing

Creating a post

Create a file in the _posts folder called YYYY-MM-DD-slug-name.md (e.g. 2025-09-15-new-post.md)

Your post's structure should look like this:

---
layout: post # required
title: New post
tags: tag1 tag2 tag3
image: /url/to/image.png
image_alt: Description of the image
# set to true if you want to hide the post from appearing on the homepage
hide_from_homepage: false
# set to true if you want to hide the post from appearing in search and on the blog page
unlisted: false
---

Post excerpt

Post content