Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devsrijit/blog-v2

A blog site built using eleventy, which supports Markdown.
https://github.com/devsrijit/blog-v2

Last synced: 3 days ago
JSON representation

A blog site built using eleventy, which supports Markdown.

Awesome Lists containing this project

README

        

# Welcome to My Awesome Blog!

![Blog](https://cloud-169dg92id-hack-club-bot.vercel.app/0indie_dev_blog_illustration.jpeg)

This is a blog powered by [Eleventy](https://www.11ty.dev/), a lightweight static site generator. It's a place where I share my experiences, projects, life incidents, and mind-blowing facts. My aim is to make this blog useful, fun, and totally interesting for you. So, let's embark on this awesome journey together and explore the amazing world of technology!

## Prerequisites

To get the most out of this blog, it would be helpful if you have some familiarity with basic HTML and JavaScript. This is a static site, which means the server builds it using the content of the `src` folder and serves it as plain HTML files for fast loading by your visitors. The posts are written in Markdown, a lightweight markup language that is easy to learn.

## Getting Started

To run this blog locally, follow these steps:

1. Clone the repository to your local machine.
2. Install the necessary dependencies by running `npm install`.
3. Start the development server by running `npm start`.
4. Open your browser and navigate to `http://localhost:8080` to view the blog.

## Folder Structure

- `src/`: This folder contains all the files used to build the blog.
- `index.md`: The content for the home page.
- `posts/`: Markdown files for the blog posts.
- `about.md`: The content for the about page.

- `public/style.css`: The CSS file that contains the styling rules for the blog.

- `.eleventy.js`: Configuration file for Eleventy, where you can customize how the blog builds.

---

### Thank you for visiting this repo!