{"id":17026964,"url":"https://github.com/shashwatah/almanac","last_synced_at":"2025-06-21T10:05:02.922Z","repository":{"id":42711016,"uuid":"284126344","full_name":"shashwatah/almanac","owner":"shashwatah","description":"(Old) Personal Website/Blog built with Jekyll.","archived":false,"fork":false,"pushed_at":"2024-08-02T00:47:19.000Z","size":6718,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-21T10:02:39.648Z","etag":null,"topics":["css","html","jekyll","jekyll-blog","jekyll-site","liquid","liquid-templating-engine","personal-blog","personal-website","portfolio","portfolio-website","yaml"],"latest_commit_sha":null,"homepage":"https://araekiel.netlify.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shashwatah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-31T20:45:50.000Z","updated_at":"2025-02-06T17:20:50.000Z","dependencies_parsed_at":"2025-04-12T12:03:14.672Z","dependency_job_id":null,"html_url":"https://github.com/shashwatah/almanac","commit_stats":null,"previous_names":["shashwatah/almanac"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shashwatah/almanac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Falmanac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Falmanac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Falmanac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Falmanac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashwatah","download_url":"https://codeload.github.com/shashwatah/almanac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Falmanac/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261103110,"owners_count":23109927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","jekyll","jekyll-blog","jekyll-site","liquid","liquid-templating-engine","personal-blog","personal-website","portfolio","portfolio-website","yaml"],"created_at":"2024-10-14T07:45:25.482Z","updated_at":"2025-06-21T10:04:57.909Z","avatar_url":"https://github.com/shashwatah.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://github.com/shashwatah/almanac/blob/main/assets/images/almanac.png\" alt=\"Almanac\" width=\"200\"\u003e\n  \u003cbr\u003e\n  Almanac\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  This repository contains the source code for my (old) personal website built with \u003ca href=\"https://jekyllrb.com/\"\u003eJekyll\u003c/a\u003e.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/shashwatah/almanac/blob/main/LICENSE\"\u003e\u003cimg alt=\"MIT License\" src=\"https://img.shields.io/badge/license-MIT-green\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/shashwatah/almanac/releases/tag/v1.0\"\u003e\u003cimg alt=\"Github Release\" src=\"https://img.shields.io/badge/release-v1.0-blue\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e •\n  \u003ca href=\"#build--run\"\u003eBuild \u0026 Run\u003c/a\u003e •\n  \u003ca href=\"#structure\"\u003eStructure\u003c/a\u003e •\n  \u003ca href=\"#refs\"\u003eRefs\u003c/a\u003e •\n  \u003ca href=\"#authors\"\u003eAuthors\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cimg alt=\"Gif\" src=\"https://raw.githubusercontent.com/shashwatah/almanac/main/assets/images/almanac.gif\" type=\"image/png\"\u003e\n\n## Prerequisites\n\n### Ruby \n\nDownload and install Ruby from this [link](https://www.ruby-lang.org/en/downloads/).\n\nRun the following commands to confirm if the installation was successful:\n\n```bash\n$ ruby -v\n$ gem -v\n```\n\n### Jekyll\n\nRun the following command to install Jekyll:\n\n```bash\n$ gem install bundler jekyll\n```\n\n## Build \u0026 Run\n\nClone the repo and cd into the directory:\n\n```bash\n$ git clone https://github.com/shashwatah/almanac.git\n$ cd almanac\n```\n\n\u003e Set the port in *_config.yml*\n\nRun the site:\n\n```bash\n$ bundle exec jekyll serve\n```\n\n\u003e Note: '**bundle exec**' is not required unless you are running the website for the first time.\n\nOpen a browser and type **localhost:_port_**\n\n## Structure\n\n### Directory Structure\n\n   ```bash\n   .\n   ├── _data                      \n   |   ├── binge.yml\n   |   ├── navingation.yml          \n   |   ├── projects.yml\n   |   └── sketches.yml\n   ├── _includes                      \n   |   ├── footer.html\n   |   ├── head.html\n   |   ├── header.html\n   |   └── scripts.html\n   ├── _pages                       \n   |   ├── 404.html\n   |   ├── about.html\n   |   ├── binge.html\n   |   ├── journal.html\n   |   ├── projects.html\n   |   └── sketches.html\n   ├── _posts\n   ├── _site                        # =\u003e Auto generated\n   ├── assets                      \n   |   ├── images\n   |   |   ├── binge\n   |   |   ├── posts\n   |   |   ├── sketches\n   |   |   └── almanac.png\n   |   └── styles\n   ├── _config.yml                  # =\u003e Site's configuration\n   ├── Gemfile\n   └── Gemfile.lock\n   ```\n\n### _data/binge.yml\n\nExample:\n```yml\n- title: Breaking Bad\n  location: assets/images/binge/breaking_bad.jpg\n```\n\n### _data/projects.yml\n\nExample:\n```yml\n- title: GitWiz\n  desc: A singular portal to search for public repos from multiple version control platforms.\n  tags:\n    - name: Node.js\n    - name: TypeScript\n    - name: JavaScript\n  url: https://gitwiz.herokuapp.com\n```\n\n### _data/sketches.yml\n\nExample:\n```yml\n- title: The Mandalorian\n  caption: \"This is the way.\"\n  location: ./assets/images/sketches/mandalorian.jpg\n```\n\n## Refs\n\n- The design is inspired by [aweekj](https://github.com/aweekj)'s [Kiko-plus](https://github.com/aweekj/Kiko-plus) jekyll theme.\n\n\n## License \n\n[MIT License](https://github.com/shashwatah/almanac/blob/main/LICENSE) | Copyright (c) 2024 Kumar Shashwat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatah%2Falmanac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashwatah%2Falmanac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatah%2Falmanac/lists"}