{"id":25307062,"url":"https://github.com/juanpablodiaz/doc","last_synced_at":"2025-10-12T14:16:47.341Z","repository":{"id":175690486,"uuid":"654325557","full_name":"JuanPabloDiaz/doc","owner":"JuanPabloDiaz","description":"Projects, Tech Notes, \u0026 Career Advancement Documentation. 🚀 Backup demo: https://docjp.netlify.app","archived":false,"fork":false,"pushed_at":"2025-06-17T15:19:41.000Z","size":18423,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T16:33:23.955Z","etag":null,"topics":["htmk5","jekyll","ruby","sass"],"latest_commit_sha":null,"homepage":"https://docs.jpdiaz.dev","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/JuanPabloDiaz.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":"2023-06-15T22:10:48.000Z","updated_at":"2025-06-17T15:19:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"e986ec6c-7eff-4a48-9ae8-338769b4dce2","html_url":"https://github.com/JuanPabloDiaz/doc","commit_stats":null,"previous_names":["juanpablodiaz/doc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuanPabloDiaz/doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2Fdoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2Fdoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2Fdoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2Fdoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanPabloDiaz","download_url":"https://codeload.github.com/JuanPabloDiaz/doc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2Fdoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011597,"owners_count":26084963,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["htmk5","jekyll","ruby","sass"],"created_at":"2025-02-13T10:54:00.636Z","updated_at":"2025-10-12T14:16:47.328Z","avatar_url":"https://github.com/JuanPabloDiaz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Juan Diaz's Documentation Site\n\nThis is my documentation site, I will be using this site to document my learning process and to share my knowledge with others.\n\n![image](./assets/img/readme/desktop.png)\n\n### Lighthouse Score 🚀\n\n\u003cimg src=\"./assets/img/readme/lighthouse.png\"/\u003e\n\n## What I Did to Run This Documentation Site Using Jekyll (Step by Step)\n\nFirst some context, Jekyll is a static site generator that transforms your plain text into beautiful static web sites and blogs. It can be use for a documentation site, a blog, an event site, or really any web site you like. It’s fast, secure, easy, and open source. It’s also the same site generator I use to maintain my open source documentation.\n\n---\n\nI watched a [Youtube](https://www.youtube.com/watch?v=F8iOU1ci19Q) video created By Techno Tim and follow alone their [documentation](https://docs.technotim.live/posts/jekyll-docs-site/).\n\n### 1. Install Prerequisites:\n\n[Installing Ruby and Jekyll for windows](https://jekyllrb.com/docs/installation/windows/)\n\n\u003e The Installation was via RubyInstaller by using the RubyInstaller for Windows. (follow those 4 steps, I needed to [download](https://rubyinstaller.org/downloads/) the RubyInstaller .exe file.)\n\nNote: I tried to installed from Bash but it failed. (I opened the github folder in local and tried the installation via Bash on Windows 10).\n\n- I used the [Jekyll](https://github.com/jekyll/jekyll) repository on Github.\n- I also used the [jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) to create my own documentation site.\n\n### 2. Creating a New Site\n\n4. I follow the [Getting Started](https://chirpy.cotes.page/posts/getting-started/) steps - Using the Chirpy Starter (template).\n\n- Sign in to GitHub and browse to Chirpy Starter.\n- Click the button Use this template \u003e Create a new repository, and name the new repository.\n- Then Copy the new repo and clone it on my local computer.\n\n### 3. Installing Dependencies\n\n- Open terminal from that repo and install dependencies.\n- Follow the wiki doc on jekyll-theme-chirpy.\n\n## Jekyll Commands\n\n- Install dependencies by running the following command.\n\n  ```console\n  bundle\n  ```\n\n- **To run the project as localhost after completing everything** (serving your site)\n\n  ```console\n  bundle exec jekyll s\n  ```\n\n- **To Run the Site locally with drafts and livereload**\n\n  ```console\n  bundle exec jekyll s --livereload --drafts\n  ```\n\n\u003c!-- shorter for...   bundle exec jekyll server --\u003e\n\n### Summary\n\n\u003e 💡 Remember to install Jekyll, then install the dependences, copy the theme, rename and modify it.\n\n### Usage\n\nPlease see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#documentation).\n\n### License\n\nThis work is published under [MIT][mit] License.\n\n[gem]: https://rubygems.org/gems/jekyll-theme-chirpy\n[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/\n[use-template]: https://github.com/cotes2020/chirpy-starter/generate\n[CD]: https://en.wikipedia.org/wiki/Continuous_deployment\n[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpablodiaz%2Fdoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanpablodiaz%2Fdoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpablodiaz%2Fdoc/lists"}