https://github.com/techlore/website
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.
https://github.com/techlore/website
cybersecurity digital-rights privacy privacy-tools resources security techlore
Last synced: 26 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/techlore/website
- Owner: techlore
- License: cc-by-sa-4.0
- Created: 2020-08-29T01:56:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T05:05:42.000Z (4 months ago)
- Last Synced: 2026-01-11T12:39:35.430Z (4 months ago)
- Topics: cybersecurity, digital-rights, privacy, privacy-tools, resources, security, techlore
- Language: HTML
- Homepage: https://techlore.tech
- Size: 33.4 MB
- Stars: 91
- Watchers: 5
- Forks: 35
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.txt
- Support: support.html
Awesome Lists containing this project
README
Techlore is educating people about digital rights, privacy, security, digital control, and other important topics to push the world towards a safer internet.
This website is using HTML, vanilla JavaScript, [Bulma.io](https://bulma.io/) framework and its components and static website generator [Jekyll](https://jekyllrb.com/).
## Contributing
- Fork this repository
- [Install and run it locally](#installation-and-local-development)
- **Read our [contribution guide đ](contribution/index.md)**
- Edit the project to include improvements and/or features.
- Make a pull request with detailed changes
- Wait for our team to evaluate the changes
#### Have you found a bug or want to suggest a feature?
- Create an issue
- Fill the required questions in the form
---
## Installation and local development
Because we are using a static website generator, the installation requires a little bit more work.
### Jekyll
For Jekyll installation follow the instruction on the [Jekyll website](https://jekyllrb.com/docs/)
### Node.js 22.x:
We also need Node to install the latest version of Bulma.
#### MacOs / Linux
> - installs nvm (Node Version Manager)
`curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash`
> - download and install Node.js (you may need to restart the terminal)
`nvm install 22`
> - verifies the right Node.js version is in the environment
`node -v` should print `v22.9.0`
> - verifies the right npm version is in the environment
`npm -v` should print `10.8.3`
âšī¸ _Installation instructions for all platforms are available on the [NodeJS.org website](https://nodejs.org/en/download/package-manager)_
### Bulma framework installation
The final step is to run `npm install`.
### View website locally
Run `bundle exec jekyll serve` and the site should be available at [http://localhost:4000](http://localhost:4000).
---
## Libraries & other projects included
- [Iconoir](https://iconoir.com/) - A high-quality selection of free open source icons
- [Jekyll](https://jekyllrb.com/) - Simple, blog-aware, static sites
- Orbot icon by [Arcticons](https://github.com/Arcticons-Team/Arcticons)