• Stars
    star
    556
  • Rank 77,234 (Top 2 %)
  • Language Vue
  • License
    GNU Affero Genera...
  • Created about 1 year ago
  • Updated 14 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AFFiNE official website, source for affine.pro

affine.pro

This repo is AFFiNE official website and blog source code. image

Git Flow

Feature dev: feature/$x or master -> staging -> production

Issue/Hotfix: issue/$x -> production

How to publish blog

The blog source uses a public workspace of AFFiNE: https://app.affine.pro/public-workspace/H6vffRmJbCfA-r3kq_36_

You can use AFFiNE to write your article, contact ShortCipher to request permissions for the AFFiNE Blog Workspace.

Each blog should abide by the following format:

---
title: How AFFiNE Classifies Editors
author: Chi Zhang, Yifeng Wang , Ran Chen, Fanjing Zhang
tags: Let’s make XXX
slug: how-affine-classifies-editors
description: There are so many editors today that users may find it difficult to select
created: 2022-06-27
updated: 2022-06-27
layout: blog
pulish: false
---
[cover image]
[article content]

title the title of the article

author the author/authors of the article in a comma sepeareted list. For a list of available authors, see services/blog/userMap.ts. Profile images are taken from the public folder.

tags the tag, or rather categorey, of the article

slug the unique url for the article https://affine.pro/blog/{slug} - do not use special characters and replace (spaces) with -

description a small description to the article, no more than 2 sentences

created this should be the publish date

updated this should be set as the publish date, and only this date is updated when edits are made

layout should generally stay as blog

publish set to false to ensure this article is not public, only set to true when the article is ready for publishing (will be published as soon as set to true)

How to develop

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3001

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

More Repositories

1

AFFiNE

There can be more than Notion and Miro. AFFiNE(pronounced [Ι™β€˜fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.
TypeScript
32,450
star
2

blocksuite

🧩 Content editing tech stack for the web - BlockSuite is a toolkit for building editors and collaborative applications.
TypeScript
3,837
star
3

OctoBase

πŸ™ OctoBase is the open-source database behind AFFiNE, local-first, yet collaborative. A light-weight, scalable, data engine written in Rust.
Rust
1,054
star
4

editoe

Editoe - Redefine Academic Writing.
62
star
5

awesome-affine

😎 Awesome lists about all kinds of interesting topics around AFFiNE
44
star
6

design

Design System for AFFiNE and BlockSuite
TypeScript
20
star
7

affine.pro-legacy

affine.pro website.
TypeScript
11
star
8

docker

The official Docker deployment solution for AFFiNE.
10
star
9

AFFiNE-docs-archive

AFFiNE Docs - This GItHub is synced with the AFFiNE GitBook.
10
star
10

affine-reader

TypeScript
8
star
11

blocksuite-ecosystem-ci

BlockSuite Ecosystem CI
TypeScript
7
star
12

blocksuite-example-next

Example Next.js app using BlockSuite.
CSS
6
star
13

experimental-virgo

TypeScript
5
star
14

abed

Atomico block editor demo
TypeScript
4
star
15

AFFiNE-Releases

AFFiNE Releases
4
star
16

intl-segmenter-polyfill-rs

This projects polyfills the Intl.Segmenter API for browsers that do not support it.
TypeScript
2
star
17

blocksuite-compat

Package for BlockSuite compat and reliability
JavaScript
2
star
18

blocksuite-example-vite

Example Vite app using BlockSuite.
CSS
1
star
19

set-build-version

TypeScript
1
star
20

.github

1
star
21

affine-workers

TypeScript
1
star
22

helm-charts

helm charts for affine cloud
1
star
23

deploy-to-nomad

TypeScript
1
star
24

affine-plugin-demo

1
star
25

octobase-swift-binding

The static library output for Swift binding of OctoBase.
Swift
1
star