Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranger-nf/personal-website
🏕 Personal website made with hugo!
https://github.com/ranger-nf/personal-website
blog hugo hugo-papermod hugo-theme papermod portfolio-website
Last synced: 4 months ago
JSON representation
🏕 Personal website made with hugo!
- Host: GitHub
- URL: https://github.com/ranger-nf/personal-website
- Owner: Ranger-NF
- License: mit
- Created: 2023-11-27T16:09:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T07:39:06.000Z (5 months ago)
- Last Synced: 2024-10-01T15:39:10.522Z (4 months ago)
- Topics: blog, hugo, hugo-papermod, hugo-theme, papermod, portfolio-website
- Language: CSS
- Homepage: https://justfahad.me
- Size: 46.3 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
A personal Portfolio / Blogging website
![]()
![]()
![]()
![]()
> 🏗 Made using [Hugo](https://gohugo.io/) and [PaperMod](https://github.com/adityatelange/hugo-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](https://thebreakthrough.netlify.app/posts/whats-breakthrough/)
- 📈 Integrated [GoatCounter](https://www.goatcounter.com/)
## Guide
### How to view / run the website locally?
> [!IMPORTANT]
> Check out [Quick start guide](https://gohugo.io/getting-started/quick-start/) on hugo1. Clone this repository
```
git clone https://github.com/Ranger-NF/Breakthrough
```2. In the directory root, run
```
hugo server -D
```
3. 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`2. Add a [front matter](https://gohugo.io/getting-started/quick-start/#add-content) on top
3. Then, start writing your content using markdown.
#### For more details, head over to [PaperMod wiki](https://github.com/adityatelange/hugo-PaperMod/wiki)