{"id":23872048,"url":"https://github.com/eddiewebb/hugo-resume","last_synced_at":"2025-05-15T16:05:30.838Z","repository":{"id":47454834,"uuid":"121309948","full_name":"eddiewebb/hugo-resume","owner":"eddiewebb","description":"A Hugo theme ported from startbootrap.com's resume template","archived":false,"fork":false,"pushed_at":"2025-01-06T15:05:27.000Z","size":14403,"stargazers_count":286,"open_issues_count":7,"forks_count":245,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-08T11:07:01.620Z","etag":null,"topics":["bootstrap","circleci","hugo","theme"],"latest_commit_sha":null,"homepage":"https://themes.gohugo.io/hugo-resume/","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/eddiewebb.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":"2018-02-12T22:23:50.000Z","updated_at":"2025-03-31T04:09:38.000Z","dependencies_parsed_at":"2025-01-31T20:46:24.613Z","dependency_job_id":"6490665b-17bd-4c18-a503-ca4c39ac2b8a","html_url":"https://github.com/eddiewebb/hugo-resume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fhugo-resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fhugo-resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fhugo-resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fhugo-resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddiewebb","download_url":"https://codeload.github.com/eddiewebb/hugo-resume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374417,"owners_count":22060610,"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":["bootstrap","circleci","hugo","theme"],"created_at":"2025-01-03T15:19:25.115Z","updated_at":"2025-05-15T16:05:30.819Z","avatar_url":"https://github.com/eddiewebb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hugo Resume\n\nCreated from [Start Bootstrap - Resume](https://startbootstrap.com/template-overviews/resume/).\nThis is basically a single-page website with auto-scrolling based on left-hand nav.  Dedicated project/publications pages allow more detail.  Includes a client-side search powered by fuse.js at '/search' but currently theme does not link to that anywhere.  Includes an `/admin` endpoint that can allow authorized users to use a WYSIWYG editor and commit files back to markdown, but with a Wordpress/CMS like experience.\n\n\u003c!-- MarkdownTOC autolink=\"true\" --\u003e\n\n- [Examples](#examples)\n\n- [Setup \u0026 Use](#setup--use)\n    - [Summary](#summary)\n    - [Data files](#data-files)\n    - [Projects](#projects)\n    - [Publications](#publications)\n    - [Blog / Posts](#blog--posts)\n    - [Template params](#template-params)\n    - [Internationalization](#internationalization)\n- [CMS Editor with Netlify CMS](#cms-editor-with-netlify-cms)\n- [Credits](#credits)\n    - [Contributions](#contributions)\n    - [Start Bootstrap Resume](#start-bootstrap-resume)\n\n\u003c!-- /MarkdownTOC --\u003e\n\n## Examples\n\n![About You](https://raw.githubusercontent.com/eddiewebb/hugo-resume/master/images/about.png)\n\n![With optional Contact QR Code](https://raw.githubusercontent.com/eddiewebb/hugo-resume/master/images/qrcode.png)\n\n![Highlight skills with dev icons](https://raw.githubusercontent.com/eddiewebb/hugo-resume/master/images/skills.png)\n\n![List featured projects](https://raw.githubusercontent.com/eddiewebb/hugo-resume/master/images/projects.png)\n\n![Searchable content](https://raw.githubusercontent.com/eddiewebb/hugo-resume/master/images/search.png)\n\nSee [Eddie's site](https://edwardawebb.com) for a live example.\n\n## Setup \u0026 Use\n\nThis theme uses a combination of a custom archetype `projects` and some data files to drive content.\n\nYou can test the provided [exampleSite](exampleSite) after cloning with the command:\n`cd exampleSite;hugo -t hugo-resume --themesDir ../.. server`\n\n### Summary\nEdit the main `contents/_index.md with a brief bio/summary`\n\n### Data files\nData files are used for simple content presented on the homepage.\n\n- [data/skills.json](https://github.com/eddiewebb/hugo-resume/blob/master/exampleSite/data/skills.json)\n- [data/experience.json](https://github.com/eddiewebb/hugo-resume/blob/master/exampleSite/data/experience.json)\n- [data/education.json](https://github.com/eddiewebb/hugo-resume/blob/master/exampleSite/data/education.json)\n\n\n### Projects\nInitially projects were in their own JSON file too, but I decided I wanted to allow more detail and custom formatting.\nProjects are added to one of 2 subfolders of `creations` or `contributions`. The difference indicates your role as originator or colaborator.   Use `hugo add projects/TYPE/name-of-project.md` to leverage the proper archetype.\n\n### Publications\nSimilar to projects, create them under `publications`. Include any papers, speaking engagements, articles, etc.\n\n### Blog / Posts\nSimilar to posts, create them under `blog`. Include any thoughts, musiings, etc.\n**This template does not support a `posts` folder**\n\n### Template params\n\nAll personal information outside the above details is captured by params in [`config.toml`](https://github.com/eddiewebb/hugo-resume/blob/master/exampleSite/config.toml), or can be edited in the \"Settings\" collection if using CMS.\n\n### Internationalization\n\nLeft navigation menu and section titles handle multiple languages. Use `defaultContentLanguage` parameter un [`config.toml`](https://gohugo.io/content-management/multilingual/) to choose your language. Current supported languages are :\n- `en`\n- `fr`\n\n## CMS Editor with Netlify CMS\n**Does not require deployment to Netlify!**\n\n[Netlify CMS](https://www.netlifycms.org/) is an open source project that enables CMS like experience for static site generation tools like Hugo. This theme includes a fully working integration and guide in [exampleSite/static/admin](https://github.com/eddiewebb/hugo-resume/blob/master/exampleSite/static/admin)\n\n![CMS integration](/images/cms.png)\n\n\n## Credits\n\nThis project ports the Start Bootstrap Resume theme by David Miller to support hugo.\n\n### Contributions\nThe following users have made notable contributions:\n- [Anthony Whitford](https://github.com/awhitford)\n- [Kaushal Modi](https://github.com/kaushalmodi)\n- [Julien Rouse](https://github.com/JulienRouse)\n\n### Start Bootstrap Resume\n\nStart Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.\n\n* https://startbootstrap.com\n* https://twitter.com/SBootstrap\n\nStart Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).\n\n* http://davidmiller.io\n* https://twitter.com/davidmillerskt\n* https://github.com/davidtmiller\n\nStart Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddiewebb%2Fhugo-resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddiewebb%2Fhugo-resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddiewebb%2Fhugo-resume/lists"}