{"id":17226385,"url":"https://github.com/kernc/www","last_synced_at":"2026-01-19T00:35:03.014Z","repository":{"id":23510126,"uuid":"26876006","full_name":"kernc/www","owner":"kernc","description":null,"archived":false,"fork":false,"pushed_at":"2014-12-03T00:30:09.000Z","size":333,"stargazers_count":0,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T07:45:45.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kernc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-19T18:46:42.000Z","updated_at":"2014-11-24T15:15:48.000Z","dependencies_parsed_at":"2022-07-25T13:32:17.833Z","dependency_job_id":null,"html_url":"https://github.com/kernc/www","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kernc/www","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernc%2Fwww","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernc%2Fwww/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernc%2Fwww/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernc%2Fwww/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kernc","download_url":"https://codeload.github.com/kernc/www/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernc%2Fwww/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28554454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T23:48:35.235Z","status":"ssl_error","status_checked_at":"2026-01-18T23:47:49.178Z","response_time":98,"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-10-15T04:16:04.740Z","updated_at":"2026-01-19T00:35:02.999Z","avatar_url":"https://github.com/kernc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nCyberpipe's website\n===================\n\nAdding Content\n--------------\n\n**Warning: This specification is unstable and prone to change.**\n\nAll the website content:\n\n- goes inside the [`content`](content) directory,\n- is written in a flavor of **Markdown** (it's really\n  [Python markdown] with all of its and some additional extensions;\n  what you're used to from GFM/[Kramdown] should just work).\n\nRead about [writing content] in Pelican.\n\n[writing content]: http://docs.getpelican.com/en/latest/content.html\n[Python markdown]: https://pythonhosted.org/Markdown/\n[Kramdown]: http://kramdown.gettalong.org/quickref.html\n\n\n### Posting events\n\nEach event is created as a *.md file inside `content/events/{category}`.\n\nEach \\*.md file starts with a RFC822-like header section. The following\n**headers are required**:\n\n- `Title`,\n- `Date` (and `Dates`, see below), in truncated, human-readable\n  [ISO 8601] format\n\n  ```\n  YYYY-mm-DD HH:MM\n  ```\n\n  (with or without the `T`),\n- `Tags`, a comma-separated list of tags from `content/tags.txt`,\n\nand the following **headers are also used**:\n\n- `Duration`, in `HH:MM` format,\n- `Image`, the representative image of the event,\n- `Location`, the event venue, if not the ordinary,\n- `Organizer`, the event co-host, if any,\n- `Video`, a list of YouTube/... video/playlist URLs,\n\nall other headers are optional, and skipped. :-)\n\nFor one-time events, the event filename has to conform to the following\nformat:\n```\nYYYY-MM-DDTHH:MM_slug-title.md\n```\nNote, the `T` between the date\nand the time is mandatory here. If the filename is not in the above\nformat, the `Date` has to be specified in the headers, and the [slug]\nis derived from the `Title`. In either case, the headers override\nany other implied values.\n\n[ISO 8601]: http://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations\n[slug]: http://en.wikipedia.org/wiki/Semantic_URL#Slug\n\nFor **recurring events**, you can use the existing file by adding\na new date into the `Dates` header, most recent first. For example:\n\n```text\nTitle: Redna petkova delavnica\nTags: coderdojo, delavnica, za otroke, programiranje\nImage: /images/coderdojo.png\nDate: 2001-09-11 11:33   ← whatever, ignored (but must be set)\nDates: 2014-12-13 16:20  ← these dates can each be followed by a # and a\n       2014-11-06 16:20    comment, e.g.\n       2014-10-27 16:20  # visitors: 19\n       2014-10-13 16:20  # visitors: 14\nDuration: 04:00\n\nV petek se spet dobimo in programiramo. Vabljeni!\n\n\u003c!--- (This is a (hidden) comment.)\nThis is a recurring event, every time with the same description, the\nonly thing different being the event date.\n\nNotice the `Dates` is a list of truncated datetimes in the ISO format.\n--\u003e\n```\n\nNon-public and **work-in-progress events** can be marked with\n`Status: draft` header.\n\n\n### Posting news\n\nNews are just like events, but they **have to be put in the `news`\ncategory** (`content/news` directory) and have an additional\noptional header: `Author`.\n\n\n### Creating \"static pages\"\n\nPages are in `content/pages` and follow a sensible directory structure.\n\nYou create [translations] by sharing a common slug and specifying a\n`Lang` attribute.\n\n[translations]: http://docs.getpelican.com/en/latest/content.html#translations\n\n\nDevelopment instructions\n------------------------\n\nPlease read about [HACKING](HACKING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernc%2Fwww","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernc%2Fwww","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernc%2Fwww/lists"}