mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Fix hashtags
This commit is contained in:
parent
560a9719d9
commit
f0fb8867c3
4 changed files with 15 additions and 8 deletions
|
@ -804,10 +804,13 @@ body.nownownow .post-content > p {
|
|||
}
|
||||
}
|
||||
|
||||
a[href^="/tags/"]:before {
|
||||
content: '#';
|
||||
text-decoration: none;
|
||||
display:inline-block;
|
||||
a[href^="/tags/"] {
|
||||
white-space: nowrap;
|
||||
&:before {
|
||||
content: '#';
|
||||
text-decoration: none;
|
||||
display:inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
mark {
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
date: 2024-01-22T16:45:16.722Z
|
||||
publishDate: 2024-01-22T16:45:16.722Z
|
||||
tags:
|
||||
- StrangeNewWords
|
||||
---
|
||||
|
||||
**akrasia**: the state of mind in which someone acts against their better judgement through weakness of will.
|
||||
|
||||
#StrangeNewWords
|
||||
[StrangeNewWords](/tags/strangenewwords)
|
||||
|
|
|
@ -3,8 +3,10 @@ date: 2024-01-16T20:24:00.000Z
|
|||
publishDate: 2024-01-16T20:24:00.000Z
|
||||
lastmod: 2024-01-16T20:26:37.507Z
|
||||
visibility: public
|
||||
tags:
|
||||
- HomeLab
|
||||
---
|
||||
|
||||
I _think_ I've finally managed to run [IndieKit](https://getindiekit.com/) on my #homelab so that I can update my personal site from [MicroPub](/tags/micropub) clients (I'm trying [micro.blog](https://help.micro.blog/t/micro-blog-for-mac/45) on mac os right now).
|
||||
I _think_ I've finally managed to run [IndieKit](https://getindiekit.com/) on my [HomeLab](/tags/homelab) so that I can update my personal site from [MicroPub](/tags/micropub) clients (I'm trying [micro.blog](https://help.micro.blog/t/micro-blog-for-mac/45) on mac os right now).
|
||||
|
||||
It's more complex than I'd like, but perhaps I can invest some time into making the install process easier for others!
|
||||
|
|
|
@ -10,12 +10,12 @@ tags:
|
|||
- hosting
|
||||
- static-site
|
||||
- web
|
||||
- homelab
|
||||
- HomeLab
|
||||
- admarus
|
||||
syndications:
|
||||
---
|
||||
|
||||
If you're hosting a static IndieWeb site and (want to) keep an up-to-date copy on [IPFS](https://ipfs.io), I'm offering to pin a replica of your site on my energy efficient [homelab](/tags/homelab) in London (in the UK), making it more highly available, as well as being searchable with [Admarus](https://admarus.net/).
|
||||
If you're hosting a static IndieWeb site and (want to) keep an up-to-date copy on [IPFS](https://ipfs.io), I'm offering to pin a replica of your site on my energy efficient [HomeLab](/tags/homelab) in London (in the UK), making it more highly available, as well as being searchable with [Admarus](https://admarus.net/).
|
||||
|
||||
To get started, just [send me an email](mailto:ipfs@byjp.me?subject=Re:%20An%20IndieWeb%20IPFS%20offer&body=Hi%20JP!%0A%0AWould%20you%20be%20interested%20in%20pinning%20my%20IndieWeb%20site%20on%20IPF%3F%20You%20can%20see%20it%20at%E2%80%A6) and I'll get it set up! (If I think your site isn't suitable for this offer—perhaps it violates one of the [Black Laws](https://terra-ignota.fandom.com/wiki/Black_Laws)—we can chat about it.)
|
||||
|
||||
|
|
Loading…
Reference in a new issue