2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: Content sources
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
As an editor, you need to know where you can find/edit what type of content.
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
## The freesewing monorepo
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-08-26 11:51:47 +02:00
|
|
|
Our [freesewing monorepo](https://github/freesewing/freesewing) holds the majority of all our code and content.
|
|
|
|
|
|
|
|
Here you can find:
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
- Content for freesewing.org: in the `markdown/org` folder
|
|
|
|
- Content for freesewing.dev: in the `markdown/dev` folder
|
|
|
|
- Strings used throughout the software: in the `packages/i18n/src/locales` folder
|
2021-08-26 11:51:47 +02:00
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
##### Edit, don't translate
|
|
|
|
|
|
|
|
As an editor, you only ever work with the `en.md` files. The rest is for the translators.
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
When creating new content, you don't have to create the other files, only `en.md`.
|
2021-08-26 11:51:47 +02:00
|
|
|
The rest will be created automatically.
|
|
|
|
|
|
|
|
</Note>
|
|
|
|
|
|
|
|
## Strapi
|
|
|
|
|
|
|
|
FreeSewing uses [the Strapi content management system](https://strapi.io/) as a headless content management system for various posts:
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
- For blog posts on freesewing.org
|
|
|
|
- For showcase posts on freesewing.org
|
|
|
|
- For blog posts on freesewing.dev
|
|
|
|
- For newsletter editions
|
2021-08-26 11:51:47 +02:00
|
|
|
|
|
|
|
The Strapi instance is available at [posts.freesewing.org](https://posts.freesewing.org)
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
|
2021-08-26 11:51:47 +02:00
|
|
|
## Emails sent from our backend
|
|
|
|
|
|
|
|
The last bit of content is emails that are sent out from our backend systems.
|
|
|
|
They are in the [backend repository](https://github.com/freesewing/backend).
|
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
It's on our todo list to bring the backend code into our monorepo
|
|
|
|
|
|
|
|
</Note>
|