forked from plume/joinplu.me
Added new instance, new ignore
- Added instance to the list: blog.witch.academy - In gitignore: ignore Vim swap files (.swp)
This commit is contained in:
parent
59645433a1
commit
acc4942c69
2 changed files with 8 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,5 +7,8 @@ trans/
|
|||
translate/
|
||||
.po~
|
||||
|
||||
# Vim swap files
|
||||
*.swp
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
|
|
@ -70,6 +70,11 @@
|
|||
"name": "Anartist",
|
||||
"description": "Anartist es una plataforma autogestionada por y para artistas.",
|
||||
"url": "https://blog.anartist.org/"
|
||||
},
|
||||
{
|
||||
"name": "Witch Academy",
|
||||
"description": "Small personal instance for anyone wishing to write, on any topic. Originally setup for friends, opened to all.",
|
||||
"url": "https://blog.witch.academy"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue