clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update signature

sspaeti a251015b 32f639f7

+42 -5
+42 -5
neomd/.config/neomd/config.toml
··· 59 59 [ui] 60 60 theme = "dark" 61 61 inbox_count = 200 62 - signature = """**Simon Späti** 63 - Data Engineer & Technical Author, SSP Data GmbH 64 62 65 - Connect: [LinkedIn](https://li.ssp.sh/) | [Bluesky](https://bs.ssp.sh/) | [GitHub](https://gh.ssp.sh/) 66 - Explore: [Website](https://ssp.sh/) | [Vault](https://vault.ssp.sh/) | [Book](https://dedp.online/) | [Services](https://ssp.sh/services) 63 + # [ui.signature_block] 64 + # text = """**Simon Späti** 65 + # Data Engineer & Technical Author, SSP Data GmbH 66 + 67 + # Connect: [LinkedIn](https://li.ssp.sh/) | [Bluesky](https://bs.ssp.sh/) | [GitHub](https://gh.ssp.sh/) 68 + # Explore: [Website](https://ssp.sh/) | [Vault](https://vault.ssp.sh/) | [Book](https://dedp.online/) | [Services](https://ssp.sh/services) 69 + 70 + # *sent from [neomd](https://neomd.ssp.sh)* 67 71 68 - *sent from [neomd](https://neomd.ssp.sh)*""" 72 + # [html-signature]""" 73 + 74 + [ui.signature_block] 75 + text = """[html-signature]""" 76 + 77 + html = """<table cellpadding="0" cellspacing="0" border="0" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 14px; line-height: 1.6; color: #333; margin-top: 20px;"> 78 + <tr> 79 + <td style="padding-right: 20px; vertical-align: top;"> 80 + <img src="https://www.ssp.sh/android-chrome-192x192.png" alt="SSP Data GmbH" width="70" style="display: block; border: 0;"> 81 + </td> 82 + <td style="border-left: 2px solid #e0e0e0; padding-left: 20px;"> 83 + <div style="margin-bottom: 8px;"> 84 + <strong style="font-size: 16px; color: #1a1a1a;">Simon Späti</strong><br> 85 + <span style="color: #666; font-size: 13px;">Data Engineer & Technical Author, SSP Data GmbH</span> 86 + </div> 87 + <div style="margin-bottom: 6px; font-size: 13px; color: #888;"> 88 + <span>Connect:</span> 89 + <a href="https://li.ssp.sh/" style="text-decoration: none; margin: 0 4px;">LinkedIn</a> · 90 + <a href="https://bs.ssp.sh/" style="text-decoration: none; margin: 0 4px;">Bluesky</a> · 91 + <a href="https://gh.ssp.sh/" style="text-decoration: none; margin: 0 4px;">GitHub</a> 92 + </div> 93 + <div style="margin-bottom: 8px; font-size: 13px; color: #888;"> 94 + <span>Explore:</span> 95 + <a href="https://ssp.sh/" style="text-decoration: none; margin: 0 4px;">Website</a> · 96 + <a href="https://vault.ssp.sh/" style="text-decoration: none; margin: 0 4px;">Vault</a> · 97 + <a href="https://dedp.online/" style="text-decoration: none; margin: 0 4px;">Book</a> · 98 + <a href="https://ssp.sh/services" style="text-decoration: none; margin: 0 4px;">Services</a> 99 + </div> 100 + <div style="font-size: 11px; color: #999; font-style: italic;"> 101 + sent from <a href="https://neomd.ssp.sh" style="text-decoration: none; color: #999;">neomd</a> 102 + </div> 103 + </td> 104 + </tr> 105 + </table>"""