Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Log

My learning blog, live at https://themobiusstrip.github.io.

Built with Jekyll (minima theme), hosted on GitHub Pages. Pages builds the site automatically on every push to main — nothing to install locally.

Writing a post

Add a Markdown file to _posts/ named YYYY-MM-DD-title.md with front matter:

---
layout: post
title: "Post Title"
date: 2026-07-01
tags: [topic]
---

Then commit and push.

Optional: local preview

gem install bundler jekyll
jekyll serve
# open http://localhost:4000

About

Learning blog — Jekyll on GitHub Pages

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages