Skip to content

seankearney/seankearney.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seankearney.com

My personal blog! Since 2006, I've been sharing my insights and experiences on software development and technology.

Technology Stack

  • Static Site Generator: Zola
  • Theme: zola-devin
  • Hosting: GitHub Pages
  • Content Format: Markdown with TOML front matter

Features

  • Blog posts organized by date and tags
  • Archives section for historical content
  • Comments preserved from previous blog platforms
  • RSS feed
  • Responsive design
  • Code syntax highlighting
  • Asset colocation for images and other resources

Local Development

To run the site locally:

# Install Zola (see https://www.getzola.org/documentation/getting-started/installation/)
zola serve

Content Structure

content/
  about.md           # About page
  archive.md         # Archives page
  post/             # Blog posts
    [year-month-day-slug]/
      index.md      # Post content
      images        # Post images
      *.yml         # Comments

License

  • Content: Copyright © Sean Kearney
  • Code: MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages