Bumped package.json to 1.0.0 and added new todo

This commit is contained in:
nikurasu 2023-02-03 08:23:51 +01:00
parent 3d6ae756a6
commit 19147d231e
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
- [ ] more themes
- [ ] more variations of the themes in version 1.0
- [X] Dockerize
- [ ] Redirection with Routes (your-domain.xyz/mastodon redirects to your mastodon account)
### TODO until 1.0:
- [X] Import my themes from the old socialtree
@ -53,4 +54,4 @@ If you want a completely new layout that requires another layout in the HTML you
3. Write your own layout. You can see the available variables and their names in `src/index.js`
4. Do the Stuff needed for a SCSS only theme.
To use your themes in Docker you have to rebuild the image.
To use your themes in Docker you have to rebuild the image.

View File

@ -1,6 +1,6 @@
{
"name": "socialtree",
"version": "0.3.0",
"version": "1.0.0",
"description": "The awesome and damn simple, selfhosted alternative to linktree",
"main": "src/index.js",
"author": "nikurasu",