Skip to content

Commit aca44a5

Browse files
committed
update topics
1 parent 24100cf commit aca44a5

File tree

4 files changed

+32
-16
lines changed

4 files changed

+32
-16
lines changed

_includes/topics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Anything programming-related is on topic for #sourcefu, such as:

_includes/topics.yaml

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
1-
- Bash: http://gnu.org/software/bash
2-
- Design patterns: http://en.wikipedia.org/wiki/Software_design_pattern
3-
- Git: http://git-scm.com
4-
- Haskell: http://haskell.org
5-
- Java: http://oracle.com/technetwork/java/javase/documentation
6-
- JavaScript: http://en.wikipedia.org/wiki/JavaScript
7-
- NoSQL: http://en.wikipedia.org/wiki/NoSQL
8-
- Perl: http://perl.org
9-
- PHP: http://php.net
10-
- Python: http://python.org
11-
- R: http://r-project.org
12-
- Ruby: http://ruby-lang.org
13-
- SQL: http://en.wikipedia.org/wiki/SQL
14-
- Vagrant: http://vagrantup.com
1+
- Languages
2+
- Bash: http://gnu.org/software/bash
3+
- C: https://en.wikipedia.org/wiki/C_%28programming_language%29
4+
- C++: http://isocpp.org
5+
- Clojure: http://clojure.org
6+
- Go: http://golang.org
7+
- Elixir: http://elixir-lang.org
8+
- Haskell: http://haskell.org
9+
- Java: http://java.com
10+
- JavaScript: http://en.wikipedia.org/wiki/JavaScript
11+
- Perl: http://perl.org
12+
- PHP: http://php.net
13+
- Python: http://python.org
14+
- R: http://r-project.org
15+
- Rust: http://rust-lang.org
16+
- Ruby: http://ruby-lang.org
17+
- Scala: http://scala-lang.org
18+
- Swift: http://developer.apple.com/swift/
19+
- Concepts
20+
- Design patterns: http://en.wikipedia.org/wiki/Software_design_pattern
21+
- Databases:
22+
- SQL: http://en.wikipedia.org/wiki/SQL
23+
- NoSQL: http://en.wikipedia.org/wiki/NoSQL
24+
- Tools:
25+
- Docker: http://docker.com
26+
- Git: http://git-scm.com
27+
- Vagrant: http://vagrantup.com

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ http://irclog.greptilian.com/sourcefu/today
1212

1313
## On topic
1414

15+
{% include topics.html %}
16+
1517
{% include topics.yaml %}
1618

1719
## Publicly-logged IRC channel: #sourcefu on Freenode

topics/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
3-
title: topics
3+
title: Topics
44
---
5-
On topic for #sourcefu:
5+
{% include topics.html %}
66

77
{% include topics.yaml %}

0 commit comments

Comments
 (0)