Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Webrings: Reborn

NotificationsYou must be signed in to change notification settings

brookesb91/vellum

Repository files navigation

Vellum

Webrings: Reborn


🔗 Live Site Here

Or deploy your own

Deploy

Heroku no longer provides a free MongoDB addon tier so the deployment will require a database to be set-up for the environment and for theMONGODB_URI variable to be set.

Introduction

TODO


🌐 For Webmasters

🚀 Quick Set-Up

Add the Vellum iframe to your page.

referrerpolicymust be set tounsafe-url

<iframesrc="https://vellum-app.herokuapp.com/embed"frameborder="0"referrerpolicy="unsafe-url"></iframe>

Add the required meta information to your page head.

<metaname="vellum:title"content="Skribul"/><metaname="vellum:description"content="Share your doodles"/><metaname="vellum:image"content="https://skribul.app/images/logo.png"/><metaname="vellum:tags"content="web-app,drawing,social"/>

🔧 Advanced Set-Up

🎨 Custom CSS

Append thestyles query parameter to link your custom CSS.

<iframesrc="https://vellum-app.herokuapp.com/embed?styles=https://my.custom.site/styles.css"frameborder="0"referrerpolicy="unsafe-url"></iframe>

Tags have the following markup

<!-- Tags root --><divclass="tags"><!-- Each tag has a class the same as its name --><!-- Passive tag --><aclass="tag social"><span>social</span></a><!-- Active tag --><aclass="tag education active"><span>education</span></a></div>

:octocat: For Developers

TODO


📖 Meta Reference

Items marked asrequired are required as a minimum to show your page on Vellum's aggregated feed.

NameSelectorDescriptionFallbacks
Title(required)meta[name="vellum:title"][content]Page titlemeta[property="og:title"][content], title
Description(required)meta[name="vellum:description"][content]Page descriptionmeta[property="og:description"][content], meta[name="Description"][content], meta[name="description"][content]
Image(required)meta[name="vellum:image"][content]Page imagemeta[property="og:image:url"][content], meta[property="og:image"][content]
Iconmeta[name="vellum:icon"][content]Page iconlink[rel="icon"][sizes="196x196"][href], link[rel="icon"][sizes="32x32"][href], link[rel="icon"][href]
Typemeta[name="vellum:type"][content]Page typemeta[property="og:type"][content]
Localemeta[name="vellum:locale"][content]Page localemeta[property="og:locale"][content]
Namemeta[name="vellum:name"][content]Page site namemeta[property="og:site_name"][content]
Tagsmeta[name="vellum:tags"][content]Page tags (Max 10)(No fallback)
Colormeta[name="vellum:color"][content]Page theme colormeta[name="theme-color"][content]

Recommendations

TODO


[8]ページ先頭

©2009-2025 Movatter.jp