/blog

Source code for my personal blog

Primary LanguageHTML

Hugo notes and commands

Start local Hugo Server (with drafts)

From the PersonalBlog folder run:

hugo server -D

Then open http://localhost:1313/ from your web browser.

Add blog entry

From the PersonalBlog folder run:

hugo new posts/my-first-post.md

This will create a new markdown file in content/posts for you to write your post.

More info at: https://gohugo.io/getting-started/quick-start/#add-content

Change blog theme

From the PersonalBlog folder run:

git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod

GitHub pages

This blog is meant to be posted here: https://calderov.github.io/blog/