Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devsrijit/blog-v2
- Owner: DevSrijit
- License: other
- Created: 2023-05-23T07:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T15:06:07.000Z (10 months ago)
- Last Synced: 2024-01-13T05:23:56.833Z (10 months ago)
- Language: CSS
- Homepage: https://blog-v2-nu.vercel.app
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!