Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

changing blablabla theme name to a matrix reference, zion #33

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ git merge morpheus/master
- [x] Server side rendering.
- [x] Comments managed with [Disqus](https://disqus.com/).
- [x] Configurable permalinks.
- [x] fully working default theme (it's called **blablabla**)
- [x] fully working default theme (it's called **zion**)
- [x] RSS support


Expand Down
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
siteUrl: 'http://localhost:3000', // the url of your website
useSSL: false, // if true it redirects all incoming requests to the https url
siteTitle: 'Morpheus',
theme: 'blablabla', // currently used theme
theme: 'zion', // currently used theme
siteDescription: '- say hi to the next generation web publishing platform -',
port: 3000,
ip: '127.0.0.1',
Expand Down