Browse Source

[20170502][SENA]Resolve some conflict

pull/298/head
noxymon 8 years ago
parent
commit
3f44b5d921
3 changed files with 26 additions and 24 deletions
  1. +1
    -1
      .gitignore
  2. +20
    -18
      composer.json
  3. +5
    -5
      config/config.ini

+ 1
- 1
.gitignore View File

@ -4,4 +4,4 @@
/content/noxymon/
/themes/bootstrap/nbproject/private/
/themes/bootstrap/
/nbproject/
/nbproject/

+ 20
- 18
composer.json View File

@ -1,22 +1,24 @@
{
"config": {
"vendor-dir": "system/vendor/",
"optimize-autoloader": true
},
"config": {
"vendor-dir": "system/vendor/",
"optimize-autoloader": true,
"platform": {
"php": "5.3"
}
},
"require": {
"ircmaxell/password-compat": "^1.0",
"michelf/php-markdown": "^1.5",
"suin/php-rss-writer": "^1.3",
"kanti/hub-updater": "^0.4.0"
"ircmaxell/password-compat": "^1.0",
"michelf/php-markdown": "^1.5",
"suin/php-rss-writer": "^1.3",
"kanti/hub-updater": "^0.4.0"
},
"autoload": {
"files": [
"system/includes/dispatch.php",
"system/includes/functions.php",
"system/admin/admin.php",
"system/includes/session.php",
"system/includes/opml.php",
"system/plugins/urlify/URLify.php"
]
}
"autoload": {
"files": [
"system/includes/dispatch.php",
"system/includes/functions.php",
"system/admin/admin.php",
"system/includes/session.php",
"system/includes/opml.php"
]
}
}

+ 5
- 5
config/config.ini View File

@ -8,7 +8,7 @@ timezone = "Asia/Jakarta"
blog.title = "HTMLy"
blog.tagline = "Let's get rocks !"
blog.description = "Proudly powered by HTMLy, a databaseless blogging platform."
blog.copyright = "@noxymon"
blog.copyright = ""
; Set permalink type. "default" using /year/month/title. "post" using /post/title
permalink.type = "default"
@ -20,7 +20,7 @@ static.frontpage = "false"
blog.enable = "false"
; Social account
social.twitter = "https://twitter.com/noxymon"
social.twitter = "https://twitter.com"
social.facebook = "https://www.facebook.com"
social.google = "https://plus.google.com"
social.tumblr = "http://www.tumblr.com"
@ -34,7 +34,7 @@ blog.menu = ""
breadcrumb.home = "Home"
; Comment system. Choose "facebook", "disqus", or "disable".
comment.system = "disqus"
comment.system = "disable"
; Facebook comments
fb.appid = ""
@ -42,7 +42,7 @@ fb.num = "5"
fb.color = "light"
; Disqus comments
disqus.shortname = "noxymon"
disqus.shortname = ""
; Google Web Master Tool ID verification
google.wmt.id = ""
@ -138,7 +138,7 @@ generation.time = "false"
cache.timestamp = "false"
; Set the theme here
views.root = "themes/bootstrap"
views.root = "themes/blog"
; Framework config. No need to edit.
views.layout = "layout"

Loading…
Cancel
Save