mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-03-28 17:32:37 +01:00
157 lines
4.1 KiB
YAML
157 lines
4.1 KiB
YAML
---
|
|
label: Link card
|
|
hide_body: true
|
|
display_field: title
|
|
fields:
|
|
- type: text
|
|
name: title
|
|
label: Title
|
|
config:
|
|
required: true
|
|
max: 65
|
|
hidden: true
|
|
- type: text
|
|
name: type
|
|
label: Type
|
|
hidden: true
|
|
- type: field_group_list
|
|
name: data
|
|
label: Links
|
|
fields:
|
|
- type: text
|
|
name: title
|
|
label: Title
|
|
description: Appears as the card headline. Max length 3 lines (approx 60 characters)
|
|
before truncating.
|
|
config:
|
|
max:
|
|
required: true
|
|
- type: datetime
|
|
name: date
|
|
label: Date
|
|
config:
|
|
required: true
|
|
date_format: YYYY/MM/DD
|
|
export_format: YYYY-MM-DD
|
|
description: For <strong>events</strong>, use the date of the event itself.<br>For
|
|
all other link types, use the date the original item was published.
|
|
- name: publish_date
|
|
type: datetime
|
|
label: Publish Date
|
|
description: 'When the link should be published.<br>To schedule this link for
|
|
future publishing, set the date to the future. If you don''t want to schedule,
|
|
leave this blank.<br><br><strong><em>WARNING</em></strong><em>: Data is saved
|
|
in the </em><a href="https://github.com/ipfs/ipfs-blog" title="" target="_blank"><em>ipfs/ipfs-blog</em></a><em>
|
|
public GitHub repo as soon as you hit the Save button. This means anything you
|
|
save will also be publicly visible on GitHub, but not on the blog.ipfs.tech
|
|
site. Be careful if you are drafting something sensitive!</em>'
|
|
config:
|
|
required: false
|
|
date_format:
|
|
time_format:
|
|
display_utc: true
|
|
export_format: YYYY-MM-DDThh:mm:ssZ
|
|
default: ''
|
|
- type: text
|
|
name: path
|
|
label: URL
|
|
description: 'Full URL of the link. Example: <em>https://www.meetup.com/IPFS/events/12345/</em>'
|
|
config:
|
|
required: true
|
|
- name: card_image
|
|
type: file
|
|
config:
|
|
maxSize: 64
|
|
label: Card image
|
|
description: '<strong>Must be twice as wide as it is tall (2:1 aspect ratio) and
|
|
at least 400px tall.</strong> <strong>Name the image file something that can
|
|
be easily searched for in the media directory later (consider adding a date).
|
|
</strong><br>Need help? <a href="https://blog.ipfs.tech/image-crop/" title="Use
|
|
this crop/scale tool" target="_blank">Use this crop/scale tool</a> to save a
|
|
revised image to your local machine, then upload here.<br>Video links don''t
|
|
need images: they use the video thumbnail!'
|
|
- name: tags
|
|
type: list
|
|
config:
|
|
use_select: true
|
|
min:
|
|
max:
|
|
source:
|
|
type: simple
|
|
options:
|
|
- AEgir
|
|
- API
|
|
- async/await
|
|
- Bitswap
|
|
- blockstore
|
|
- bootstrap nodes
|
|
- breaking change
|
|
- browsers
|
|
- case study
|
|
- CDN
|
|
- censorship
|
|
- CID
|
|
- CLI tools
|
|
- collaborative cluster
|
|
- community
|
|
- conferences
|
|
- containerization
|
|
- content routing
|
|
- CRDTs
|
|
- DAG
|
|
- datastore
|
|
- demo
|
|
- DHT
|
|
- Docker
|
|
- docs
|
|
- encryption
|
|
- Ethereum
|
|
- Filecoin
|
|
- gaming
|
|
- gateways
|
|
- go-ipfs
|
|
- Gossipsub
|
|
- hackathon
|
|
- identity
|
|
- infrastructure
|
|
- interoperability
|
|
- interview
|
|
- IPFS Camp
|
|
- IPFS Cluster
|
|
- IPFS Companion
|
|
- IPFS Desktop
|
|
- IPFS Web UI
|
|
- IPLD
|
|
- js-ipfs
|
|
- Kademlia
|
|
- libp2p
|
|
- MFS
|
|
- mobile
|
|
- NFTs
|
|
- official meetup
|
|
- opera
|
|
- package managers
|
|
- pinning
|
|
- project planning
|
|
- ProtoSchool
|
|
- pubsub
|
|
- QUIC
|
|
- recap
|
|
- release notes
|
|
- research
|
|
- Rust
|
|
- SECIO
|
|
- security
|
|
- static publishing
|
|
- streaming
|
|
- Testground
|
|
- tutorial
|
|
- weekly
|
|
- whitepaper
|
|
- Windows
|
|
label: Tags
|
|
description: <strong>Select all tags that apply.</strong> If you <em>really</em>
|
|
need to add a new tag, please <a href="https://github.com/ipfs/ipfs-blog/issues"
|
|
target="_blank">file an issue</a> with the details.
|
|
description: <strong>To add a new link, click the "Add Link" button.</strong>
|