Avatar

Hello, I'm Gridme!

Organize your ideas, links, and projects in a clean, customizable, and personal card grid, designed for creative developers and built with Lume + Deno.

Get started

Create an "index.yml" file in your project

Copy and paste the content from the Code card below

Code

Copied!
name: Hello, I'm Gridme!
description: Organize your ideas, links, and projects in a clean, customizable, and personal card grid, designed for creative developers and built with Lume + Deno.
avatar: https://gridme.bio/img/avatar.jpg # Image must have a 1:1 ratio
lang: en # Primary site language <html lang>. Default = "en"

components:
  - section: Cards
    subtitle: Card sizes can be "square", "wide", or "large" # Optional

  # Component sizes can be "square", "wide" or "large", except Sections, which do not need one
  - image:
    size: large
    # Make sure the image is in the img folder
    src: https://images.unsplash.com/photo-1581273154768-0a9a16887d2a?q=80&w=1212&auto=format&fit=crop
    alt: Alt text for your image # Optional
    caption: I’m an image card with a link # Optional
    url: https://unsplash.com/pt-br/fotografias/ilustracao-quadrada-azul-amarela-e-vermelha-_Y3IuVbPpmU # Optional

  - note:
    size: wide
    content: This is a note card šŸ˜‰

  - todo:
    size: square
    items:
      - text: git add
        completed: true
      - text: git commit
        completed: false # Optional, default = false
      - text: git push

  - text:
    size: square
    content: Text card here! šŸ‘‹
    # Color can be: "amber" | "blue" | "green" | "red" | "purple" | "neutral"
    color: red # Optional, default = "neutral"
    # Text sizes can be: "small" | "medium" | "large" | "extra-large"
    textSize: extra-large # Optional, default = "medium"

  - section: This is a Section
    subtitle: Add a section to organize topics

  - text:
    size: wide
    content: You can also group cards into folders
    color: amber
    textSize: large

  - folder:
    name: I'm a folder
    components:
      - section: This is a section inside a folder

      - text:
        size: wide
        content: Folders can contain sections and other cards šŸ—‚ļø

      - text:
        size: wide
        color: purple
        content: Folders can also be nested inside other folders
        textSize: "extra-large"

      - folder:
        size: large
        name: Nested folder
        color: blue
        components:
          - text:
            size: square
            color: red
            content: Hi šŸ‘‹

  - section: Smart Cards
    subtitle: Smart Cards automatically render information from their input data

  - link:
    size: large
    url: https://boxdgrid.com/

  - map:
    size: large
    # PRIVACY WARNING: do not use more than 3 decimal places for latitude/longitude
    # Higher precision may reveal your exact location in the frontend !!!!!!
    center: [-49.253, -25.434] # [lng, lat]
    zoom: 11 # Optional
    caption: This is a map card šŸ“ # Optional

  - telegram:
    size: wide
    url: https://t.me/telelastfmbot

  - text:
    size: wide
    content: More cards coming soon šŸ‘€
    color: purple

Edit the information and add your own cards āœļø

Cards

Card sizes can be "square", "wide", or "large"

Note

This is a note card šŸ˜‰

To-do

33%
git add
git commit
git push

Text card here! šŸ‘‹

This is a Section

Add a section to organize topics

You can also group cards into folders

Smart Cards

Smart Cards automatically render information from their input data

Telegram
telelastfm@telelastfmbot
Telegram avatar

More cards coming soon šŸ‘€

Want to build your own?

Visit the project on GitHub

Leave a star on the repository ⭐