Skip to content

maxfield-green/max-meso-lab

Repository files navigation

max-meso-lab

Portfolio of weather event analysis and postulations from a data scientist.

Overview

This is a GitHub Pages site that serves as both a portfolio and blog for weather event analysis and data science. The site is built with Jekyll and includes:

  • Portfolio: Showcase for weather analysis projects and source code
  • Blog: Platform for sharing insights and postulations about meteorological phenomena
  • Static Site: Fast, secure, and easy to maintain

Local Development

To run this site locally:

  1. Install Ruby and Bundler
  2. Install dependencies:
    bundle install
  3. Run the Jekyll server:
    bundle exec jekyll serve
  4. View the site at http://localhost:4000

Adding Content

Adding Blog Posts

Create a new file in the _posts directory with the format:

YYYY-MM-DD-title-of-post.md

Include front matter at the top:

---
layout: post
title: "Your Post Title"
date: YYYY-MM-DD HH:MM:SS -0000
categories: category-name
tags: [tag1, tag2]
---

Adding Projects

Add your project showcases to the portfolio section in index.html or create dedicated project pages.

Adding Source Code

Source code can be:

  • Added directly to repository directories
  • Linked from external repositories
  • Embedded in blog posts with syntax highlighting

GitHub Pages Setup

  1. Go to repository Settings → Pages
  2. Under "Source", select the branch (e.g., main or gh-pages)
  3. The site will be published at https://maxfield-green.github.io/max-meso-lab/

License

MIT License - see LICENSE file for details.

About

Portfolio of weather event analysis and postulations from a data scientist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published