Git Product home page Git Product logo

blog's Introduction

Personal Blog - Astro Project

Welcome to my personal blog repository. This project is part of my learning journey as a software engineer and serves as a platform to share my thoughts and learnings related to software development.

Adding a New Post

To add a new post to your blog, follow these simple steps:

  1. Create a Post File: Navigate to src/pages/posts. Here, create a new Markdown file.
  2. Insert Frontmatter: At the beginning of your file, include the following metadata (frontmatter), which helps define the properties of your post:
---
layout: ../../layouts/MarkdownPostLayout.astro // Specifies the layout used, incorporating necessary styles and data
title: 'Your Post Title' // The title of your post
pubDate: 'YYYY-MM-DD' // The publication date of your post
tags: ['tag1', 'tag2'] // Appropriate tags that relate to the content of your post
---
  1. Write Your Post: After the closing --- of the frontmatter, begin writing the content of your post and style it as necessary.

Why Astro?

Astro is chosen as the platform for this blog because it offers a new and smart way to build websites. It combines creating static pages with dynamic parts, which means the site loads quickly and performs better. Astro also works well with many front-end technologies, making it very flexible and easy for developers to use.

Technologies used

  • Astro
  • Typescript
  • Tailwind CSS
  • Tailwind Typography
  • Vercel for hosting

Development

Installation

  1. Clone the repo
  2. Run npm install to install dependencies
  3. Run npm run dev to start the development server

License

This project is released under the MIT Licence. Feel free to use, modify, and redistribute the code under the terms of the licence.

blog's People

Contributors

ikorotkaya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.