{"id":48202980,"url":"https://github.com/techlore/website","last_synced_at":"2026-04-04T18:29:16.376Z","repository":{"id":37749325,"uuid":"291181706","full_name":"techlore/website","owner":"techlore","description":"Home of Techlore - digital rights for all. Techlore empowers individuals with practical digital privacy knowledge, security tools, and advocacy resources. Discover how to protect your online data and regain control of your digital identity.","archived":false,"fork":false,"pushed_at":"2026-01-11T05:05:42.000Z","size":34999,"stargazers_count":91,"open_issues_count":4,"forks_count":35,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-11T12:39:35.430Z","etag":null,"topics":["cybersecurity","digital-rights","privacy","privacy-tools","resources","security","techlore"],"latest_commit_sha":null,"homepage":"https://techlore.tech","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techlore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security.txt","support":"support.html","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://techlore.tech/support","patreon":"techlore","github":"techlore"}},"created_at":"2020-08-29T01:56:15.000Z","updated_at":"2026-01-11T05:05:46.000Z","dependencies_parsed_at":"2023-02-09T13:16:30.503Z","dependency_job_id":"167c658f-64b6-483d-ab6a-a33ab2fa9f1d","html_url":"https://github.com/techlore/website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techlore/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techlore%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techlore%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techlore%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techlore%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techlore","download_url":"https://codeload.github.com/techlore/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techlore%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31408590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":["cybersecurity","digital-rights","privacy","privacy-tools","resources","security","techlore"],"created_at":"2026-04-04T18:29:16.258Z","updated_at":"2026-04-04T18:29:16.367Z","avatar_url":"https://github.com/techlore.png","language":"HTML","readme":"\u003ch1\u003e\n\t\u003cpicture\u003e\n\t  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"assets/images/github-readme-dark.png\"\u003e\n\t  \u003cimg alt=\"Techlore | Digital rights for all\" src=\"assets/images/github-readme-light.png\"\u003e\n\t\u003c/picture\u003e\n\u003c/h1\u003e\n\nTechlore is educating people about digital rights, privacy, security, digital control, and other important topics to push the world towards a safer internet.\n\nThis website is using HTML, vanilla JavaScript, [Bulma.io](https://bulma.io/) framework and its components and static website generator [Jekyll](https://jekyllrb.com/).\n\n## Contributing\n\n- Fork this repository\n- [Install and run it locally](#installation-and-local-development)\n- **Read our [contribution guide 📝](contribution/index.md)**\n- Edit the project to include improvements and/or features.\n- Make a pull request with detailed changes\n- Wait for our team to evaluate the changes\n\n#### Have you found a bug or want to suggest a feature?\n\n- Create an issue\n- Fill the required questions in the form\n\n---\n## Installation and local development\n\nBecause we are using a static website generator, the installation requires a little bit more work.\n\n### Jekyll\n\nFor Jekyll installation follow the instruction on the [Jekyll website](https://jekyllrb.com/docs/)\n\n### Node.js 22.x:\n\nWe also need Node to install the latest version of Bulma.\n\n#### MacOs / Linux\n\n\u003e - installs nvm (Node Version Manager)\n\t`curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash`\n\u003e - download and install Node.js (you may need to restart the terminal)\n\t`nvm install 22`\n\u003e - verifies the right Node.js version is in the environment\n\t`node -v` should print `v22.9.0`\n\u003e - verifies the right npm version is in the environment\n\t`npm -v` should print `10.8.3`\n\nℹ️ _Installation instructions for all platforms are available on the [NodeJS.org website](https://nodejs.org/en/download/package-manager)_\n\n### Bulma framework installation\n\nThe final step is to run `npm install`.\n\n### View website locally\n\nRun `bundle exec jekyll serve` and the site should be available at [http://localhost:4000](http://localhost:4000).\n\n---\n## Libraries \u0026 other projects included\n\n- [Iconoir](https://iconoir.com/) - A high-quality selection of free open source icons\n- [Jekyll](https://jekyllrb.com/) - Simple, blog-aware, static sites\n- Orbot icon by [Arcticons](https://github.com/Arcticons-Team/Arcticons)\n\n","funding_links":["https://techlore.tech/support","https://patreon.com/techlore","https://github.com/sponsors/techlore"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechlore%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechlore%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechlore%2Fwebsite/lists"}