{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreify265ypgmlckqucmvp4giu2vje3rztpgktrla3pukd4osxhghlfy",
"uri": "at://did:plc:4fzctmk4gioynav7myhcc5ct/app.bsky.feed.post/3movvhbkf53l2"
},
"path": "/ways-how-to-manage-projects-and-release",
"publishedAt": "2026-06-19T17:00:00.000Z",
"site": "https://thechels.uk",
"tags": [
"ways"
],
"textContent": "## Releases Yaml\n\nUpdate the releases.yml file in the _data folder with the new release feed url. This will allow the website to display the latest releases as new blog posts, A GitHub action polls for feed changes and creates new posts automatically.\n\n\n - id: text label (as shown as blog post title)\n url: url/to/releases.atom\n\n\n## Projects Page\n\nAdd a new post to the `_projects` collection folder with the following front matter:\n\n\n ---\n layout: projects\n title: some-title\n permalink: /projects/some-title\n seo: \"Some Title\"\n class: scripts\n i_name: View\n i_url: \"repo-url\"\n summary: \"A short description of the project.\"\n type: wrench\n ---\n\n Description of the project, as post content\n\n\n\nthe type is the icon used on the projects page, the class is the category of the project and these are grouped on the projects page. The i_name and i_url are the icon name and url for the project link at the bottom of the post page.",
"title": "How to manage website projects and releases"
}