Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odhyp/portfolio
My portfolio and blog website
https://github.com/odhyp/portfolio
blog docs documentation personal-webpage personal-website portfolio portfolio-website
Last synced: about 2 months ago
JSON representation
My portfolio and blog website
- Host: GitHub
- URL: https://github.com/odhyp/portfolio
- Owner: odhyp
- License: mit
- Created: 2024-05-15T12:19:33.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T07:41:53.000Z (about 2 months ago)
- Last Synced: 2024-11-12T08:28:01.574Z (about 2 months ago)
- Topics: blog, docs, documentation, personal-webpage, personal-website, portfolio, portfolio-website
- Language: HTML
- Homepage: https://odhyp.com
- Size: 33.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Portfolio and Blog Website
Built with Hugo, JavaScript, and TailwindCSS
## Information
### Running site on local connection
```bash
hugo server --bind 0.0.0.0 --baseURL http:// --port 1313 --disableFastRender
```### Generate page using archetypes
1. New Blog
```bash
hugo new --kind blog blog/2024-10-27-my-first-post.md
```2. New Project
```bash
hugo new --kind project project/2024-10-27-my-first-project.md
```### Self note
Blog page is using `pinned` and `tags`, while Project page is `featured` and `categories`.
Using shortcodes:
```md
{{< info title="" >}}
Your information here. Maybe something useful for the readers.
{{< /info >}}{{< warning title="" >}}
The deadline for submission is approaching fast.
{{< /warning >}}
```## Future Plans
- [ ] Utilize/remove site announcements in header layout
- [ ] Add Shortcodes for image with caption and image gallery with slider
- [ ] Add project list and blog list pagination
- [ ] Add search functionality