Skip to content

danielstegeman/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel's Blog

Welcome to my personal blog! This site is built with Jekyll and hosted on GitHub Pages.

About

This blog contains my thoughts, insights, and technical musings on various topics including software development, technology trends, and personal experiences.

Local Development

To run this blog locally:

  1. Install Ruby and Bundler
  2. Clone this repository
  3. Run bundle install to install dependencies
  4. Run bundle exec jekyll serve to start the development server
  5. Visit http://localhost:4000 to view the site

Writing Posts

Posts are written in Markdown and stored in the _posts directory. File names should follow the format: YYYY-MM-DD-post-title.md

Example post structure:

---
layout: post
title: "Your Post Title"
date: 2025-10-01 10:00:00 +0000
categories: [category1, category2]
tags: [tag1, tag2]
---

Your post content here...

Deployment

This site is automatically deployed to GitHub Pages when changes are pushed to the main branch. GitHub Pages builds the Jekyll site automatically.

License

This blog content is licensed under Creative Commons Attribution 4.0 International.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors