Skip to content

DevSrijit/Blog-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to My Awesome Blog!

Blog

This is a blog powered by Eleventy, 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!

About

A blog site built using eleventy, which supports Markdown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published