uBlog is a minimalist blog on nostr that allows anyone to easily create their own personal micro-blog.
👁️ View Demo
·
🐞 Report Bug
Table of Contents
WIP
- Fork this repo
- Edit
ublog.config.js
- Deploy on vercel
The ublog.config.js
file contains the configuration settings for this project
Option | Description | Required/Optional |
---|---|---|
title |
The title of your blog. | Required |
description |
A brief description of your blog. | Required |
favicon |
The URL of the favicon image for your blog. | Optional |
logo |
The URL of the logo image for your blog. | Optional |
npub |
Your own public key for your blog. | Required |
themes |
An array of built-in themes. Choose your favorite themes. | Required |
customThemes |
An array of custom themes. You can generate your own theme from here. | Required |
relays |
An array of relays. | Required |
Note:
- At least one value is required between
themes
andcustomThemes
.
- Implement settings page
- Implement write page
- Implement publish button
- Implement loading ui
- Implement lightning tips
- Implement tags
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE.txt
for more information.
Discord - https://discord.gg/Xb9B4Ny
Project Link: https://github.com/nodetec/ublog