Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions public/logos/jekyllpad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/content/docs/en/guides/cms/jekyllpad.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: JekyllPad & Astro
description: Manage your Astro site content with JekyllPad’s browser-based, GitHub-backed editor, no Git or Markdown hassles ever.
sidebar:
label: JekyllPad
type: cms
service: JekyllPad
i18nReady: true
stub: true
---

[JekyllPad](https://www.jekyllpad.com) is a lightweight, browser-based CMS that connects directly to your GitHub repository.

It provides a modern WYSIWYG + Markdown editor, commits changes straight to your repo, and runs 100% client‑side, so you can manage content for Astro without setting up servers or learning Git.

It is a client-side application that runs completely in user's browser. This means data, oauth and security tokens, all stays in user's browser. No installation required, works with any mobile or desktop browsers.

## Official Resources

- [JekyllPad CMS for Astro](https://www.jekyllpad.com/features/astro-headless-cms)

1 change: 1 addition & 0 deletions src/data/logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const logos = LogoCheck({
optimizely: { file: 'optimizely.svg', padding: '.2em' },
zephyr: { file: 'zephyr.svg', padding: '0' },
seenode: { file: 'seenode.svg', padding: '.2em' },
jekyllpad: { file: 'jekyllpad.svg', padding: '0.2em' },
});

export type LogoKey = keyof typeof logos;
Expand Down