Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```