{"id":17197710,"url":"https://github.com/dmcg/blog","last_synced_at":"2025-03-25T08:40:56.565Z","repository":{"id":42576336,"uuid":"55854272","full_name":"dmcg/blog","owner":"dmcg","description":"Jekyll Website content","archived":false,"fork":false,"pushed_at":"2022-10-05T19:46:43.000Z","size":2352,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T07:44:49.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dmcg.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}},"created_at":"2016-04-09T16:16:50.000Z","updated_at":"2022-06-21T12:25:41.000Z","dependencies_parsed_at":"2023-01-19T06:45:45.862Z","dependency_job_id":null,"html_url":"https://github.com/dmcg/blog","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/dmcg%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmcg%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmcg%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmcg%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmcg","download_url":"https://codeload.github.com/dmcg/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245431675,"owners_count":20614181,"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":[],"created_at":"2024-10-15T01:57:08.210Z","updated_at":"2025-03-25T08:40:56.534Z","avatar_url":"https://github.com/dmcg.png","language":"JavaScript","readme":"# Docker\n\nThis now (2021-09-29) works with Docker.\n\n\n```bash\n# In site\ndocker pull jekyll/jekyll\nexport JEKYLL_VERSION=3.8 docker run --rm -t  --volume=\"$PWD:/srv/jekyll\"  -p 4000:4000   jekyll/jekyll jekyll serve\n```\n\nIt seems to re-download all the gems every time, but that will do for now\n\n\n\n\n\n# Previously - Bootstrap\n\nThis needs Jekyll installed - I did it with rbenv, bundler and much cursing.\n\n## 2020-11-23\n\nHad some issue with ssl not loading on Catalina\n\n```\n$ ./serve.sh \nbundler: failed to load command: jekyll (/Users/duncan/.rbenv/versions/2.6.1/bin/jekyll)\nLoadError: dlopen(/Users/duncan/.rbenv/versions/2.6.1/lib/ruby/2.6.0/x86_64-darwin18/digest/sha1.bundle, 9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib\n \n``` \n\nI installed a new ruby with \n\n`brew install ruby` (got 2.7.2) \n\nInstalled it into rbenv with \n\n`ln -s /usr/local/Cellar/ruby/2.7.2 .rbenv/versions/2.7.2`\n\nBootstrapped with \n\n```\ncd site\nbundle install\n``` \n\nThat downloaded jekyll gems and got things running\n\n# Build\n\n```\neval \"$(rbenv init -)\"\n\n./serve.sh\n```\n\n# Publish\n\n```\n../publish.sh\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmcg%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmcg%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmcg%2Fblog/lists"}