Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Add 30blog content source
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Dec 23, 2019
1 parent f222ec5 commit 4553c37
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "content/sources/30react"]
path = content/sources/30react
url = https://github.com/30-seconds/30-seconds-of-react
[submodule "content/sources/30blog"]
path = content/sources/30blog
url = https://github.com/30-seconds/30-seconds-blog
19 changes: 19 additions & 0 deletions content/configs/30blog.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
export default {
name: '30 seconds Blog',
dirName: '30blog',
repoUrl: 'https://github.com/30-seconds/30-seconds-blog',
snippetPath: 'blog_posts',
requirables: [
'blog_data/blog_posts.json',
'blog_data/blog_authors.json',
],
slug: 'blog',
reducer: 'blogReducer',
resolver: 'blogResolver',
isBlog: true,
theme: {
backColor: '#1f253d',
foreColor: '#edf0fc',
},
biasPenaltyMultiplier: 0.94,
};
1 change: 1 addition & 0 deletions content/sources/30blog
Submodule 30blog added at ffb546

0 comments on commit 4553c37

Please sign in to comment.