{"id":15204251,"url":"https://github.com/jimschubert/jimschubert-resume","last_synced_at":"2026-03-11T00:01:58.418Z","repository":{"id":222747701,"uuid":"758269855","full_name":"jimschubert/jimschubert-resume","owner":"jimschubert","description":"A hugo theme for Jim Schubert's resume","archived":false,"fork":false,"pushed_at":"2025-05-24T00:12:43.000Z","size":125,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T01:19:09.662Z","etag":null,"topics":["cv-template","hugo","hugo-theme","resume","resume-template","simple"],"latest_commit_sha":null,"homepage":"https://jimschubert.us/","language":"SCSS","has_issues":true,"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/jimschubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jimschubert","patreon":"jimschubert"}},"created_at":"2024-02-16T00:31:14.000Z","updated_at":"2025-05-24T00:12:46.000Z","dependencies_parsed_at":"2024-02-24T18:29:02.617Z","dependency_job_id":"119c3515-eb4b-4f15-9f1e-3fd25631b5d3","html_url":"https://github.com/jimschubert/jimschubert-resume","commit_stats":null,"previous_names":["jimschubert/jimschubert-resume"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jimschubert/jimschubert-resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fjimschubert-resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fjimschubert-resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fjimschubert-resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fjimschubert-resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimschubert","download_url":"https://codeload.github.com/jimschubert/jimschubert-resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fjimschubert-resume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30362694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cv-template","hugo","hugo-theme","resume","resume-template","simple"],"created_at":"2024-09-28T05:40:46.404Z","updated_at":"2026-03-11T00:01:58.391Z","avatar_url":"https://github.com/jimschubert.png","language":"SCSS","funding_links":["https://github.com/sponsors/jimschubert","https://patreon.com/jimschubert"],"categories":[],"sub_categories":[],"readme":"# jimschubert-resume\n\n\u003e The job search sucks, your resume shouldn't.\n\nThis is a dead-simple resume template. It wraps the free [Orbit theme](https://github.com/xriley/Orbit-Theme) by Xiaoying Riley into a Hugo template.\n\nTo use in your project, follow the Hugo instructions for initializing and referencing a theme. These assume you're not on Windows (I don't use it, sorry).\n\n## Use: as a Hugo module\n\nThis is the step I prefer.\n\n```shell\nhugo new site quickstart\ncd quickstart\nhugo mod get github.com/jimschubert/jimschubert-resume\ncp $(go env GOMODCACHE)/github.com/jimschubert/jimschubert-resume*/exampleSite/data/content.yaml data/content.yaml\n```\n\n## Use: as a submodule\n\nIf you don't want to reference the theme via Hugo modules, follow these steps instead.\nThis is the step you often see on themes. I don't like git's submodules functionality, but you do you.\n\n```shell\nhugo new site quickstart\ncd quickstart\ngit init\ngit submodule add https://github.com/jimschubert/jimschubert-resume.git themes/jimschubert-resume\necho \"theme = 'jimschubert-resume'\" \u003e\u003e hugo.toml\ncp themes/jimschubert-resume/exampleSite/data/content.yaml data/content.yaml\n```\n\n## Make it yours\n\nNext, edit the file at `data/content.yaml` to your liking.\nBe sure to also create `assets/images/profile.png` (unless you look a lot like me).\n\n## Parameters\n\nThe following parameters can be defined to customize the theme:\n\n| Param              | Default   |\n|--------------------|-----------|\n| themeColor         | `#4B6A78` |\n| textColor          | `#3F4650` |\n| textColorSecondary | `#545E6C` |\n| textGrey           | `#97AAC3` |\n| divider            | `#e8e8e8` |\n| lighterGrey        | `#ccc`    |\n| darkerGrey         | `#666`    |\n| smokyWhite         | `#f5f5f5` |\n| sidebarPadding     | `20px`    |\n| educationMain      | `false`   |\n\nFor example, if using YAML for your hugo config (be sure to wrap CSS colors in quotes!):\n\n```yaml\nparams:\n  educationMain: true\n  themeColor: '#ececec'\n```\n\nThe following parameters can be nested under `params.titles` to customize the titles displayed on the resume:\n\n| Param         | Default               |\n|---------------|-----------------------|\n| education     | `Education`           |\n| experiences   | `Experiences`         |\n| projects      | `Projects`            |\n| publications  | `Publications`        |\n| skills        | `Skills \u0026 Proficiency`|\n| experiences   | `Experiences`         |\n| summary       | `Career Profile`      |\n\nFor example, if using YAML for your hugo config you could modify `skills` nad `experiences` like this:\n\n```yaml\nparams:\n  titles:\n    skills: Knowledge\n    experiences: Job History\n```\n\n# Deploying\n\nCheck out https://gohugo.io/hosting-and-deployment/hugo-deploy/\n\nTo host for free to GitHub Pages, add the following to `.github/workflows/hugo.yaml`:\n\n```yaml\nname: Deploy Hugo site to Pages\n\non:\n  push:\n    branches:\n      - main\n      - master\n  workflow_dispatch:\npermissions:\n  contents: read\n  pages: write\n  id-token: write\nconcurrency:\n  group: \"pages\"\n  cancel-in-progress: false\n\ndefaults:\n  run:\n    shell: bash\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    env:\n      HUGO_VERSION: 0.122.0\n    steps:\n      - name: Install Go\n        uses: actions/setup-go@v4\n        with:\n          go-version: 'stable'\n      - name: Checkout\n        uses: actions/checkout@v4\n        with:\n          submodules: recursive\n          fetch-depth: 0\n      - name: Setup Pages\n        id: pages\n        uses: actions/configure-pages@v4\n      - name: Install Node.js dependencies\n        run: \"[[ -f package-lock.json || -f npm-shrinkwrap.json ]] \u0026\u0026 npm ci || true\"\n      - name: Build with Hugo\n        env:\n          HUGO_ENVIRONMENT: production\n          HUGO_ENV: production\n        run: |\n          CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v${HUGO_VERSION}\n          hugo version\n          hugo \\\n          --gc \\\n          --minify \\\n          --baseURL \"${{ steps.pages.outputs.base_url }}/\"\n      - name: Upload artifact\n        uses: actions/upload-pages-artifact@v2\n        with:\n          path: ./public\n  deploy:\n    needs: build\n    permissions:\n      pages: write\n      id-token: write\n    environment:\n      name: github-pages\n      url: ${{ steps.deployment.outputs.page_url }}\n    runs-on: ubuntu-latest\n    steps:\n      - name: Deploy to GitHub Pages\n        id: deployment\n        uses: actions/deploy-pages@v3\n```\n\nThis differs a bit from the example on Hugo's docs. I found that `go.mod` is sometimes updated different on Mac than on Linux with certain versions of Go and Hugo. The above works consistently.\n\n## Custom CNAME\n\nSee GitHub's doc on [Managing a custom domain for your GitHub Pages site](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site).\n\nIf you already have a custom domain associated with one GitHub repository, you can associate another domain by following the same steps for the apex domain but adding a `CNAME` record for `www` which points to your `{user}.github.io`.\n\nHere are my settings for a second domain of mine:\n\n| Host name | Type |  TTL  | Data |\n|:---------:|:----:|:-----:|:-----|\n| | A | 3600 | `185.199.108.153` |\n| | A | 3600 | `185.199.109.153` |\n| | A | 3600 | `185.199.110.153` |\n| | A | 3600 | `185.199.111.153` |\n| | AAAA | 3600 | `2606:50c0:8000::153` |\n| | AAAA | 3600 | `2606:50c0:8001::153` |\n| | AAAA | 3600 | `2606:50c0:8002::153` |\n| | AAAA | 3600 | `2606:50c0:8003::153` |\n| www | CNAME | 3600 | `jimschubert.github.io.` |\n\n# License\n\nThe Hugo theme itself is [licensed](./LICENSE) under Apache 2.0.\n\nThe [Orbit theme's license](https://github.com/xriley/Orbit-Theme?tab=readme-ov-file#author--license) is reproduced below:\n\n\u003e This Bootstrap template is made by UX/UI designer [Xiaoying Riley](https://twitter.com/3rdwave_themes) for developers and is 100% FREE as long as you **keep the footer attribution link**. You do not have the rights to resell, sublicense or redistribute (even for free) the template on its own or as a separate attachment from any of your work.\n\u003e\n\u003e If you'd like to **use the template without the attribution link**, you can [buy the **commercial license** via the theme website](https://themes.3rdwavemedia.com/bootstrap-templates/resume/orbit-free-resume-cv-bootstrap-theme-for-developers/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Fjimschubert-resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimschubert%2Fjimschubert-resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Fjimschubert-resume/lists"}