Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.47 KB

🗃️My Personal Portfolio/Blog Codebase

Welcome to my personal blog and portfolio! This site is built with Mithril.js, a framework I wanted to try out. Here, you can explore my projects and read monthly blog posts about software development and electronics tinkering.

Join me as I share tips and stories from my coding journey. Whether you’re a developer or just interested in technology, I hope you find something useful here!

🌍 Check out website: My Portfolio

📌Table of Contents

💿Features (⚠️Portfolio currently under development⚠️)

  • Dynamic fetching of blog posts written in Markdown.
  • RSS feed for blog updates.

📱Technologies Used

  • GitHub Pages: For hosting the project.
  • Mithril.js: A modern client-side JavaScript framework.

🚀Getting Started

To set up the project on your local machine, you'll need to clone the repository. You can do this using SSH or HTTPS.

Using SSH

Open your terminal and run the following command:

git clone git@github.com:sandylnur/sandylnur.github.io.git

Using HTTPS

Open your terminal and run the following command:

git clone https://github.com/sandylnur/sandylnur.github.io.git

📦 Installation

To install the project dependencies, navigate to the project root directory and run the following command:

npm install