Skip to content

Commit

Permalink
update README and add a Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ksnabb committed Jan 5, 2024
1 parent ba8fe25 commit 61b0fff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Build the site
build:
hugo

# Serve the site locally
serve:
hugo server -D

# Clean the generated files
clean:
rm -rf public
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
# My Notes, Blog posts and Rants

Based on Hugo static site generator. In this site I collect notes, blog posts and rants related to what I am working with.

## Pre-requisites

Install Hugo

brew install hugo

That is it, no other dependencies are needed.

## How to run

Run from root with the hugo CLI.

hugo server
# My Notes, posts and experiments

Based on Hugo static site generator. In this site I collect notes, posts and experiments related to what I am working with.

0 comments on commit 61b0fff

Please sign in to comment.