-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from HarunD/patch-1
README clean up
- Loading branch information
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,10 @@ theme = "kiss" | |
copyright = "© <a href=\"https://github.com/ribice\">Emir Ribic</a> 2017" | ||
disqusShortname = "shortname" | ||
googleAnalytics = "" | ||
# Number of posts per page | ||
Paginate = 5 | ||
Paginate = 5 # Number of posts per page | ||
enableRobotsTXT = true | ||
|
||
[params.rss] # Adding this tag enables RSS feed | ||
|
||
includeContent = true # Includes whole content in rss | ||
authorName = "Emir Ribic" # Author full name | ||
authorEmail = "[email protected]" # Author email | ||
|
@@ -65,7 +63,6 @@ pageID = "" | |
page = "" # Twitter Page username. If not set, params.social.twitter will be used. | ||
|
||
[params.social] | ||
|
||
twitter = "ribicemir" | ||
github = "ribice" | ||
email = "[email protected]" | ||
|