Skip to content

davide-lombardo/davidelombardo-blog

Repository files navigation

Davide Lombardo's Blog

License: MIT

Logo

My personal blog running on Angular and Firebase

Live Demo

Check out the live version of the blog here.

Technologies Used

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

Features

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

License

This project is open source and available under the MIT License.

This project was generated with Angular CLI version 18.2.8.

Development server

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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Acknowledgments

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