1.0.0 • Published 1 year ago

u-blog-nostr v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

Contributors Forks Stargazers Issues GPL-3.0 License

About The Project

Product Name Screen Shot

WIP

Built With

  • Next

Getting Started

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

Configuration

The ublog.config.js file contains the configuration settings for this project

OptionDescriptionRequired/Optional
titleThe title of your blog.Required
descriptionA brief description of your blog.Required
faviconThe URL of the favicon image for your blog.Optional
logoThe URL of the logo image for your blog.Optional
npubYour own public key for your blog.Required
themesAn array of built-in themes. Choose your favorite themes.Required
customThemesAn array of custom themes. You can generate your own theme from here.Required
relaysAn array of relays.Required

Note:

  • At least one value is required between themes and customThemes.

Roadmap

  • 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).

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

License

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

Contact

Discord - https://discord.gg/Xb9B4Ny

Project Link: https://github.com/nodetec/ublog

Acknowledgments