Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashbhutwala/yashbhutwala.github.io
Personal Blog
https://github.com/yashbhutwala/yashbhutwala.github.io
blog hugo personal-blog
Last synced: 15 days ago
JSON representation
Personal Blog
- Host: GitHub
- URL: https://github.com/yashbhutwala/yashbhutwala.github.io
- Owner: yashbhutwala
- Created: 2020-09-14T13:56:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T07:04:24.000Z (over 2 years ago)
- Last Synced: 2024-11-13T13:47:35.281Z (about 2 months ago)
- Topics: blog, hugo, personal-blog
- Language: Shell
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yash Bhutwala's Personal Blog
## Table of Contents
- [Dependencies](#dependencies)
- [Deploying Locally](#deploying-locally)
- [Creating a new post](#creating-a-new-post)## Dependencies
```bash
brew install hugo
```## Deploying Locally
```bash
./scripts/test-locally.sh
```## Creating a new post
```bash
POST_NAME="my-first-post.md"
./scripts/create-new-post.sh $POST_NAME
```