{"id":13612270,"url":"https://github.com/okeeblow/jekyll-beastiepress","last_synced_at":"2025-04-13T11:31:52.916Z","repository":{"id":2112166,"uuid":"3054091","full_name":"okeeblow/jekyll-beastiepress","owner":"okeeblow","description":"FreeBSD community tags for Jekyll/Liquid","archived":false,"fork":false,"pushed_at":"2014-09-25T23:55:19.000Z","size":151,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-25T08:21:08.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/okeeblow.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2011-12-27T00:38:26.000Z","updated_at":"2022-09-23T08:21:08.000Z","dependencies_parsed_at":"2022-09-02T05:50:37.033Z","dependency_job_id":null,"html_url":"https://github.com/okeeblow/jekyll-beastiepress","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/okeeblow%2Fjekyll-beastiepress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okeeblow%2Fjekyll-beastiepress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okeeblow%2Fjekyll-beastiepress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okeeblow%2Fjekyll-beastiepress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okeeblow","download_url":"https://codeload.github.com/okeeblow/jekyll-beastiepress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248148239,"owners_count":21055547,"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-08-01T20:00:26.002Z","updated_at":"2025-04-13T11:31:52.624Z","avatar_url":"https://github.com/okeeblow.png","language":"Ruby","funding_links":[],"categories":["Tags"],"sub_categories":[],"readme":"BeastiePress for Jekyll\n=======================\n\nThese Jekyll plugins add ```port```, ```pr```, and ```man``` tags through Liquid, making it easy to link to FreeBSD ports, problem reports, and manual pages.\n\nThe canonical repository for this software is hosted at [cooltrainer.org/source](https://cooltrainer.org/source/). The GitHub remote is for social features like pull requests.\n\nBasic Setup\n-----------\nInstall the gem:\n\n\t[sudo] gem install jekyll-beastiepress\n\nBundler Setup\n-------------\nAlready using Bundler to manage gems for your Jekyll project? Using Octopress? Just add to your ```Gemfile```:\n\n\tgem \"jekyll-beastiepress\"\n\nEnable\n------\nCreate a plugin file within your Jekyll project's ```_plugins``` directory:\n\n\t# _plugins/jekyll-beastiepress.rb\n\trequire \"jekyll-beastiepress\"\n\nUsage\n-----\n\n### man\nSyntax:\n\n\t{% man [section] command ['release'] ['link text'] ['title text'] %}\n\nExamples:\n\n\t{% man 8 lpc \"FreeBSD 8.1-RELEASE\" \"the manpage\" \"Section 8 of the lpc manpage\" %}\n\t{% man 8 lpc \"FreeBSD 8.1-RELEASE\" %}\n\t{% man lpc %}\n\nOutput:\n\n\t\u003ca href='http://www.freebsd.org/cgi/man.cgi?query=lpc\u0026sektion=8\u0026manpath=FreeBSD 8.1-RELEASE' title='Section 8 of the lpc manpage'\u003ethe manpage\u003c/a\u003e\n\t\u003ca href='http://www.freebsd.org/cgi/man.cgi?query=lpc\u0026sektion=8\u0026manpath=FreeBSD 8.1-RELEASE' title='man lpc(8) from FreeBSD 8.1-RELEASE'\u003elpc(8)\u003c/a\u003e\n\t\u003ca href='http://www.freebsd.org/cgi/man.cgi?query=lpc\u0026sektion=\u0026manpath=' title='man lpc'\u003elpc\u003c/a\u003e\n\n### port\nSyntax\n\n\t{% port portname ['link text'] ['title text'] %}\n\nExample:\n\n\t{% port www/subsonic \"A link to www/subsonic on Freshports\" \"Subsonic\" %}\n\nOutput:\n\n\t\u003ca href='http://freshports.org/www/subsonic' title='A link to www/subsonic on Freshports'\u003eSubsonic\u003c/a\u003e\n\n### pr\nSyntax:\n\n\t{% pr [category/]prnumber ['link text'] ['title text'] %}\n\nExample:\n\n\t{% pr ports/151677 'the fix' 'Filename handling fix for cuetools.sh' %}\n\t{% pr ports/151677 %}\n\nOutput:\n\n\t\u003ca href='http://freshports.org/www/subsonic' title='Filename handling fix for cuetools.sh'\u003ethe fix\u003c/a\u003e\n\t\u003ca href='http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151677' title='Problem Report ports/151677'\u003eports/151677\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokeeblow%2Fjekyll-beastiepress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokeeblow%2Fjekyll-beastiepress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokeeblow%2Fjekyll-beastiepress/lists"}