Skip to content

This repo contains the file related to my personal blog

Notifications You must be signed in to change notification settings

matteobisi/msbiro.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

www.msbiro.net - Hugo Site

This repository contains the source code for my blog built with Hugo, a fast and flexible static site generator written in Go.

🚀 Features

  • Built with Hugo
  • Uses the PaperMod theme
  • Easy content management with Markdown
  • Fast, secure, and easy to deploy

🛠️ Getting Started

Prerequisites

  • Hugo (v0.128.0 or later recommended)
  • Git

Installation

  1. Clone the repository:
git clone https://github.com/matteobisi/msbiro.net.git
cd msbiro.net
  1. Start the local development server:
hugo server

Your site will be available at http://localhost:1313/.

Creating Content

Add new posts or pages using:

hugo new posts/my-new-post.md

Edit the Markdown file in the content/posts directory.

🖌️ Configuration

  • Site configuration is in config.toml (or config.yaml/config.json depending on your setup).
  • Theme-specific options can be customized according to the PaperMod documentation.

🚢 Deployment

You can deploy your site using GitHub Pages or any static hosting provider.

Deploy to GitHub Pages (Mono Repo Approach)

  1. Build the site:
hugo

This generates the static files in the public/ directory. 2. Push the contents of public/ to your gh-pages branch or your GitHub Pages repository.

For automated deployment, you can use GitHub Actions. See this guide for details.

📂 Directory Structure

  • content/ – Your Markdown content
  • themes/ – Hugo themes (e.g., PaperMod)
  • static/ – Static assets (images, favicon, etc.)
  • public/ – Generated site (do not edit directly)
  • config.toml – Site configuration

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


References and further reading:

About

This repo contains the file related to my personal blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors