https://github.com/deepakramani/deepakramani.github.io
This repo contains all the source files of my blog
https://github.com/deepakramani/deepakramani.github.io
Last synced: 2 months ago
JSON representation
This repo contains all the source files of my blog
- Host: GitHub
- URL: https://github.com/deepakramani/deepakramani.github.io
- Owner: deepakramani
- Created: 2023-03-21T16:13:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T18:46:07.000Z (3 months ago)
- Last Synced: 2025-03-12T19:34:56.935Z (3 months ago)
- Language: JavaScript
- Homepage: https://deepakramani.github.io/
- Size: 63.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quarto-blog
This repo contains the source files of my blog.
## File structure
- `posts` - contains all the blog posts.
- `notes` - contains all the notes from things I learn or explore.
- `projects` - contains the links to the projects.
- `data` - contains the configuration to list the projects in the homepage.
- `about.qmd` - details of about me.
- `archive.qmd` - complete list of all the works
- `index.qmd` - homepage.
- `logo.png` - favicon
- `profile.jpg` - profile picture
- `resume.pdf` - my resume
- `resume.qmd` - empty for now. May replace the pdf version or just add link.
- `_includes` - contains all the sub-configurations.## _quarto.yml
This file contains all the configuration of the blog. The config is described as a website which contains further settings. What each setting does is well described in the [quarto website](https://quarto.org/docs/guide/).