-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |