Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashrsharma44/yashrsharma44.github.io
Repository for my Blog Page
https://github.com/yashrsharma44/yashrsharma44.github.io
hacktoberfest
Last synced: 8 days ago
JSON representation
Repository for my Blog Page
- Host: GitHub
- URL: https://github.com/yashrsharma44/yashrsharma44.github.io
- Owner: yashrsharma44
- Created: 2019-05-11T16:27:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T13:03:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T16:16:29.657Z (24 days ago)
- Topics: hacktoberfest
- Language: SCSS
- Homepage: https://yashrsharma44.github.io
- Size: 31.1 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Blag screenshot](https://github.com/yashrsharma44/yashrsharma44.github.io/blob/master/static/yash_blog.png)](https://https://yashrsharma44.github.io/)
# Blog Repository of Me
_Blog repository containing all of my adventures and experience of Software Engineering and OSS_
![Deployment](https://github.com/xypnox/blag/workflows/Deployment/badge.svg)
This repository contains the source for my blog hosted at [yashrsharma44.github.io/](https://yashrsharma44.github.io/).
The blog is built using [Zola](https://www.getzola.org/), A static site generator written in Rust. It uses a custom theme made specifically for this blog named `xyblag`, which can be found in the [themes/xyblag](https://github.com/xypnox/blag/tree/master/themes/xyblag) directory.
## Usage
`zola serve` to start a local server for live development, the deployment is done automatically through Github Actions.
The specific instructions for the theme are present in the [xyBlag theme's Readme](https://github.com/xypnox/blag/blob/master/themes/xyblag/README.md).
## Theme
![Blag screenshot](https://github.com/xypnox/blag/blob/master/themes/xyblag/screenshot.png?raw=true)
The theme is custom made for specificaly this blog and can be found in the [`themes/xyblag`](https://github.com/xypnox/blag/tree/master/themes/xyblag) directory.
## Credits
- The theme used the [Even theme](https://github.com/getzola/even) as a base and was modified into it's current form.
- This Blog is heavily inspired from [xypnox.com/blag](https://xypnox.com/blag).