My personal blog running on Angular and Firebase
Check out the live version of the blog here.
- Angular: A powerful framework for building client-side applications (v18.2.8). Link
- Firebase: A platform that provides backend services like authentication and hosting. Link
- HTML5 & CSS3: For structuring and styling the blog.
- TypeScript: A superset of JavaScript that adds static types. Link
- RxJS: A library for reactive programming with observables. Link
- Marked-it: A markdown parser that allows for fast post writing. Link
- Gray-matter: A library for parsing front matter in markdown files. Link
- Static Site Generation (SSG): Used to prerender routes for better SEO and improved performance.
- Responsive Design: The blog is optimized for both desktop and mobile views.
- Comment System: Allow readers to leave comments on posts using utterance widget.
- Fast Post Writing: Insert new posts using Marked-it and Gray-matter for quick content creation.
- SEO Optimization: Using SSG to prerender routes for improved SEO and performance.
This project is open source and available under the MIT License.
This project was generated with Angular CLI version 18.2.8.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
- Special thanks to the Angular and Firebase communities for their amazing support and resources.
- Thanks to the developers of Marked-it and Gray-matter for their incredible libraries.