# IndieAuth Identity Page Customization Guide ## Quick Start The identity page template (`identity-page.html`) is a complete, working IndieAuth identity page. To use it: 1. Download `identity-page.html` 2. Edit the marked sections with your information 3. Upload to your domain root as `index.html` 4. Test at https://indielogin.com/ ## What to Customize ### Required Changes These MUST be changed for the page to work correctly: #### 1. Your Name ```html Phil Skents

Phil Skents

Your Name

Your Name

``` #### 2. Your Domain ```html https://thesatelliteoflove.com https://yourdomain.com ``` ### Optional Customizations #### Add Your Photo ```html Your Name ``` Photo tips: - Use a square image (1:1 ratio) - 240x240 pixels minimum recommended - JPEG or PNG format - Under 100KB for fast loading #### Add Your Bio ```html

Your bio here. Keep it brief - 1-2 sentences.

``` #### Add Social Media Links Uncomment and modify the social links section: ```html
  • GitHub: @yourusername
  • ``` **Important**: Only add profiles you control. Some services that support rel="me": - GitHub (automatic) - Mastodon (automatic) - Personal websites - Some IndieWeb services #### Add Micropub Endpoint If you have a Micropub server (like StarPunk): ```html ``` ## Advanced Customizations ### Custom Styling The template includes minimal inline CSS. To customize: 1. **Colors**: Change the color values in the `