Gallery of applications, demos and projects built with Phalcon
This site has been inspired by https://builtwith.angularjs.org/. The github code has been forked and adapted to Phalcon. Credits to the contributors of that project for their hard work.
If you are familiar with Jekyll, then adding a site will be very easy!
-
Your site needs first a slug. This is the domain name (ignore the
www.
). So if your site iswww.sample.ld
the slug will besample.ld
. If your site isblog.slug.ld
your slug will beblog.slug.ld
. -
Fork this repository.
-
Add images:
- Create a folder under
/assets/projects
using your slug (i.e./assets/projects/blog.slug.ld
) - Add the main image for your site. The main image can named anything but it will have to be defined in the
meta.image
entry of your submission. This will be displayed in the front screen. - Add as many images as you like in that folder (i.e.
frontend.png
,campaign.png
)
- Add your page:
- Go to the
_posts
folder. You can copy one of the existing files and adjust its name. The name must beDATE-slug.md
. The date is in theY-m-d
format (i.e.2018-12-15-blog.slug.ld.md
)
- Open the file and adjust the metadata in the header. The metadata is enclosed between the
---
lines. Please be careful since errors here will not allow your site to be displayed. The metadata section resembles theyaml
format
---
layout: post // Do not change this
title: 'The Slug Sample site' // Add a small title
stub: 'blog.slug.ld' // The unique slug
tags: // One tag per line prefixed by `-`
- production
- productivity
- forum
- mysql
- github
meta:
image: 'thumb.png' // The main image for the entry
author:
name: 'Nikolaos Dimopoulos' // Your name (can leave blank)
avatar: '' // Github avatar or other
github: 'https://github.com/niden' // Github profile
bitbucket: '' // Bitbucket profile
gitlab: '' // Gitlab profile
site:
tags: // One tag per line prefixed by `-` (same as above)
- production
- productivity
- forum
- mysql
- github
link: 'https://blog.slug.ld' // Website URL
social:
github: 'https://github.com/niden/slug.ld' // If the source code is available
facebook: '' // Facebook page/group for the site
twitter: '' // Twitter account for the site
discord: '' // Discord channel for the site
images: // If you don't have any images leave the below empty
- name: 'hmscreen1.png' // Name of first image
text: 'Event Log/Dashboard' // Description of first image
- name: 'hmscreen2.png' // Name of second image
text: 'Campaign Pre-Send Screen' // Description of second image
---
-
Add the summary/description for your site. You will notice that there is a
<!--more-->
tag in the file you just copied. That placeholder splits the content and whatever is above it will show in the front page, while the rest will show in the page of your project. Please do not allow more than a handful of lines to be displayed at the front page to allow for an easy flow of reading and displaying projects. -
Issue a pull request
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
Support us with a monthly donation and help us continue our activities. [Become a backer]