Skip to content

Gupta-Aryaman/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Blog

This repository contains the source code for a blog built using Hugo.

Project Description

This project is a static site generated using Hugo. It is designed to be a simple and fast solution for creating and managing a blog.

Technologies Used

  • HTML
  • Hugo (Static Site Generator)

Adding a New Page in Hugo

To add a new page in Hugo, use the following command:

hugo new <section>/<page-name>.md

For example, to create a new blog post, you can run:

hugo new posts/my-new-post.md

Generating HTML in Hugo

To generate the static HTML files from your Hugo site, use the following command:

hugo

This command will build your site and output the generated files to the public directory.

Hugo Themes

For exploring different Hugo themes visit the Hugo Templates Documentation.

Getting Started

  1. Clone the repository
git clone https://github.com/Gupta-Aryaman/blog.git
cd blog
  1. Install Hugo Follow the instructions on the Hugo Installation Guide to install Hugo on your machine.
  2. Run the development server
hugo server

Open http://localhost:1313 with your browser to see the result.

Hosting on gh-pages

For using hugo and hosting it on github-pages, refer this video.
For adding dynamic content (like newsletter) on hugo website, refer this video.

About

Personal blog built using Hugo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published