Skip to content

comfies/circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circle

The /comfy/ webcircle, look at our current members!

How to Join

  1. Be a member of /comfy/ (we r invite only sorry, if you open a pull request and we think ur cool we might accept :])
  2. Edit the sites.toml and append something along the lines of the following at the end of the file:
[[site]]
  # how your website will show up in the index
  id = "your.domain.com"
  # the actual link to your website
  url = "https://example.com"
  # (optional) if you would like to style the embed to match the style of your site, you can do so by adding a link to your custom css document
  css = "https://example.com/src/webcircle.css"
  1. Put the embed on your website, examples of ways you can do it are shown below.
  2. Done!

Embedding examples

<iframe
    id=webcircle
    sandbox="allow-scripts allow-top-navigation"
    loading=lazy
    src="https://circle.comfi.es/f/example.com/"
    style=border:none;height:50px;width:300px;
></iframe>