{"id":16370859,"url":"https://github.com/integralist/integralist.github.com","last_synced_at":"2025-10-13T08:37:58.089Z","repository":{"id":1811586,"uuid":"2735724","full_name":"Integralist/integralist.github.com","owner":"Integralist","description":"Github Pages","archived":false,"fork":false,"pushed_at":"2018-03-16T17:28:51.000Z","size":6260,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T22:19:05.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"react-bootstrap/react-overlays","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Integralist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-08T18:00:46.000Z","updated_at":"2020-07-31T08:11:58.000Z","dependencies_parsed_at":"2022-08-20T08:50:56.343Z","dependency_job_id":null,"html_url":"https://github.com/Integralist/integralist.github.com","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/Integralist%2Fintegralist.github.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fintegralist.github.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fintegralist.github.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fintegralist.github.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Integralist","download_url":"https://codeload.github.com/Integralist/integralist.github.com/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239906792,"owners_count":19716581,"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-11T03:06:16.984Z","updated_at":"2025-10-13T08:37:58.077Z","avatar_url":"https://github.com/Integralist.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Classic WWF\n\nThe `classicwwf.com` website is statically generated using [Go][1] and\nhosted by GitHub.\n\n- [integralist.github.io][2]\n- [classicwwf.com][3]\n\nRunning the target `make build` will:\n\n- Loop over all top-level directories (skipping `cmd`, `assets` etc).\n- Convert every `.md` into a `index.html`.\n- The date in the Markdown filename is used as the publish date.\n\n\u003e \\[!NOTE\\]\n\u003e The folder name will become the URL slug.\n\n## Non-article pages\n\nMost pages on the website are \"article\" pages writing about some topic.\n\nSome are general pages and so they won't have a date prefixed to the filename.\nIn these cases we render the page as HTML and when linking to the page in the\nside nav we'll group them under a section called \"Pages\".\n\n## Writing Markdown\n\nWhen writing Markdown, some linters such as alex, and markdownlint will complain\nabout various things.\n\nFor Alex, you can disable specific warnings using:\n\n```plain\n\u003c!--alex ignore foo bar baz--\u003e\n```\n\nFor Markdownlint, you can disable specific warnings using:\n\n```plain\n\u003c!-- markdownlint-disable --\u003e\nSOMETHING HERE TO IGNORE\n\u003c!-- markdownlint-enable --\u003e\n```\n\n## Font Icons\n\nWe use Font Awesome.\n\n[https://fontawesome.com/search][fa-search]\n\n## Images\n\nTo generate an animated gif from a video clip:\n\n```shell\nffmpeg -i input.mp4 -ss 02:37:40 -to 02:40:00 -vf \"fps=15,scale=480:-1:flags=lanczos\" assets/images/output.gif\n```\n\nIf you need to reduce the size of a gif then reduce the dimensions by half:\n\n```shell\nffmpeg -i input.gif -vf \"scale=iw/2:ih/2\" output.gif\n```\n\n\u003e \\[!TIP\\]\n\u003e `scale=250:-1` will scale the width to 250 and auto-scale the height.\n\n\u003c!----\u003e\n\n\u003e \\[!WARNING\\]\n\u003e Storage of gifs with GitHub/Git requires [https://git-lfs.com/](https://git-lfs.com/)\n\n\u003c!----\u003e\n\n\u003e \\[!IMPORTANT\\]\n\u003e The gifs were taking up too much space so I've uploaded them to giphy instead.\n\nTo convert a screenshot from a png to optimized jpg:\n\n```shell\nexport n=1; magick ~/Desktop/Screenshots/SS87-$n.png -quality 70 assets/images/SS87-$n.jpg \u0026\u0026 rm ~/Desktop/Screenshots/SS87-$n.png\n```\n\n## DNS\n\n```shell\n$ dig www.classicwwf.com\n\n; \u003c\u003c\u003e\u003e DiG 9.10.6 \u003c\u003c\u003e\u003e www.classicwwf.com\n;; global options: +cmd\n;; Got answer:\n;; -\u003e\u003eHEADER\u003c\u003c- opcode: QUERY, status: NOERROR, id: 17961\n;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version: 0, flags:; udp: 1232\n;; QUESTION SECTION:\n;www.classicwwf.com.\t\tIN\tA\n\n;; ANSWER SECTION:\nwww.classicwwf.com.\t14400\tIN\tCNAME\tclassicwwf.com.\nclassicwwf.com.\t\t14400\tIN\tA\t185.199.111.153\nclassicwwf.com.\t\t14400\tIN\tA\t185.199.110.153\nclassicwwf.com.\t\t14400\tIN\tA\t185.199.108.153\nclassicwwf.com.\t\t14400\tIN\tA\t185.199.109.153\n\n;; Query time: 63 msec\n;; SERVER: 1.0.0.1#53(1.0.0.1)\n;; WHEN: Wed Dec 18 13:05:05 GMT 2024\n;; MSG SIZE  rcvd: 125\n```\n\n[1]: https://go.dev/\n[2]: https://integralist.github.io/\n[3]: https://classicwwf.com/\n[fa-search]: https://fontawesome.com/search\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegralist%2Fintegralist.github.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegralist%2Fintegralist.github.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegralist%2Fintegralist.github.com/lists"}