Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.03 KB

README.md

File metadata and controls

70 lines (48 loc) · 2.03 KB

The Breakthrough

A personal Portfolio / Blogging website


  

🏗 Made using Hugo and PaperMod

Features of PaperMod/Hugo

  • ✍ Support for markdown
  • 🚧 Pre-built 404 page, home page, search, comments, analytics (Configurable)
  • And many more...

Features of The Breakthrough

  • 🏠 Customized homepage (To fit my need)
  • 🌈 Emojified interesting content
  • 📈 Integrated GoatCounter

Guide

How to view / run the website locally?

Important

Check out Quick start guide on hugo

  1. Clone this repository
git clone https://github.com/Ranger-NF/Breakthrough
  1. In the directory root, run
hugo server -D
  1. To publish the site, run
hugo

The files will be available in public/ directory

How to make a new blog post?

  1. Create a new markdown file (eg: blog-title.md) in content/posts/ directory.

Note

You can nest directories the way you want. ie, if you want your blog path be like website.xyz/awesome-series/blog you would have to place your file in content/posts/awesome-series/blog.md

  1. Add a front matter on top
  2. Then, start writing your content using markdown.

For more details, head over to PaperMod wiki