Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shwilliam/dinoblog
🦕 A minimal blogging platform written in Node
https://github.com/shwilliam/dinoblog
blog ejs mongodb node
Last synced: about 2 months ago
JSON representation
🦕 A minimal blogging platform written in Node
- Host: GitHub
- URL: https://github.com/shwilliam/dinoblog
- Owner: shwilliam
- License: mit
- Created: 2020-05-29T09:49:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:28:25.000Z (about 2 years ago)
- Last Synced: 2024-05-28T23:04:07.643Z (8 months ago)
- Topics: blog, ejs, mongodb, node
- Language: HTML
- Homepage:
- Size: 874 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dinoblog
__
/ _)
_.----._/ /
/ /
__/ ( | ( |
/__.-'|_|--|_|> A minimal blogging platform written in Node
## Contributing
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the [issues](https://github.com/shwilliam/dinoblog/issues). If you wish to work on this project:
1. Fork [this project](https://github.com/shwilliam/dinoblog)
2. Create a branch (`git checkout -b new-branch`)
3. Commit your changes (`git commit -am 'add new feature'`)
4. Push to the branch (`git push origin new-branch`)
5. [Submit a pull request!](https://github.com/shwilliam/dinoblog/pull/new/master)