Skip to content

antonidag/myblog

Repository files navigation

My Blog

Overview

The aim of this project is to eventually become my personal site and blog. I wanted to make a blog without depending on WordPress or any other fancy content management system (CMS). Additionally, I'm not a big fan of using front-end frameworks like React, as it can become to much of a hassle. I simply want a straightforward site for creating content.

Hugo is a SSG (Static Site Generator) that can generate static HTML files from markdown, aligning perfectly with my preferences for a simple way to manage and create content.

Blog stack

  • Github Pages for hosting
  • Hugo for static site generation
  • utterances for blog posts comments
  • GoDaddy for domain
  • Goolge Analytics for statistics

Getting Started

Prerequisites

  • Git
  • Go
  • Dart Sass

For windows

For others

  • check hugo :)

Installation

hugo

choco install hugo-extended

Once installed, to create new site and run it locally

hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
hugo server

About

Personal site, blog using Hugo & github pages

Resources

Stars

Watchers

Forks