A personal Portfolio / Blogging website
- โ Support for markdown
- ๐ง Pre-built 404 page, home page, search, comments, analytics (Configurable)
- And many more...
- ๐ Customized homepage (To fit my need)
- ๐ Emojified interesting content
- ๐ Integrated GoatCounter
Important
Check out Quick start guide on hugo
- Clone this repository
git clone https://github.com/Ranger-NF/Breakthrough
-
In the directory root, run
hugo server -D
-
To publish the site, run
hugo
The files will be available in
public/
directory
- 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
- Add a front matter on top
- Then, start writing your content using markdown.