├── .editorconfig ├── .gitattributes ├── .github └── workflows │ ├── crowdin.yml │ ├── deploy.yml │ ├── mirror.yml │ ├── pull-requests.yml │ └── validate-caddy.yml ├── .gitignore ├── .prettierignore ├── .prettierrc ├── .vscode ├── extensions.json └── settings.json ├── CHANGELOG.md ├── FUNDING.yml ├── LICENSE.md ├── README.md ├── astro.config.ts ├── caddy ├── 10-headers.caddy ├── 20-error-pages.caddy ├── 20-redirects.caddy ├── 50-stats.caddy ├── 90-clearnet.caddy ├── 90-onion.caddy └── Caddyfile ├── config.d.ts ├── config.json ├── crowdin.yml ├── docs ├── components.md ├── config.md ├── content │ ├── icons.md │ ├── internationalization.md │ ├── linking.md │ ├── new-guide-sections.md │ ├── new-guides.md │ └── new-pages.md ├── formatting.md ├── getting-started.md ├── layouts.md ├── project-structure.md └── server │ ├── install.md │ ├── redirects.md │ └── updates.md ├── package.json ├── plugins ├── astro-language │ ├── index.ts │ ├── module │ │ ├── client.d.ts │ │ ├── client.js │ │ ├── transform-anchor.d.ts │ │ └── transform-anchor.js │ ├── tsconfig.web.json │ └── utils │ │ └── packager.ts └── tw-gradient │ ├── index.cjs │ └── utils │ └── flattenColorPalette.cjs ├── public ├── .htaccess ├── favicon.ico ├── images │ ├── blog │ │ ├── bench-accounting-nvzvOPQW0gc-unsplash.jpg │ │ ├── ed-hardie-1C5F88Af9ZU-unsplash.jpg │ │ ├── fry.gif │ │ ├── new-york-1930656_640.jpg │ │ ├── pexels-anna-shvets-4482896.jpg │ │ ├── pexels-pixabay-210126.jpg │ │ ├── pexels-pixabay-259165.jpg │ │ ├── pexels-punchbrandstock-1036808.jpg │ │ ├── slenderman.png │ │ ├── startmail_inbox.png │ │ └── twothingscanbereal.jpg │ ├── graphics │ │ ├── donate-nowpayments.png │ │ ├── em_spectrum.png │ │ ├── header.png │ │ ├── influencer.jpg │ │ ├── influencer2.jpg │ │ ├── logo.jpg │ │ ├── nate.jpg │ │ ├── oil.jpg │ │ ├── quote-metadata.png │ │ └── shop-tshirt.webp │ ├── languages │ │ ├── en.svg │ │ ├── es.png │ │ └── nl.svg │ ├── logos │ │ ├── 1password.png │ │ ├── 2fas.png │ │ ├── accessnow.png │ │ ├── addyio.png │ │ ├── adguardmail.png │ │ ├── aegis.png │ │ ├── ajl.png │ │ ├── anonaddy.png │ │ ├── bigbrotherwatch.png │ │ ├── bitcoin.png │ │ ├── bitwarden.png │ │ ├── bitwarden_auth.png │ │ ├── blogging.png │ │ ├── bluesky.png │ │ ├── brave.png │ │ ├── briar.png │ │ ├── calyxvpn.png │ │ ├── contact.png │ │ ├── crowdin.png │ │ ├── cryptomator.png │ │ ├── ddg.png │ │ ├── digitalrightswatch.png │ │ ├── easyoptouts.png │ │ ├── ecosia.png │ │ ├── edri.png │ │ ├── eff.png │ │ ├── effaustin.png │ │ ├── ente-auth.png │ │ ├── ente.png │ │ ├── epic.png │ │ ├── fdsd.png │ │ ├── ffrelay.png │ │ ├── fftf.png │ │ ├── filen.png │ │ ├── firefox.png │ │ ├── friendica.png │ │ ├── funkwhale.png │ │ ├── ghost.png │ │ ├── github.png │ │ ├── gitlab.png │ │ ├── gitlab2.png │ │ ├── google_voice.png │ │ ├── gpt4all.png │ │ ├── howtomoney.png │ │ ├── hushed.png │ │ ├── ironvest.png │ │ ├── ivpn.png │ │ ├── jami.png │ │ ├── janai.png │ │ ├── jmp.png │ │ ├── kagi.png │ │ ├── keepassxc.png │ │ ├── lastcard.png │ │ ├── lemmy.png │ │ ├── liberapay.png │ │ ├── lifewire.png │ │ ├── loops.png │ │ ├── lumo.png │ │ ├── makersnerds.png │ │ ├── maple.png │ │ ├── mastodon.png │ │ ├── matrix.png │ │ ├── matrix2.png │ │ ├── mega.png │ │ ├── mojeek.png │ │ ├── molly.png │ │ ├── monero.png │ │ ├── monzo.png │ │ ├── mullvad-browser.png │ │ ├── mullvad.png │ │ ├── mysudo.png │ │ ├── nextcloud.png │ │ ├── nitrokey.png │ │ ├── noyb.png │ │ ├── opencollective.png │ │ ├── optery.png │ │ ├── optout.jpg │ │ ├── orange.png │ │ ├── org.png │ │ ├── patreon.png │ │ ├── paypal.png │ │ ├── peertube.png │ │ ├── pixelfed.png │ │ ├── privacy-international.png │ │ ├── privacy.png │ │ ├── proton.png │ │ ├── protonauth.png │ │ ├── protondrive.png │ │ ├── protonmail.png │ │ ├── protonpass.png │ │ ├── protonvpn.png │ │ ├── qwant.png │ │ ├── redact.png │ │ ├── restorethe4th.png │ │ ├── revolut.png │ │ ├── riseupvpn.png │ │ ├── safing.png │ │ ├── searxng.png │ │ ├── session.png │ │ ├── signal.png │ │ ├── simplelogin.png │ │ ├── simplex.png │ │ ├── snowflake.png │ │ ├── spn.png │ │ ├── stop.png │ │ ├── surveillance-report.png │ │ ├── threema.png │ │ ├── tiktok.png │ │ ├── tor.png │ │ ├── tossable-digits.png │ │ ├── tuta.png │ │ ├── twip.jpg │ │ ├── ublock.png │ │ ├── viber.png │ │ ├── waterfox.png │ │ ├── website.png │ │ ├── writeas.png │ │ └── youtube.png │ ├── qr-codes │ │ ├── btc.png │ │ ├── xmr.png │ │ └── xmr2.png │ ├── sponsors │ │ └── placeholder.png │ └── steps │ │ ├── veracrypt-encrypting │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ └── 15.png │ │ └── veracrypt-external-encrypting │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ └── 11.png └── publickey.thenewoil_at_proton.me.asc ├── scripts ├── fetchBlog │ ├── BlogStore.ts │ ├── WriteAsClient.ts │ ├── index.ts │ ├── models │ │ ├── CollectionMeta.ts │ │ ├── CollectionResponse.ts │ │ ├── Post.ts │ │ └── PostCollectionResponse.ts │ └── utils │ │ └── compareDate.ts ├── package.json └── tsconfig.json ├── src ├── assets │ └── data │ │ ├── BlogPages.json │ │ ├── layout │ │ ├── en │ │ │ ├── Footer.json │ │ │ ├── Header.json │ │ │ └── guides │ │ │ │ └── Actions.json │ │ └── nl │ │ │ ├── Footer.json │ │ │ ├── Header.json │ │ │ └── guides │ │ │ └── Actions.json │ │ └── pages │ │ └── en │ │ ├── Nate.json │ │ ├── NateVideos.json │ │ ├── about │ │ └── Team.json │ │ ├── guides │ │ ├── less-important │ │ │ ├── AI.json │ │ │ ├── Backups.json │ │ │ ├── FrontEnds.json │ │ │ ├── SearchEngines.json │ │ │ ├── SocialMedia.json │ │ │ ├── Voip.json │ │ │ └── Vpns.json │ │ ├── moderately-important │ │ │ ├── DataRemoval.json │ │ │ ├── Email.json │ │ │ ├── EmailAliasing.json │ │ │ ├── Messaging.json │ │ │ └── Payments.json │ │ └── most-important │ │ │ ├── Mfa.json │ │ │ ├── MobileApps.json │ │ │ └── Passwords.json │ │ ├── index │ │ ├── Guides.json │ │ ├── Sections.json │ │ └── Sponsors.json │ │ ├── links │ │ ├── Books.json │ │ ├── Contact.json │ │ ├── Documentaries.json │ │ ├── GetInvolved.json │ │ ├── PodcastsAndVideo.json │ │ ├── PodcastsNewsAndBlog.json │ │ ├── Services.json │ │ ├── Source.json │ │ ├── Translate.json │ │ ├── Videos.json │ │ └── Websites.json │ │ ├── quickstart │ │ ├── Identity.json │ │ └── Mobile.json │ │ └── support │ │ └── Donations.json ├── components │ ├── charts │ │ ├── Criterias.astro │ │ ├── Plans.astro │ │ └── ProsAndCons.astro │ ├── common │ │ ├── GuidesList.astro │ │ ├── Highlighting.astro │ │ └── LinkGrid.astro │ ├── controls │ │ └── Button.astro │ ├── footer │ │ ├── Footer.astro │ │ └── FooterLink.astro │ ├── guides │ │ ├── actions │ │ │ ├── ActionLink.astro │ │ │ └── Actions.astro │ │ └── sidebar │ │ │ ├── Sidebar.astro │ │ │ ├── SidebarPageLink.astro │ │ │ ├── SidebarSectionDropdown.astro │ │ │ └── Sponsor.astro │ ├── header │ │ ├── Header.astro │ │ ├── HeaderLink.astro │ │ └── LanguageSwitcher.astro │ ├── layout │ │ ├── DefaultHead.astro │ │ └── TableOfContents.astro │ └── pages │ │ ├── 404 │ │ └── Card.astro │ │ ├── about │ │ └── TeamList.astro │ │ ├── blog-index │ │ └── BlogList.astro │ │ ├── front-page │ │ ├── Card.astro │ │ ├── Cards.astro │ │ ├── Hero.astro │ │ └── Section.astro │ │ ├── links │ │ └── Resources.astro │ │ ├── public-protections │ │ └── PublicProtections.astro │ │ ├── roadmap │ │ ├── Roadmap.astro │ │ └── RoadmapItem.astro │ │ └── support │ │ └── ShopHero.astro ├── env.d.ts ├── guides.ts ├── layouts │ ├── charts.astro │ ├── default.astro │ ├── guides.astro │ └── privacy-policy.astro ├── pages │ ├── 404.mdx │ ├── en │ │ ├── about.mdx │ │ ├── blog-index.mdx │ │ ├── consulting.mdx │ │ ├── criteria.mdx │ │ ├── crypto.mdx │ │ ├── guides │ │ │ ├── less-important │ │ │ │ ├── backups.mdx │ │ │ │ ├── disinformation.mdx │ │ │ │ ├── index.mdx │ │ │ │ ├── iot.mdx │ │ │ │ ├── misc.mdx │ │ │ │ ├── voip.mdx │ │ │ │ └── vpns.mdx │ │ │ ├── moderately-important │ │ │ │ ├── desktop-settings.mdx │ │ │ │ ├── devices.mdx │ │ │ │ ├── email-aliasing.mdx │ │ │ │ ├── email.mdx │ │ │ │ ├── index.mdx │ │ │ │ ├── messaging.mdx │ │ │ │ ├── mobile-habits.mdx │ │ │ │ ├── payments.mdx │ │ │ │ └── people-search.mdx │ │ │ ├── most-important │ │ │ │ ├── auditing.mdx │ │ │ │ ├── browser.mdx │ │ │ │ ├── credit.mdx │ │ │ │ ├── index.mdx │ │ │ │ ├── mfa.mdx │ │ │ │ ├── mobile-apps.mdx │ │ │ │ ├── mobile-settings.mdx │ │ │ │ ├── mobile.mdx │ │ │ │ └── passwords.mdx │ │ │ ├── prologue │ │ │ │ ├── data-breaches.mdx │ │ │ │ ├── encryption.mdx │ │ │ │ ├── five-eyes.mdx │ │ │ │ ├── index.mdx │ │ │ │ ├── metadata.mdx │ │ │ │ ├── open-source.mdx │ │ │ │ ├── secprivanon.mdx │ │ │ │ ├── surveillance.mdx │ │ │ │ ├── threat-model.mdx │ │ │ │ └── why.mdx │ │ │ └── quick-start │ │ │ │ ├── identity.mdx │ │ │ │ ├── mobile.mdx │ │ │ │ ├── streamer-guide.mdx │ │ │ │ └── wifi-guide.mdx │ │ ├── index.mdx │ │ ├── library.mdx │ │ ├── links.mdx │ │ ├── nate.mdx │ │ ├── news.opml │ │ ├── pgp.mdx │ │ ├── privacy-policy.mdx │ │ ├── roadmap.mdx │ │ ├── support.mdx │ │ ├── terms-of-service.mdx │ │ └── xmr2.mdx │ └── snowflake.mdx ├── styles │ └── main.scss ├── types │ └── key-utils.d.ts └── utils │ ├── heading.ts │ ├── i18n.ts │ └── url.ts ├── tailwind.config.cjs ├── tsconfig.config.json └── tsconfig.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.github/workflows/crowdin.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.github/workflows/mirror.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.github/workflows/mirror.yml -------------------------------------------------------------------------------- /.github/workflows/pull-requests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.github/workflows/pull-requests.yml -------------------------------------------------------------------------------- /.github/workflows/validate-caddy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.github/workflows/validate-caddy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.prettierrc -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/README.md -------------------------------------------------------------------------------- /astro.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/astro.config.ts -------------------------------------------------------------------------------- /caddy/10-headers.caddy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/caddy/10-headers.caddy -------------------------------------------------------------------------------- /caddy/20-error-pages.caddy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/caddy/20-error-pages.caddy -------------------------------------------------------------------------------- /caddy/20-redirects.caddy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/caddy/20-redirects.caddy -------------------------------------------------------------------------------- /caddy/50-stats.caddy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/caddy/50-stats.caddy -------------------------------------------------------------------------------- /caddy/90-clearnet.caddy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/caddy/90-clearnet.caddy -------------------------------------------------------------------------------- /caddy/90-onion.caddy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/caddy/90-onion.caddy -------------------------------------------------------------------------------- /caddy/Caddyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/caddy/Caddyfile -------------------------------------------------------------------------------- /config.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/config.d.ts -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/config.json -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/crowdin.yml -------------------------------------------------------------------------------- /docs/components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/components.md -------------------------------------------------------------------------------- /docs/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/config.md -------------------------------------------------------------------------------- /docs/content/icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/content/icons.md -------------------------------------------------------------------------------- /docs/content/internationalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/content/internationalization.md -------------------------------------------------------------------------------- /docs/content/linking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/content/linking.md -------------------------------------------------------------------------------- /docs/content/new-guide-sections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/content/new-guide-sections.md -------------------------------------------------------------------------------- /docs/content/new-guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/content/new-guides.md -------------------------------------------------------------------------------- /docs/content/new-pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/content/new-pages.md -------------------------------------------------------------------------------- /docs/formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/formatting.md -------------------------------------------------------------------------------- /docs/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/getting-started.md -------------------------------------------------------------------------------- /docs/layouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/layouts.md -------------------------------------------------------------------------------- /docs/project-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/project-structure.md -------------------------------------------------------------------------------- /docs/server/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/server/install.md -------------------------------------------------------------------------------- /docs/server/redirects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/server/redirects.md -------------------------------------------------------------------------------- /docs/server/updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/docs/server/updates.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/package.json -------------------------------------------------------------------------------- /plugins/astro-language/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/astro-language/index.ts -------------------------------------------------------------------------------- /plugins/astro-language/module/client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/astro-language/module/client.d.ts -------------------------------------------------------------------------------- /plugins/astro-language/module/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/astro-language/module/client.js -------------------------------------------------------------------------------- /plugins/astro-language/module/transform-anchor.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/astro-language/module/transform-anchor.d.ts -------------------------------------------------------------------------------- /plugins/astro-language/module/transform-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/astro-language/module/transform-anchor.js -------------------------------------------------------------------------------- /plugins/astro-language/tsconfig.web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/astro-language/tsconfig.web.json -------------------------------------------------------------------------------- /plugins/astro-language/utils/packager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/astro-language/utils/packager.ts -------------------------------------------------------------------------------- /plugins/tw-gradient/index.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/tw-gradient/index.cjs -------------------------------------------------------------------------------- /plugins/tw-gradient/utils/flattenColorPalette.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/plugins/tw-gradient/utils/flattenColorPalette.cjs -------------------------------------------------------------------------------- /public/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/.htaccess -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/images/blog/bench-accounting-nvzvOPQW0gc-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/bench-accounting-nvzvOPQW0gc-unsplash.jpg -------------------------------------------------------------------------------- /public/images/blog/ed-hardie-1C5F88Af9ZU-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/ed-hardie-1C5F88Af9ZU-unsplash.jpg -------------------------------------------------------------------------------- /public/images/blog/fry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/fry.gif -------------------------------------------------------------------------------- /public/images/blog/new-york-1930656_640.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/new-york-1930656_640.jpg -------------------------------------------------------------------------------- /public/images/blog/pexels-anna-shvets-4482896.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/pexels-anna-shvets-4482896.jpg -------------------------------------------------------------------------------- /public/images/blog/pexels-pixabay-210126.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/pexels-pixabay-210126.jpg -------------------------------------------------------------------------------- /public/images/blog/pexels-pixabay-259165.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/pexels-pixabay-259165.jpg -------------------------------------------------------------------------------- /public/images/blog/pexels-punchbrandstock-1036808.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/pexels-punchbrandstock-1036808.jpg -------------------------------------------------------------------------------- /public/images/blog/slenderman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/slenderman.png -------------------------------------------------------------------------------- /public/images/blog/startmail_inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/startmail_inbox.png -------------------------------------------------------------------------------- /public/images/blog/twothingscanbereal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/blog/twothingscanbereal.jpg -------------------------------------------------------------------------------- /public/images/graphics/donate-nowpayments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/donate-nowpayments.png -------------------------------------------------------------------------------- /public/images/graphics/em_spectrum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/em_spectrum.png -------------------------------------------------------------------------------- /public/images/graphics/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/header.png -------------------------------------------------------------------------------- /public/images/graphics/influencer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/influencer.jpg -------------------------------------------------------------------------------- /public/images/graphics/influencer2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/influencer2.jpg -------------------------------------------------------------------------------- /public/images/graphics/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/logo.jpg -------------------------------------------------------------------------------- /public/images/graphics/nate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/nate.jpg -------------------------------------------------------------------------------- /public/images/graphics/oil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/oil.jpg -------------------------------------------------------------------------------- /public/images/graphics/quote-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/quote-metadata.png -------------------------------------------------------------------------------- /public/images/graphics/shop-tshirt.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/graphics/shop-tshirt.webp -------------------------------------------------------------------------------- /public/images/languages/en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/languages/en.svg -------------------------------------------------------------------------------- /public/images/languages/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/languages/es.png -------------------------------------------------------------------------------- /public/images/languages/nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/languages/nl.svg -------------------------------------------------------------------------------- /public/images/logos/1password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/1password.png -------------------------------------------------------------------------------- /public/images/logos/2fas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/2fas.png -------------------------------------------------------------------------------- /public/images/logos/accessnow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/accessnow.png -------------------------------------------------------------------------------- /public/images/logos/addyio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/addyio.png -------------------------------------------------------------------------------- /public/images/logos/adguardmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/adguardmail.png -------------------------------------------------------------------------------- /public/images/logos/aegis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/aegis.png -------------------------------------------------------------------------------- /public/images/logos/ajl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ajl.png -------------------------------------------------------------------------------- /public/images/logos/anonaddy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/anonaddy.png -------------------------------------------------------------------------------- /public/images/logos/bigbrotherwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/bigbrotherwatch.png -------------------------------------------------------------------------------- /public/images/logos/bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/bitcoin.png -------------------------------------------------------------------------------- /public/images/logos/bitwarden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/bitwarden.png -------------------------------------------------------------------------------- /public/images/logos/bitwarden_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/bitwarden_auth.png -------------------------------------------------------------------------------- /public/images/logos/blogging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/blogging.png -------------------------------------------------------------------------------- /public/images/logos/bluesky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/bluesky.png -------------------------------------------------------------------------------- /public/images/logos/brave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/brave.png -------------------------------------------------------------------------------- /public/images/logos/briar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/briar.png -------------------------------------------------------------------------------- /public/images/logos/calyxvpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/calyxvpn.png -------------------------------------------------------------------------------- /public/images/logos/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/contact.png -------------------------------------------------------------------------------- /public/images/logos/crowdin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/crowdin.png -------------------------------------------------------------------------------- /public/images/logos/cryptomator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/cryptomator.png -------------------------------------------------------------------------------- /public/images/logos/ddg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ddg.png -------------------------------------------------------------------------------- /public/images/logos/digitalrightswatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/digitalrightswatch.png -------------------------------------------------------------------------------- /public/images/logos/easyoptouts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/easyoptouts.png -------------------------------------------------------------------------------- /public/images/logos/ecosia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ecosia.png -------------------------------------------------------------------------------- /public/images/logos/edri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/edri.png -------------------------------------------------------------------------------- /public/images/logos/eff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/eff.png -------------------------------------------------------------------------------- /public/images/logos/effaustin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/effaustin.png -------------------------------------------------------------------------------- /public/images/logos/ente-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ente-auth.png -------------------------------------------------------------------------------- /public/images/logos/ente.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ente.png -------------------------------------------------------------------------------- /public/images/logos/epic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/epic.png -------------------------------------------------------------------------------- /public/images/logos/fdsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/fdsd.png -------------------------------------------------------------------------------- /public/images/logos/ffrelay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ffrelay.png -------------------------------------------------------------------------------- /public/images/logos/fftf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/fftf.png -------------------------------------------------------------------------------- /public/images/logos/filen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/filen.png -------------------------------------------------------------------------------- /public/images/logos/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/firefox.png -------------------------------------------------------------------------------- /public/images/logos/friendica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/friendica.png -------------------------------------------------------------------------------- /public/images/logos/funkwhale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/funkwhale.png -------------------------------------------------------------------------------- /public/images/logos/ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ghost.png -------------------------------------------------------------------------------- /public/images/logos/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/github.png -------------------------------------------------------------------------------- /public/images/logos/gitlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/gitlab.png -------------------------------------------------------------------------------- /public/images/logos/gitlab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/gitlab2.png -------------------------------------------------------------------------------- /public/images/logos/google_voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/google_voice.png -------------------------------------------------------------------------------- /public/images/logos/gpt4all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/gpt4all.png -------------------------------------------------------------------------------- /public/images/logos/howtomoney.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/howtomoney.png -------------------------------------------------------------------------------- /public/images/logos/hushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/hushed.png -------------------------------------------------------------------------------- /public/images/logos/ironvest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ironvest.png -------------------------------------------------------------------------------- /public/images/logos/ivpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ivpn.png -------------------------------------------------------------------------------- /public/images/logos/jami.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/jami.png -------------------------------------------------------------------------------- /public/images/logos/janai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/janai.png -------------------------------------------------------------------------------- /public/images/logos/jmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/jmp.png -------------------------------------------------------------------------------- /public/images/logos/kagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/kagi.png -------------------------------------------------------------------------------- /public/images/logos/keepassxc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/keepassxc.png -------------------------------------------------------------------------------- /public/images/logos/lastcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/lastcard.png -------------------------------------------------------------------------------- /public/images/logos/lemmy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/lemmy.png -------------------------------------------------------------------------------- /public/images/logos/liberapay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/liberapay.png -------------------------------------------------------------------------------- /public/images/logos/lifewire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/lifewire.png -------------------------------------------------------------------------------- /public/images/logos/loops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/loops.png -------------------------------------------------------------------------------- /public/images/logos/lumo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/lumo.png -------------------------------------------------------------------------------- /public/images/logos/makersnerds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/makersnerds.png -------------------------------------------------------------------------------- /public/images/logos/maple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/maple.png -------------------------------------------------------------------------------- /public/images/logos/mastodon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/mastodon.png -------------------------------------------------------------------------------- /public/images/logos/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/matrix.png -------------------------------------------------------------------------------- /public/images/logos/matrix2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/matrix2.png -------------------------------------------------------------------------------- /public/images/logos/mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/mega.png -------------------------------------------------------------------------------- /public/images/logos/mojeek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/mojeek.png -------------------------------------------------------------------------------- /public/images/logos/molly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/molly.png -------------------------------------------------------------------------------- /public/images/logos/monero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/monero.png -------------------------------------------------------------------------------- /public/images/logos/monzo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/monzo.png -------------------------------------------------------------------------------- /public/images/logos/mullvad-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/mullvad-browser.png -------------------------------------------------------------------------------- /public/images/logos/mullvad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/mullvad.png -------------------------------------------------------------------------------- /public/images/logos/mysudo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/mysudo.png -------------------------------------------------------------------------------- /public/images/logos/nextcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/nextcloud.png -------------------------------------------------------------------------------- /public/images/logos/nitrokey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/nitrokey.png -------------------------------------------------------------------------------- /public/images/logos/noyb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/noyb.png -------------------------------------------------------------------------------- /public/images/logos/opencollective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/opencollective.png -------------------------------------------------------------------------------- /public/images/logos/optery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/optery.png -------------------------------------------------------------------------------- /public/images/logos/optout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/optout.jpg -------------------------------------------------------------------------------- /public/images/logos/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/orange.png -------------------------------------------------------------------------------- /public/images/logos/org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/org.png -------------------------------------------------------------------------------- /public/images/logos/patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/patreon.png -------------------------------------------------------------------------------- /public/images/logos/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/paypal.png -------------------------------------------------------------------------------- /public/images/logos/peertube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/peertube.png -------------------------------------------------------------------------------- /public/images/logos/pixelfed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/pixelfed.png -------------------------------------------------------------------------------- /public/images/logos/privacy-international.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/privacy-international.png -------------------------------------------------------------------------------- /public/images/logos/privacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/privacy.png -------------------------------------------------------------------------------- /public/images/logos/proton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/proton.png -------------------------------------------------------------------------------- /public/images/logos/protonauth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/protonauth.png -------------------------------------------------------------------------------- /public/images/logos/protondrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/protondrive.png -------------------------------------------------------------------------------- /public/images/logos/protonmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/protonmail.png -------------------------------------------------------------------------------- /public/images/logos/protonpass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/protonpass.png -------------------------------------------------------------------------------- /public/images/logos/protonvpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/protonvpn.png -------------------------------------------------------------------------------- /public/images/logos/qwant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/qwant.png -------------------------------------------------------------------------------- /public/images/logos/redact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/redact.png -------------------------------------------------------------------------------- /public/images/logos/restorethe4th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/restorethe4th.png -------------------------------------------------------------------------------- /public/images/logos/revolut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/revolut.png -------------------------------------------------------------------------------- /public/images/logos/riseupvpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/riseupvpn.png -------------------------------------------------------------------------------- /public/images/logos/safing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/safing.png -------------------------------------------------------------------------------- /public/images/logos/searxng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/searxng.png -------------------------------------------------------------------------------- /public/images/logos/session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/session.png -------------------------------------------------------------------------------- /public/images/logos/signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/signal.png -------------------------------------------------------------------------------- /public/images/logos/simplelogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/simplelogin.png -------------------------------------------------------------------------------- /public/images/logos/simplex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/simplex.png -------------------------------------------------------------------------------- /public/images/logos/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/snowflake.png -------------------------------------------------------------------------------- /public/images/logos/spn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/spn.png -------------------------------------------------------------------------------- /public/images/logos/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/stop.png -------------------------------------------------------------------------------- /public/images/logos/surveillance-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/surveillance-report.png -------------------------------------------------------------------------------- /public/images/logos/threema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/threema.png -------------------------------------------------------------------------------- /public/images/logos/tiktok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/tiktok.png -------------------------------------------------------------------------------- /public/images/logos/tor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/tor.png -------------------------------------------------------------------------------- /public/images/logos/tossable-digits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/tossable-digits.png -------------------------------------------------------------------------------- /public/images/logos/tuta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/tuta.png -------------------------------------------------------------------------------- /public/images/logos/twip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/twip.jpg -------------------------------------------------------------------------------- /public/images/logos/ublock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/ublock.png -------------------------------------------------------------------------------- /public/images/logos/viber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/viber.png -------------------------------------------------------------------------------- /public/images/logos/waterfox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/waterfox.png -------------------------------------------------------------------------------- /public/images/logos/website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/website.png -------------------------------------------------------------------------------- /public/images/logos/writeas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/writeas.png -------------------------------------------------------------------------------- /public/images/logos/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/logos/youtube.png -------------------------------------------------------------------------------- /public/images/qr-codes/btc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/qr-codes/btc.png -------------------------------------------------------------------------------- /public/images/qr-codes/xmr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/qr-codes/xmr.png -------------------------------------------------------------------------------- /public/images/qr-codes/xmr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/qr-codes/xmr2.png -------------------------------------------------------------------------------- /public/images/sponsors/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/sponsors/placeholder.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/01.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/02.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/03.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/04.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/05.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/06.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/07.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/08.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/09.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/10.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/11.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/12.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/13.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/14.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-encrypting/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-encrypting/15.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/01.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/02.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/03.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/04.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/05.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/06.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/07.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/08.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/09.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/10.png -------------------------------------------------------------------------------- /public/images/steps/veracrypt-external-encrypting/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/images/steps/veracrypt-external-encrypting/11.png -------------------------------------------------------------------------------- /public/publickey.thenewoil_at_proton.me.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/public/publickey.thenewoil_at_proton.me.asc -------------------------------------------------------------------------------- /scripts/fetchBlog/BlogStore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/BlogStore.ts -------------------------------------------------------------------------------- /scripts/fetchBlog/WriteAsClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/WriteAsClient.ts -------------------------------------------------------------------------------- /scripts/fetchBlog/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/index.ts -------------------------------------------------------------------------------- /scripts/fetchBlog/models/CollectionMeta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/models/CollectionMeta.ts -------------------------------------------------------------------------------- /scripts/fetchBlog/models/CollectionResponse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/models/CollectionResponse.ts -------------------------------------------------------------------------------- /scripts/fetchBlog/models/Post.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/models/Post.ts -------------------------------------------------------------------------------- /scripts/fetchBlog/models/PostCollectionResponse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/models/PostCollectionResponse.ts -------------------------------------------------------------------------------- /scripts/fetchBlog/utils/compareDate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/fetchBlog/utils/compareDate.ts -------------------------------------------------------------------------------- /scripts/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "module" 3 | } 4 | -------------------------------------------------------------------------------- /scripts/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/scripts/tsconfig.json -------------------------------------------------------------------------------- /src/assets/data/BlogPages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/BlogPages.json -------------------------------------------------------------------------------- /src/assets/data/layout/en/Footer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/layout/en/Footer.json -------------------------------------------------------------------------------- /src/assets/data/layout/en/Header.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/layout/en/Header.json -------------------------------------------------------------------------------- /src/assets/data/layout/en/guides/Actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/layout/en/guides/Actions.json -------------------------------------------------------------------------------- /src/assets/data/layout/nl/Footer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/layout/nl/Footer.json -------------------------------------------------------------------------------- /src/assets/data/layout/nl/Header.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/layout/nl/Header.json -------------------------------------------------------------------------------- /src/assets/data/layout/nl/guides/Actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/layout/nl/guides/Actions.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/Nate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/Nate.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/NateVideos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/NateVideos.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/about/Team.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/about/Team.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/less-important/AI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/less-important/AI.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/less-important/Backups.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/less-important/Backups.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/less-important/FrontEnds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/less-important/FrontEnds.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/less-important/SearchEngines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/less-important/SearchEngines.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/less-important/SocialMedia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/less-important/SocialMedia.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/less-important/Voip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/less-important/Voip.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/less-important/Vpns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/less-important/Vpns.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/moderately-important/DataRemoval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/moderately-important/DataRemoval.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/moderately-important/Email.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/moderately-important/Email.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/moderately-important/EmailAliasing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/moderately-important/EmailAliasing.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/moderately-important/Messaging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/moderately-important/Messaging.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/moderately-important/Payments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/moderately-important/Payments.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/most-important/Mfa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/most-important/Mfa.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/most-important/MobileApps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/most-important/MobileApps.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/guides/most-important/Passwords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/guides/most-important/Passwords.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/index/Guides.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/index/Guides.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/index/Sections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/index/Sections.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/index/Sponsors.json: -------------------------------------------------------------------------------- 1 | [ 2 | ] 3 | -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Books.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Books.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Contact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Contact.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Documentaries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Documentaries.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/GetInvolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/GetInvolved.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/PodcastsAndVideo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/PodcastsAndVideo.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/PodcastsNewsAndBlog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/PodcastsNewsAndBlog.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Services.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Source.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Translate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Translate.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Videos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Videos.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/links/Websites.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/links/Websites.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/quickstart/Identity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/quickstart/Identity.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/quickstart/Mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/quickstart/Mobile.json -------------------------------------------------------------------------------- /src/assets/data/pages/en/support/Donations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/assets/data/pages/en/support/Donations.json -------------------------------------------------------------------------------- /src/components/charts/Criterias.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/charts/Criterias.astro -------------------------------------------------------------------------------- /src/components/charts/Plans.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/charts/Plans.astro -------------------------------------------------------------------------------- /src/components/charts/ProsAndCons.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/charts/ProsAndCons.astro -------------------------------------------------------------------------------- /src/components/common/GuidesList.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/common/GuidesList.astro -------------------------------------------------------------------------------- /src/components/common/Highlighting.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/common/Highlighting.astro -------------------------------------------------------------------------------- /src/components/common/LinkGrid.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/common/LinkGrid.astro -------------------------------------------------------------------------------- /src/components/controls/Button.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/controls/Button.astro -------------------------------------------------------------------------------- /src/components/footer/Footer.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/footer/Footer.astro -------------------------------------------------------------------------------- /src/components/footer/FooterLink.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/footer/FooterLink.astro -------------------------------------------------------------------------------- /src/components/guides/actions/ActionLink.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/guides/actions/ActionLink.astro -------------------------------------------------------------------------------- /src/components/guides/actions/Actions.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/guides/actions/Actions.astro -------------------------------------------------------------------------------- /src/components/guides/sidebar/Sidebar.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/guides/sidebar/Sidebar.astro -------------------------------------------------------------------------------- /src/components/guides/sidebar/SidebarPageLink.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/guides/sidebar/SidebarPageLink.astro -------------------------------------------------------------------------------- /src/components/guides/sidebar/SidebarSectionDropdown.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/guides/sidebar/SidebarSectionDropdown.astro -------------------------------------------------------------------------------- /src/components/guides/sidebar/Sponsor.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/guides/sidebar/Sponsor.astro -------------------------------------------------------------------------------- /src/components/header/Header.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/header/Header.astro -------------------------------------------------------------------------------- /src/components/header/HeaderLink.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/header/HeaderLink.astro -------------------------------------------------------------------------------- /src/components/header/LanguageSwitcher.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/header/LanguageSwitcher.astro -------------------------------------------------------------------------------- /src/components/layout/DefaultHead.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/layout/DefaultHead.astro -------------------------------------------------------------------------------- /src/components/layout/TableOfContents.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/layout/TableOfContents.astro -------------------------------------------------------------------------------- /src/components/pages/404/Card.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/404/Card.astro -------------------------------------------------------------------------------- /src/components/pages/about/TeamList.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/about/TeamList.astro -------------------------------------------------------------------------------- /src/components/pages/blog-index/BlogList.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/blog-index/BlogList.astro -------------------------------------------------------------------------------- /src/components/pages/front-page/Card.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/front-page/Card.astro -------------------------------------------------------------------------------- /src/components/pages/front-page/Cards.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/front-page/Cards.astro -------------------------------------------------------------------------------- /src/components/pages/front-page/Hero.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/front-page/Hero.astro -------------------------------------------------------------------------------- /src/components/pages/front-page/Section.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/front-page/Section.astro -------------------------------------------------------------------------------- /src/components/pages/links/Resources.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/links/Resources.astro -------------------------------------------------------------------------------- /src/components/pages/public-protections/PublicProtections.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/public-protections/PublicProtections.astro -------------------------------------------------------------------------------- /src/components/pages/roadmap/Roadmap.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/roadmap/Roadmap.astro -------------------------------------------------------------------------------- /src/components/pages/roadmap/RoadmapItem.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/roadmap/RoadmapItem.astro -------------------------------------------------------------------------------- /src/components/pages/support/ShopHero.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/components/pages/support/ShopHero.astro -------------------------------------------------------------------------------- /src/env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /src/guides.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/guides.ts -------------------------------------------------------------------------------- /src/layouts/charts.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/layouts/charts.astro -------------------------------------------------------------------------------- /src/layouts/default.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/layouts/default.astro -------------------------------------------------------------------------------- /src/layouts/guides.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/layouts/guides.astro -------------------------------------------------------------------------------- /src/layouts/privacy-policy.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/layouts/privacy-policy.astro -------------------------------------------------------------------------------- /src/pages/404.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/404.mdx -------------------------------------------------------------------------------- /src/pages/en/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/about.mdx -------------------------------------------------------------------------------- /src/pages/en/blog-index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/blog-index.mdx -------------------------------------------------------------------------------- /src/pages/en/consulting.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/consulting.mdx -------------------------------------------------------------------------------- /src/pages/en/criteria.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/criteria.mdx -------------------------------------------------------------------------------- /src/pages/en/crypto.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/crypto.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/less-important/backups.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/less-important/backups.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/less-important/disinformation.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/less-important/disinformation.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/less-important/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/less-important/index.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/less-important/iot.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/less-important/iot.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/less-important/misc.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/less-important/misc.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/less-important/voip.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/less-important/voip.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/less-important/vpns.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/less-important/vpns.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/desktop-settings.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/desktop-settings.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/devices.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/devices.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/email-aliasing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/email-aliasing.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/email.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/email.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/index.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/messaging.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/messaging.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/mobile-habits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/mobile-habits.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/payments.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/payments.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/moderately-important/people-search.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/moderately-important/people-search.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/auditing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/auditing.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/browser.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/browser.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/credit.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/credit.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/index.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/mfa.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/mfa.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/mobile-apps.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/mobile-apps.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/mobile-settings.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/mobile-settings.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/mobile.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/mobile.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/most-important/passwords.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/most-important/passwords.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/data-breaches.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/data-breaches.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/encryption.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/encryption.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/five-eyes.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/five-eyes.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/index.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/metadata.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/metadata.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/open-source.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/open-source.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/secprivanon.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/secprivanon.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/surveillance.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/surveillance.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/threat-model.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/threat-model.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/prologue/why.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/prologue/why.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/quick-start/identity.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/quick-start/identity.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/quick-start/mobile.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/quick-start/mobile.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/quick-start/streamer-guide.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/quick-start/streamer-guide.mdx -------------------------------------------------------------------------------- /src/pages/en/guides/quick-start/wifi-guide.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/guides/quick-start/wifi-guide.mdx -------------------------------------------------------------------------------- /src/pages/en/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/index.mdx -------------------------------------------------------------------------------- /src/pages/en/library.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/library.mdx -------------------------------------------------------------------------------- /src/pages/en/links.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/links.mdx -------------------------------------------------------------------------------- /src/pages/en/nate.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/nate.mdx -------------------------------------------------------------------------------- /src/pages/en/news.opml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/news.opml -------------------------------------------------------------------------------- /src/pages/en/pgp.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/pgp.mdx -------------------------------------------------------------------------------- /src/pages/en/privacy-policy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/privacy-policy.mdx -------------------------------------------------------------------------------- /src/pages/en/roadmap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/roadmap.mdx -------------------------------------------------------------------------------- /src/pages/en/support.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/support.mdx -------------------------------------------------------------------------------- /src/pages/en/terms-of-service.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/terms-of-service.mdx -------------------------------------------------------------------------------- /src/pages/en/xmr2.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/en/xmr2.mdx -------------------------------------------------------------------------------- /src/pages/snowflake.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/pages/snowflake.mdx -------------------------------------------------------------------------------- /src/styles/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/styles/main.scss -------------------------------------------------------------------------------- /src/types/key-utils.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/types/key-utils.d.ts -------------------------------------------------------------------------------- /src/utils/heading.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/utils/heading.ts -------------------------------------------------------------------------------- /src/utils/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/utils/i18n.ts -------------------------------------------------------------------------------- /src/utils/url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/src/utils/url.ts -------------------------------------------------------------------------------- /tailwind.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/tailwind.config.cjs -------------------------------------------------------------------------------- /tsconfig.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/tsconfig.config.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tnonate/thenewoil/HEAD/tsconfig.json --------------------------------------------------------------------------------