Skip to content

Codeedup/blog_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Hugo Blog

Development

To run this site locally:

  1. Clone this repository
  2. Install Hugo
  3. Run hugo server -D from the project root
  4. Open http://localhost:1313/ in your browser

Structure

  • content/: Contains all the content for the site
  • layouts/: Contains HTML templates
  • static/: Contains static assets like CSS, JS, and images
  • hugo.toml: Configuration file

Deployment

This site can be deployed to any static hosting service:

  1. Run hugo to build the site
  2. Deploy the generated public/ directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published