{"id":22027151,"url":"https://github.com/brianp/jekyll-privately_public","last_synced_at":"2026-04-29T22:02:03.333Z","repository":{"id":10422466,"uuid":"12582882","full_name":"brianp/jekyll-privately_public","owner":"brianp","description":"A generator that creates privately public pages. Pages secured by url obscurity.","archived":false,"fork":false,"pushed_at":"2013-10-09T02:29:53.000Z","size":280,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T11:22:20.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"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/brianp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-04T05:45:42.000Z","updated_at":"2019-12-04T09:03:22.000Z","dependencies_parsed_at":"2022-09-22T12:22:21.098Z","dependency_job_id":null,"html_url":"https://github.com/brianp/jekyll-privately_public","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brianp/jekyll-privately_public","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianp%2Fjekyll-privately_public","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianp%2Fjekyll-privately_public/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianp%2Fjekyll-privately_public/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianp%2Fjekyll-privately_public/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianp","download_url":"https://codeload.github.com/brianp/jekyll-privately_public/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianp%2Fjekyll-privately_public/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-30T07:35:37.563Z","updated_at":"2026-04-29T22:02:03.299Z","avatar_url":"https://github.com/brianp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Privately Public\n[![Build Status](https://travis-ci.org/brianp/jekyll-privately_public.png?branch=master)](https://travis-ci.org/brianp/jekyll-privately_public)\n[![Code Climate](https://codeclimate.com/github/brianp/jekyll-privately_public.png)](https://codeclimate.com/github/brianp/jekyll-privately_public)\n\nA generator that creates privately public pages. Pages secured by url obscurity.\n\n## Why?\nThe use case for having privately public posts is when you have a page drafted\nbut aren't ready to publicly publish it yet. You are ready to share it with close\nfriends to have them proof your horrible grammar though. It publishes\nyour post with a secret url you can share. Security through obscurity!\n\n## Usage\nCopy the `_plugins/privately_public.rb` file into your jekyll/octopress projects plugin\nfolder. Now in your posts YAML front-matter add the key `privpub:\ntrue`.\n\n```yaml\n---\nlayout: post\ntitle: \"My Awesome Post\"\nprivpub: true\n---\n```\n\nYou will now see output in the console when generating your site and you\ncan grab the link from there:\n\n```shell\n[2013-09-04 21:51:25] regeneration: 1 files changed\nPrivatleyPublic: Generated privately public links:\n- /private/4d58d7/my-awesome-post\n```\n\nYou can now copy the relative path to access the privately public page\nand share it with friends!\n\n## Custom Path\nI want to use a custom path instead of `/private/` in the url! All you have\nto do is define `privpub_path: /my/custom/dir` in your `_config.yml`.\nThen you will end up with output like below:\n\n```shell\n[2013-09-04 21:51:25] regeneration: 1 files changed\nPrivatleyPublic: Generated privately public links:\n- /my/custom/dir/4d58d7/my-awesome-post\n```\n\n## Octopress\nOctopress runs on an older version of jekyll so checkout the\n`octopress-v2` branch for a plugin with backwards compatability with\nolder versions of jekyll.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianp%2Fjekyll-privately_public","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianp%2Fjekyll-privately_public","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianp%2Fjekyll-privately_public/lists"}