Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (37 loc) · 4.69 KB

File metadata and controls

50 lines (37 loc) · 4.69 KB
description
This page reviews the template options for building your d-website. UD provided templates, community templates, and instructions for adding your own template to the IPFS community is discussed.

Modify a Template

Unstoppable Domains Templates

In the templates/unstoppable-domains directory you will find all of the templates available on the Unstoppable Domains website builder feature. In the index.html files for each template directory you will find comments pointing to the items we use for updating in the website builder.

  • The inline CSS styles are the options available to update in the website builder
  • SVG Icons are inlined so that colors can be updated

Developers can personalize current website templates or fork our open source templates in the UD D-Web repository for greater customization.

IPFS Community Templates

Author Template Available In Builder (y/n)
@aranhaagency Stellar n
@aranhaagency Stellar Simple n
@zzzaim Personal Minimalist y
@caseykey IPFS Music Player n
@inspireme6 Simple Portfolio y
@dsgriffin 4 Sale y
@verymanley Ambitious (opacity) n (pending)
@iguessitsokay Elipsis Portfolio n (pending)

Add Your Own Template

We'd love to make your templates available on Unstoppable Domains' website builder. To add a new template, simply fork the UD D-Web repository, add your templates into templates/community, and submit a pull request with your update.

  • Add comments to whatever text, styles, or images that should be customized
  • Make sure all relevant css & font files are included. Sites should be fully decentralized and not rely on any APIs for styles
  • Do not use any trademarked or copyrighted assets without permission. If you want to use it, you have to ensure that you have the legal right to do so. If applicable add a footer with any necessary accreditation
  • We encourage you to add an author signature to the footer of your template
  • You can also follow this tutorial video on adding a template to UD repository

Report a Bug or Improvement for Templates

To report a bug in a template or suggest an improvement to the UD D-Web repository, simply go to issues and fill out the proper template.