Skip to content

osamaadam/personal-website

Repository files navigation

Portfolio Website

Netlify Status

This is a Gatsby app I'm working on to showcase my abilities and achievements. You may check the deployed website at osamaadam.me.

Goals

  • Showcasing projects.
  • Building a responsive website from scratch.
  • Learning more about Gatsby and its various plugins.
  • Experimenting with my brand and figuring out my style.
  • Lessening my dependency on CSS frameworks like Bootstrap.
  • Trying to understand SEO.

How to run

Install dependencies

yarn

Run app

yarn start

The app should be available on port 8000 (default Gatsby port)

Blog post template

---
title: "Article title"
date: UNIX time, ex: 1596592718668
author: "Author name as in plain English"
authorImg: relative path to author image, ex: ../../assets/authors/osama-adam.jpeg
authorUrl: "link to profile, use anything here, linkedin, twitter, anything"
banner: relative path to the banner image, ex: are-ya-winning.jpg
tags: ["list", "of", "tags"]
---

// body of the article