Skip to content

Commit 58d0236

Browse files
committed
update cname
1 parent bf133e7 commit 58d0236

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blog.rvente.com
1+
rvente.com

content/posts/2018-05-06--open-source/index.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,9 @@ This may have been an interesting tangent, but let's get back on topic. Why
7979
I can tell you how I feel. There's never any paywalls, and that's very
8080
liberating. You never have to worry about another expense when you're trying to
8181
make it out here as a college student. That makes sense, but there's free stuff
82-
everywhere, right? Why should I "De-Google" myself? Isn't all their stuff is
82+
everywhere, right? Why should I use Open Source Software? Isn't all their stuff is
8383
free?
8484

85-
Here's were things get a little hard to explain. As usual, I'll try my best.
86-
Whatever company you choose, if a service its service is free, you are the
87-
product. You have a comprehensive analysis done of your browsing history. They
88-
target ads to you, and make money doing it. That sounds innocent, right? I'd
89-
like to challenge that.
90-
9185
With the recent fiasco involving Cambridge Analytica, you can start to
9286
appreciate how important your data is. There's much more than you at stake here.
9387
We are vulnerable to structure change on the whole of society if we allow a

content/posts/2020-06-09--Math/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Something is Coming"
3-
date: 2020-06-09
3+
date: 2020-06-29
44
tags:
55
- Demo
66
- AI

content/posts/2020-06-09--TeXNet/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "TeXNet.ai"
33
date: 2020-06-09
4+
slug: "/texnet"
45
tags:
56
- Projects
67
- AI

src/components/footer.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const Footer = () => {
2424
🄯 {new Date().getFullYear()} by {author}. All wrongs reversed.
2525
</div>
2626
<div>
27+
This site uses cookies.&nbsp;
2728
<Link
2829
aria-label="Link to the theme's GitHub repository"
2930
href="https://github.com/LekoArts/gatsby-themes/tree/master/themes/gatsby-theme-minimal-blog"

src/components/seo.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const SEO = ({ title, description, pathname, image, children }: SEOProps) => {
4040
}
4141
return (
4242
<Helmet title={title} defaultTitle={defaultTitle} titleTemplate={`%s | ${siteTitle}`}>
43+
<script data-ad-client="ca-pub-9020402514650225" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
4344
<html lang={siteLanguage} />
4445
<meta name="description" content={seo.description} />
4546
<meta name="image" content={seo.image} />

0 commit comments

Comments
 (0)