Skip to content

waleedhkhan/waleed.de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waleed.de

This is the source code of my personal website/blog. Its designed to last for a long time and build with very minimal tech stack to reduce maintenance effort.

This site pulls data from:

  • Google Books: for books meta data
  • The Movie Database (TMDB): for movies and shows
  • Savee: Images for the Gallery/scrapbook

This is a Eleventy (11ty) project.

Getting Started

Prerequisites

  • Node.js v17+

Build

First, install the bundle:

npm install

Next, build the site:

npm run build

Development

To run a development environment:

npm run dev

Open http://localhost:8080 with your browser to see the result.