{"id":27103080,"url":"https://github.com/stuartellis/git-skills-1","last_synced_at":"2026-04-29T00:34:49.564Z","repository":{"id":103210128,"uuid":"165742445","full_name":"stuartellis/git-skills-1","owner":"stuartellis","description":"Presentation for Git workshop: \"Fast-Action Demagicification\"","archived":false,"fork":false,"pushed_at":"2019-02-02T17:57:38.000Z","size":5571,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-13T21:57:42.663Z","etag":null,"topics":["git","presentation","presentation-slides"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuartellis.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}},"created_at":"2019-01-14T22:02:28.000Z","updated_at":"2019-09-15T07:15:30.000Z","dependencies_parsed_at":"2023-06-28T23:30:55.671Z","dependency_job_id":null,"html_url":"https://github.com/stuartellis/git-skills-1","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stuartellis/git-skills-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fgit-skills-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fgit-skills-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fgit-skills-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fgit-skills-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuartellis","download_url":"https://codeload.github.com/stuartellis/git-skills-1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fgit-skills-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["git","presentation","presentation-slides"],"created_at":"2025-04-06T16:38:58.029Z","updated_at":"2026-04-29T00:34:49.559Z","avatar_url":"https://github.com/stuartellis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Skills 1\n\nThis presentation is a Website built with the [Hugo](https://gohugo.io/) generator and the [reveal-hugo theme](https://reveal-hugo.dzello.com), which uses [reveal.js](https://github.com/hakimel/reveal.js).\n\n# Prerequisites\n\n* Git: On Windows, use [Git for Windows](https://git-scm.com)\n* Hugo\n* A UNIX shell: On Windows, use the Git bash shell\n* Optional: Docker\n\nThe example commands in this workshop are for a UNIX shell. If you are using Windows, open a *Git Bash* window and run the commands in it.\n\nUse whichever text editor you prefer.\n\n## Setup\n\nHugo is a self-contained binary.\n\n### Windows\n\n1. Download the latest release ZIP from GitHub: https://github.com/gohugoio/hugo/releases\n1. Unzip the release\n1. Copy the *hugo.exe* file to the root of this project\n1. Make Hugo executable:\n\n    $ chmod 0700 ./hugo.exe\n\n### macOS or Linux\n\n1. Download the latest release ZIP from GitHub: https://github.com/gohugoio/hugo/releases\n1. Unzip the release\n1. Copy the *hugo* file to the root of this project\n1. Make Hugo executable:\n\n    $ chmod 0700 ./hugo\n\n### Docker on macOS\n\n\u003e The Docker configuration in this project does not current run on Windows. \n\nThe *do.sh* utility script provides tools for building and running the site.\n\nRun the *setup* subcommand to build the Docker container:\n\n```bash\n./do.sh setup\n```\n\n## Usage\n\nTo view the content, we use the *serve* subcommand of Hugo. This generates the Website from the text files in this repository, and makes the site available at this address:  \n\nhttp://localhost:1313/\n\nIf you save a change to the text files, the Website will instantly update.\n\n### Windows\n\n```bash\n./hugo.exe serve\n```\n\n### macOS and Linux\n\n```bash\n./hugo.exe serve\n```\n\n### Docker on macOS\n\nTo view the content, use the *serve* subcommand of the *do* script:\n\n```bash\n./do.sh serve\n```\n\n## Creating a PDF\n\nThis site includes support for [print as PDF](https://github.com/hakimel/reveal.js#instructions-1). To save the whole presentation as a PDF file, open the site in a Chromium browser, with the ?print-pdf string in the address:\n\nhttp://localhost:1313/?print-pdf#/\n\nThen open Print in Chrome, set the Destination to *Save as PDF*, set the *Margins* to *None*, enable *Background graphics* option, and choose *Save*.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartellis%2Fgit-skills-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuartellis%2Fgit-skills-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartellis%2Fgit-skills-1/lists"}