Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swastkk/blogs
My Blogs
https://github.com/swastkk/blogs
Last synced: about 1 month ago
JSON representation
My Blogs
- Host: GitHub
- URL: https://github.com/swastkk/blogs
- Owner: swastkk
- License: mit
- Created: 2023-05-02T19:15:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-16T07:00:29.000Z (4 months ago)
- Last Synced: 2024-09-16T08:28:17.741Z (4 months ago)
- Language: Ruby
- Homepage: https://blog.swastiksharma.in/
- Size: 85.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)