Skip to content

Commit 47a948e

Browse files
beyond open source blog post
1 parent 8f963d3 commit 47a948e

File tree

10 files changed

+82
-37
lines changed

10 files changed

+82
-37
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = 'https://chainlesscoder.com'
22
languageCode = 'en-us'
3-
title = '@ChainlessCoder'
3+
title = 'Lum Ramabaja'
44
theme = 'mini'
55
publishDir = 'docs'
66

@@ -36,10 +36,10 @@ disqusShortname = 'ChainlessCoder'
3636

3737

3838
[social]
39-
twitter = 'https://twitter.com/ChainlessCoder'
39+
github = 'https://github.com/ChainlessCoder'
4040

4141
[params]
42-
avatarLink = 'https://twitter.com/ChainlessCoder'
42+
avatarLink = 'https://github.com/ChainlessCoder'
4343

4444
author = 'Lum Ramabaja'
4545

content/about/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
I'm fascinated with systems - any type of system. Biological systems, peer-to-peer systems, economic systems, social systems, you name it. I also love to think about algorithms and data structures.
1+
Interested in systems, algorithms, and data structures.
22

3-
I'm a co-founder of [Open Cybernetics](opncbr.com).
4-
5-
For a real-time view of my low-quality thoughts - My Twitter feed:
3+
I'm CEO and co-founder at [Open Cybernetics](opncbr.com).
64

content/posts/Hypersyn.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

content/posts/beyond_open_source.md

Lines changed: 76 additions & 0 deletions
Large diffs are not rendered by default.

content/posts/open_source_ai.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ series: ["Open Cybernetics"]
1414
<img width="100%" height="100%" src="/images/open_source_ai/banner.png">
1515
</p>
1616

17-
**Author: Lum Ramabaja**
18-
1917
This essay was originally published as a blog post on [Open Cybernetics](https://blog.opncbr.com/post/open_source_ai/) \& [ChainlessCoder](https://chainlesscoder.com/posts/open-source-ai-and-the-challenges-ahead/).
2018

2119
---

layouts/partials/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ end }}
99

1010

11-
<h1><a href= https://twitter.com/ChainlessCoder > {{ .Site.Title }}</a></h1>
11+
<h1><a href= https://github.com/ChainlessCoder > {{ .Site.Title }}</a></h1>
1212

1313
{{ with .Site.Params.Bio }}
1414
<h2>{{ . | markdownify }}</h2>

layouts/section/about.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
{{ partial "comment.html" . }}
88

9-
<a class="twitter-timeline" href="https://twitter.com/ChainlessCoder?ref_src=twsrc%5Etfw">Tweets by ChainlessCoder</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
109

1110
</section>
1211

static/images/avatar.png

5.67 MB
Loading
281 KB
Loading

static/images/favicon.ico

147 KB
Binary file not shown.

0 commit comments

Comments
 (0)