Create or edit existing project.md file in each project folder to add titles, descriptions, and more text content that appears on your website.

Here's how it works:

When you create a new folder inside your selected Website directory, it automatically becomes a new project/link on your homepage. You can add images to that folder and they will show up instantly on the project page.

To add text to your project pages, you can use the project.md file. Each folder should have one project.md file. This file allows you to define the title, description, paragraphs and other metadata for your project.

Getting Started with Text Content

  1. Navigate to any project folder within your Website
  2. Create or edit the project.md file inside that folder
  3. Add your text content using Markdown syntax
  4. Save the project.md file
  5. Changes appear instantly in your browser

At the core of 4567 is simplicity and ease of use. It's made to be as simple as possible to run and customize to your liking. This is why we created a simple project.md file where you can add more info about each project.

Each project/folder you make will show on the home page and list any images inside. Folder structure might work locally to sort the projects, but on the website it doesn't look so appealing.

This is why the project.md file exists. You can add this file to your project folder to unlock some hidden but powerful features.

Basic project.md setup

If you add some text inside project.md, it will show on the page the moment you save changes. You can write as much as you like.

Let's focus on the project name in the list on the homepage. Here's how you can change it!

Add two sets of three dashes at the start of your project.md file:

---

---

This is some text you already wrote before. 

Let's add this line between the dashes:

title: "This is crazy, but it works!"

Your project.md file should now look like this:

---
title: "This is crazy, but it works!"
---

This is some text you already wrote before. 

Hit Save to save changes in your project.md file and your title will show up on the list for that particular project folder.

But advanced features don't stop here!

You can also add "description" and it will show up just below your main headline to give a bit more info about the project.

Live Text Updates

Real-time Markdown Processing: