Skip to content

rajishere9/VerseAI

Repository files navigation

VerseAI Blog

This repository contains the source code and content for the VerseAI blog, available live at: https://verseaitech.netlify.app/

Overview

This blog is built using the Hugo static site generator and the PaperMod theme. Content is written in Markdown.

Tech Stack

  • Static Site Generator: Hugo (Extended Version)
  • Theme: PaperMod
  • Content Format: Markdown
  • Version Control: Git
  • Code Hosting: GitHub
  • Deployment & Hosting: Netlify

Running Locally

To run the site locally for development or previewing changes:

  1. Clone the repository:
    git clone https://github.com/rajishere9/VerseAI.git
    cd VerseAI
  2. Initialize theme submodule:
    git submodule update --init --recursive
  3. Install Hugo (Extended version): Follow the instructions at https://gohugo.io/installation/.
  4. Run the Hugo development server:
    hugo server -D
    The -D flag includes draft posts.
  5. Open your browser to http://localhost:1313 (or the address provided by Hugo).

Deployment

This site is automatically deployed via Netlify. Any push to the main branch on GitHub will trigger a new build and deployment.

  • Build Command: hugo --gc --minify
  • Publish Directory: public

Creating Content

To add a new blog post:

  1. Use the Hugo command:
    hugo new content posts/your-new-post-title.md
  2. Edit the newly created Markdown file in the content/posts/ directory.
  3. Fill in the front matter (title, date, description, tags, etc.).
  4. Set draft: false in the front matter when ready to publish.
  5. Commit and push the changes to the main branch. Netlify will handle the deployment.

About

Hugo-powered blog exploring AI topics. Using the PaperMod theme. Deployed via Netlify.

Topics

Resources

Stars

Watchers

Forks