{"id":20376504,"url":"https://github.com/jaswantsinghh/blogtalks","last_synced_at":"2026-05-08T11:37:56.952Z","repository":{"id":81587578,"uuid":"387874889","full_name":"Jaswantsinghh/BlogTalks","owner":"Jaswantsinghh","description":"A static blog customized Jekyll template owned by KingFelix.","archived":false,"fork":false,"pushed_at":"2023-06-12T06:47:17.000Z","size":862,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T21:42:04.629Z","etag":null,"topics":["emerald","jekyll-blog","jekyll-theme","markdown"],"latest_commit_sha":null,"homepage":"https://jaswantsinghh.github.io/BlogTalks/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jaswantsinghh.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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}},"created_at":"2021-07-20T18:03:24.000Z","updated_at":"2023-06-12T06:34:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b43f0cb2-b39f-4a6c-82e0-036c71c87cc4","html_url":"https://github.com/Jaswantsinghh/BlogTalks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"KingFelix/emerald","purl":"pkg:github/Jaswantsinghh/BlogTalks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaswantsinghh%2FBlogTalks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaswantsinghh%2FBlogTalks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaswantsinghh%2FBlogTalks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaswantsinghh%2FBlogTalks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaswantsinghh","download_url":"https://codeload.github.com/Jaswantsinghh/BlogTalks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaswantsinghh%2FBlogTalks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32779133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["emerald","jekyll-blog","jekyll-theme","markdown"],"created_at":"2024-11-15T01:38:02.275Z","updated_at":"2026-05-08T11:37:56.933Z","avatar_url":"https://github.com/Jaswantsinghh.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\nEmerald is a minimal theme created for Jekyll. The main purpose of Emerald is to provide a clear theme for those who want a blog ready to use, focused on the content and mobile-first.\n\n![Emerald](/img/Emerald01.png \"Emerald\")\n\n## Setup \u0026 usage\nEmerald may be installed by simply downloading the .zip folder from the [repository on Github](https://github.com/KingFelix/emerald/archive/master.zip).\n\nAfter extracting the content from the folder into the selected directory, you can type ``jekyll serve`` from the terminal, than open your browser to ``0.0.0.0:4000/emerald/`` and you will find it there.\n\nAdditionally it is possible to fork the repository and use Github Pages as hosting. By following this way it will be enough to change the ``baseurl`` value into the ``_config.yml`` file, with the directory name of your project (for example /blog) or simply with a \"/\" (slash) if you want install Emerald in the root.\n\n### Options\nStarting from the 1.1.0 version, you can customize Emerald thanks to a few options. Now it is possible to set a custom header tag by setting the related option in the ``_config.yml`` file to \"true\". Then insert your custom code into the ``header-custom.html`` file.\nIn the same way, you can customize the footer of the navigation menu, by setting to \"true\" the related option and put your code into the ``nav-footer-custom.html`` file.\nMoreover it is now possible to select a reverse option that allows to move the navigation menu to the left side, by setting it to \"true\".\n\n### Colors\nThe basic colors are set into the ``base.scss`` file:\n- $main-color: used for the menu, title, link and footer\n- $background-color: used for background and links in the navigation menu\n- $text-color: used for text and title in posts and pages \n\nTo customize the colors, just set the values in HEX, RGB (or RGBa) or any other format accepted by CSS.\n\n### Navigation menu\nStarting from the 1.1.0 version, the links inside the navigation menu are autogenerated from pages having the layout set to ``page``.\nYou can set custom links, by putting in the ``\u003ca\u003e`` tag into the ``link.html`` file.\n\n### Branch\nEmerald has two branch: \n- ``master``: is for developing pourpose.\n- ``gh-pages``: is only for demo site.  \n\n### Baseurl\nEmerald was thought to be used mainly with Github, in particular into [project site](https://pages.github.com/). For this reason several tags have been included ``{{ site.baseurl }}`` to refer to the \"/emerald/\" directory.\nYou can change the \"baseurl\" value into the ``config.yml`` file, to match your directory (for example \"/blog/\") or the root of your project. In that case you must set the \"baseurl\" value to \"/\".\n\n### Typography\nTo maintain the vertical rhythm, it has been applied a **Typographic scale** as a modular scale, with a baseline set to 24px. To maintain this rhythm you need to insert elements like image, video or other contents with a 24px (or multiple) height as refer.\n\nLast but not least: the [Jekyll documentation](http://jekyllrb.com) is the best starting point! \n\n## Author\n\n### Jacopo Rabolini\n\n- Web site: [www.jacoporabolini.com](http://www.jacoporabolini.com)\n- Linkedin: [linkedin.com/in/jacopo-rabolini/](https://www.linkedin.com/in/jacopo-rabolini/)\n\n## License\nEmerald is released under [MIT License](license.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaswantsinghh%2Fblogtalks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaswantsinghh%2Fblogtalks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaswantsinghh%2Fblogtalks/lists"}