Twitter: www.twitter.com/LorinBute
I wanted a simple blog to write about software development but I wanted full control over it so I built my own using Meteor. It is not finished yet but it's functional now. I also built it so I can learn Meteor and I think it's a good project to check if you are learning Meteor as well.
I'm using: bootstrap 3, iron-router, font-awesome, chosen, livestamp, moment and tinymce.
When you run the app, it seeds some posts, comments and categories. You can find the seeding information in /server/fixtures.js.
To login with the admin account (username: admin, password: admin) click the copyright symbol in the footer. That will direct you to the login page. To change the account credentials go to /server/fixtures.js and change the account info seed.
- List of posts (paginated, 6 per page).
- Post page (with paginated comments, 10 per page).
- Posts in categories (tags): posts can be inserted in categories and posts can be filtered by a category.
- About section.
- Contact section.
- Notifications (when someone comments or sends a message through the contact form).
- Admin section: add new post, edit/delete posts, manage messages, manage comments (comming soon), accounts settings (comming soon).
- Search the whole blog.
- Search in the admin list of posts (look for a specific post to edit or delete).
- Search for comments (in the admin section) that contain a specific text or a link.
- Reply to comments.
- Threaded comments.
- Manage comments in the admin section.
- Manage your account.
I'd like some contributers if anyone is interested. Anyone is free to use it no matter the purpose.