Skip to content

kennetheversole/eversole.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eversole.dev

Personal website and blog built with Zola, a fast static site generator written in Rust.

Requirements

  • Zola v0.15.3 or higher
  • Node.js (for Cloudflare Pages deployment)

Local Development

# Serve the site locally with live reload
zola serve

# Build the site
zola build

The site will be available at http://127.0.0.1:1111

Structure

  • content/ - Markdown files for pages and blog posts
  • templates/ - HTML templates
  • sass/ - SCSS stylesheets
  • static/ - Static assets (fonts, images, JavaScript)
  • config.toml - Site configuration

Deployment

The site is deployed to Cloudflare Pages. Commits to the main branch trigger automatic deployments.

License

All content and code are property of Kenneth Eversole unless otherwise noted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published