indiekit
indiekit copied to clipboard
The little Node.js server with all the parts needed to publish content to your personal website and share it on social networks.
## Describe the bug When unloging en relogin to indiekit, the token change ## To reproduce Steps to reproduce the behaviour: 1. unlog 2. relog ## Expected behaviour The token...
Committing to the following features being complete before shipping the first major version. ## New features - [x] #402 - [x] #403 - [x] #413 - [x] #420 - [x]...
## Describe the bug A publication preset plug-in is optional, but the code in `publication.js` will only return post types if a preset is provided AND a user has specified...
Looking through Indiekit's docs and a few old issues, it looks like Webmention has been on this project's radar for a few years but isn't supported yet. I thought it...
The getting started guide starts by assuming you have installed all the dependencies and created a config file. There should be a section that proceeds this which details installation that...
**Is your feature request related to a problem? Please describe.** I'm a Node-amateur and find the interplay of CommonJS and ES modules terribly confusing. **Describe the solution you’d like** Show...
Indiekit now has its own token endpoint. This requires a `TOKEN_SECRET` environment variable to be set with a secret value, else tokens can’t be issued, and it is therefore not...
**Is your feature request related to a problem? Please describe.** I want to be able to quickly upload photos to my media endpoint but I want to do some normalization...
**Is your feature request related to a problem? Please describe.** Hello! [Urara](https://github.com/importantimport/urara) is an IndieWeb compatible static blog starter that I wrote. since the Front-Matter format is now close to...
In the rare instance a post request includes a URL to a photo, and a photo to upload, and each has associated alt text, these values will not stay in...