Skip to content

bwalowitz/bwalowitz.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brandon Walowitz Personal Site

This repository contains the source for my static portfolio site. The site is deployed to GitHub Pages using the workflow defined in .github/workflows/static.yml.

Blog

A simple blog section is available under blog/. Each post is an HTML file inside blog/posts/. The blog index page lists all posts.

Creating a Post

Run the helper script to generate a new post file and automatically update the index:

python3 scripts/create_post.py "My Post Title"

This creates blog/posts/YYYY-MM-DD-my-post-title.html with a basic template and rebuilds blog/index.html.

After editing the generated file with your content, commit both the post and the updated index page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published