Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swastkk/blogs

My Blogs
https://github.com/swastkk/blogs

Last synced: about 1 month ago
JSON representation

My Blogs

Awesome Lists containing this project

README

        

# Blogs | Swastik Sharma

[blog.swastiksharma.in](https://blog.swastiksharma.in)

## Usage

#### Setup

```console
bundle install
```

#### Serve

```console
bundle exec jekyll serve
```

## Probable errors

`bundle install` failed due to permission denied

**Solution**

According to [bundler documentation](), a **$BUNDLE_PATH** or **$GEM_HOME** env variable can be set to make it the default writeable place.

```console
export BUNDLE_PATH=~/.gems
bundle install
```

Then run the command as usual

```console
bundle exec jekyll serve
```

## FOSS tools used

- [https://profile-counter.glitch.me/](https://profile-counter.glitch.me/)
- [https://app.cal.com/](https://app.cal.com/event-types)
- [https://giscus.app/](https://giscus.app/)