Welcome to PrasadM's Blog, a personal blog built using Jekyll. This project showcases various posts, portfolio items, and products.
Blogfolio is a web application that combines a personal blog and portfolio. It allows users to showcase their projects and share their thoughts through blog posts.
- Responsive design
- Blog post management
- Project showcase
- Contact form
- SEO friendly
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/prasad-kmd/blogfolio.git
cd blogfolio
bundle install
To run the project locally, use the following command:
bundle exec jekyll serve
Open your browser and navigate to http://localhost:4000
to view the website.
The main configuration file is _config.yml
. Update this file to change site settings such as title, email, description, and more.
Blog posts are stored in the _posts
directory. Create a new file with the following naming convention:
YEAR-MONTH-DAY-title.MARKUP
Example:
---
layout: post
title: "Welcome to Jekyll!"
date: 2025-01-06 20:28:36 +0530
categories: jekyll update
---
Your content here.
Portfolio items are stored in portfolio.yml
. Add new items in the following format:
- name: "Project Name"
url: "/project-url"
description: "Project description"
Products are stored in products.yml
b. Add new items in the following format:
- name: "Product Name"
url: "/product-url"
description: "Product description"
This project is licensed under the MIT License. See the LICENSE file for details.
The project structure is as follows:
π¦ prasad-kmd/blogfolio
ββ .gitignore
ββ 404.html
ββ Gemfile
ββ Gemfile.lock
ββ _config.yml
ββ _data
β ββ portfolio.yml
β ββ products.yml
ββ _drafts
β ββ you-draft-posts-here.html
ββ _includes
β ββ KaTeX.html
β ββ fontawesome.html
β ββ footer.html
β ββ head.html
β ββ highlightjs.html
β ββ navigation-bad.html
β ββ navigation.html
β ββ post-card.html
β ββ share-fab.html
ββ _layouts
β ββ default.html
β ββ home.html
β ββ post.html
ββ _posts
β ββ your-posts-here.html
ββ assets
β ββ css
β β ββ blog.css
β β ββ button.css
β β ββ common.css
β β ββ fonts
β β β ββ brand-icons.eot
β β β ββ brand-icons.svg
β β β ββ brand-icons.ttf
β β β ββ brand-icons.woff
β β β ββ brand-icons.woff2
β β β ββ icons.eot
β β β ββ icons.otf
β β β ββ icons.svg
β β β ββ icons.ttf
β β β ββ icons.woff
β β β ββ icons.woff2
β β β ββ outline-icons.eot
β β β ββ outline-icons.svg
β β β ββ outline-icons.ttf
β β β ββ outline-icons.woff
β β β ββ outline-icons.woff2
β β ββ index.css
β β ββ semantic.css
β ββ cursor
β β ββ cursor_fluent.svg
β β ββ cursor_plumpy.svg
β β ββ help.cur
β β ββ pointer.cur
β ββ font
β β ββ [some fonts included]
β β ββ fonts.css
β β ββ stylesheet.css
β ββ fontawesome-free-5.15.4-web
β β ββ LICENSE-and-icons
β ββ img
β β ββ svg
β β β ββ 720x480.svg
β β β ββ 9to5G.svg
β β β ββ 9to5M.svg
β β β ββ aa.svg
β β β ββ banner.svg
β β β ββ blogger.svg
β β β ββ deviantart.svg
β β β ββ facebook.svg
β β β ββ facebook2.svg
β β β ββ github.svg
β β β ββ gmail.svg
β β β ββ google.svg
β β β ββ google_maps.svg
β β β ββ linkedin.svg
β β β ββ medium.svg
β β β ββ meta.svg
β β β ββ reddit.svg
β β β ββ researchgate.svg
β β β ββ telegram_app.svg
β β β ββ twitter_circled.svg
β β β ββ weather.svg
β β β ββ web_address.svg
β β β ββ youtube.svg
β β ββ webp
β β ββ WEB_LOGO01_PM.webp
β β ββ pm.webp
β ββ js
β β ββ _js
β β β ββ script_org.js
β β ββ components
β β β ββ advice.js
β β β ββ ipconfig.js
β β β ββ weather.js
β β ββ fetch
β β β ββ 9to5G.js
β β β ββ 9to5M.js
β β β ββ AP.js
β β ββ index.js
β β ββ jquery-3.7.1.min.js
β β ββ rss-parser.min.js
β β ββ rss-parser.min.js.map
β β ββ semantic.js
β ββ vid
β ββ bg.mp4
ββ blog-01-06-2025.xml
ββ blog
β ββ index.html
β ββ index.old.html
ββ index.html
ββ load-more-posts.html
ββ portfolio.html
ββ products.html
ββ profile.html
Β©generated by Project Tree Generator
Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the code style and include tests for any new features.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Pixabay for Background Video
- Font-Awesome-Pro for Icons
- Typing SVG for Home Page Typing SVG