Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nodetec/ublog

A minimalist blog on nostr that allows anyone to easily create their own personal micro-blog.
https://github.com/nodetec/ublog

blog nostr

Last synced: 26 days ago
JSON representation

A minimalist blog on nostr that allows anyone to easily create their own personal micro-blog.

Lists

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPL-3.0 License][license-shield]][license-url]



Logo

ยตBlog


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



  1. About The Project



  2. Getting Started


  3. Configuration

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project

[![Product Name Screen Shot][product-screenshot]](https://example.com)

WIP

(back to top)

### Built With

- [![Next][Next.js]][Next-url]

(back to top)

## Getting Started

1. Fork this repo
2. Edit `ublog.config.js`
3. Deploy on vercel

## Configuration

The [`ublog.config.js`](https://github.com/nodetec/ublog/blob/master/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](https://daisyui.com/theme-generator/). | Required |
| `relays` | An array of relays. | Required |

Note:

- At least one value is required between `themes` and `customThemes`.

## Roadmap

- [x] Implement settings page
- [x] Implement write page
- [x] Implement publish button
- [x] Implement loading ui
- [x] Implement lightning tips
- [x] Implement tags

See the [open issues](https://github.com/nodetec/ublog/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

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!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the GPL-3.0 License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Discord - [https://discord.gg/Xb9B4Ny](https://discord.gg/Xb9B4Ny)

Project Link: [https://github.com/nodetec/ublog](https://github.com/nodetec/ublog)

(back to top)

## Acknowledgments

- [nostr](https://github.com/nostr-protocol/nostr)
- [blogstack.io](https://github.com/nodetec/blogstack)
- [Best-README-Template](https://github.com/othneildrew/Best-README-Template/blob/master/README.md)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/nodetec/ublog.svg?style=for-the-badge
[contributors-url]: https://github.com/nodetec/ublog/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/nodetec/ublog.svg?style=for-the-badge
[forks-url]: https://github.com/nodetec/ublog/network/members
[stars-shield]: https://img.shields.io/github/stars/nodetec/ublog.svg?style=for-the-badge
[stars-url]: https://github.com/nodetec/ublog/stargazers
[issues-shield]: https://img.shields.io/github/issues/nodetec/ublog.svg?style=for-the-badge
[issues-url]: https://github.com/nodetec/ublog/issues
[license-shield]: https://img.shields.io/github/license/nodetec/ublog.svg?style=for-the-badge
[license-url]: https://github.com/nodetec/ublog/blob/master/LICENSE.txt
[product-screenshot]: images/screenshot.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/