This is a public project list repo for ech.world. If you want a project added here or if there's a need to modify existing information about projects, please submit a pull request. All accepted requests are pulled to live site (see pull logic).
- Fork this repo
- Place logo and other images that you want to use to /_images folder (please don't create any subfolders). Logo image file's aspect ratio must be 1:1, so please contain your logo in a square canvas (for example 200x200 or 500x500). PNG is preferred for images
- Create a single markdown file for your project in /projects folder (you can copy the template or some other project for starting point)
- The front matter (stuff between --- triple hyphens) are for article properties. Please fill in title (project's name), logo filename without path, website URL, post excerpt (shortest possible description of the project) and input a single category (use some existing category from other project entry or insert a new one)
- Article content (stuff below latter ---) can be freely used to describe the project. Use images and links as much as you want. Site's typography is on the large side, so for headings please use a maximum size of Heading 3 (### in markdown). See live site for examples how articles are rendered. Format: project name (title) is shown as top header, post excerpt below that, project's logo and website as a row below that and article content below that
- Submit pull request. I will check it and get back to you
- Markdown file gets pulled to live site once pull request is accepted
- Anything in /_images folder are included in the pull (push as many images as you need but no subfolders under /_images, please)
- External images are not allowed (can't take any risks of someone modifying the external file)
- Any file or folder starting with an underscore (_) is not included in the pull
- Any file or folder in repo root is not included in the pull