Skip to content

Commit

Permalink
Merge branch 'main' into docs-setup-dev-env
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd authored Jun 9, 2024
2 parents 2e96cda + 840a966 commit a326c6f
Show file tree
Hide file tree
Showing 6 changed files with 1,071 additions and 1,171 deletions.
11 changes: 1 addition & 10 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const sidebar = [
{ text: "Accessibility statement", link: "/accessibility" },
{ text: "Micropub clients", link: "/clients" },
{ text: "Supported specifications", link: "/specifications" },
{ text: "Local development", link: "/development" },
],
},
];
Expand Down Expand Up @@ -90,16 +91,6 @@ export default {
description:
"The little server that connects your website to the independent web.",
head: [
[
"link",
{
rel: "preload",
href: "/mona-sans.woff2",
as: "font",
type: "font/woff2",
crossorigin: true,
},
],
["link", { rel: "icon", href: "/icon.svg" }],
["meta", { name: "supported-color-schemes", content: "light dark" }],
["meta", { name: "theme-color", content: "#60c" }],
Expand Down
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For developing Indiekit, you will need to clone this repository, configure all t

## Project structure

The Indiekit project uses a monorepo structure, with concerns split into separate npm packages located in the `/packages` folder:
This project uses a monorepo structure, with concerns split into separate Node modules located in the `/packages` folder:

| Module{width=200px} | Purpose |
| :----- | :------ |
Expand Down Expand Up @@ -94,7 +94,7 @@ export GITHUB_TOKEN="github_pat_*****"

In order to tell Indiekit to [share content with other third-party websites](introduction#sharing-content-with-third-party-websites-syndication), you need to configure one or more syndicators.

## Mastodon syndicator
### Mastodon syndicator

If you want to syndicate your content to Mastodon, you will need to provide a Mastodon access token with **read and write** access. You can generate an access token using [this web app](https://takahashim.github.io/mastodon-access-token/), or making a POST request as explained [on this page of the Mastodon documentation](https://docs.joinmastodon.org/client/token/).

Expand Down
Loading

0 comments on commit a326c6f

Please sign in to comment.