Portfolio of weather event analysis and postulations from a data scientist.
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
To run this site locally:
- Install Ruby and Bundler
- Install dependencies:
bundle install
- Run the Jekyll server:
bundle exec jekyll serve - View the site at
http://localhost:4000
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]
---Add your project showcases to the portfolio section in index.html or create dedicated project pages.
Source code can be:
- Added directly to repository directories
- Linked from external repositories
- Embedded in blog posts with syntax highlighting
- Go to repository Settings → Pages
- Under "Source", select the branch (e.g.,
mainorgh-pages) - The site will be published at
https://maxfield-green.github.io/max-meso-lab/
MIT License - see LICENSE file for details.