Skip to content

Ranger-NF/Breakthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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