diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..d3c9903 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +m.mpsz.com.bd \ No newline at end of file diff --git a/README.md b/README.md index 857c96a..40e4362 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Admin option will let you add a default usernamme and repository so you don't ha ``` Argument | Example | Description --- | --- | --- -username | `[github-profile username="seinoxygen"]` | Displays the profile box for the user seinoxygen. +username | `[github-profile username="mpszone"]` | Displays the profile box for the user mpszone. #### Repository clone urls ```html @@ -27,8 +27,8 @@ username | `[github-profile username="seinoxygen"]` | Displays the profile box f ``` Argument | Example | Description --- | --- | --- -username | `[github-clone username="seinoxygen"]` | Show ssh & https url. -limit | `[github-clone username="seinoxygen" repository="wp-github"]` | From a selected repo. +username | `[github-clone username="mpszone"]` | Show ssh & https url. +limit | `[github-clone username="mpszone" repository="wp-github"]` | From a selected repo. #### Repositories ```html @@ -36,8 +36,8 @@ limit | `[github-clone username="seinoxygen" repository="wp-github"]` | From a s ``` Argument | Example | Description --- | --- | --- -username | `[github-repos username="seinoxygen"]` | Lists up to 5 repositories from the user seinoxygen. -limit | `[github-repos username="seinoxygen" limit="10"]` | Lists up to 10 repositories from the user seinoxygen. +username | `[github-repos username="mpszone"]` | Lists up to 5 repositories from the user mpszone. +limit | `[github-repos username="mpszone" limit="10"]` | Lists up to 10 repositories from the user mpszone. #### Commits ```html @@ -45,10 +45,10 @@ limit | `[github-repos username="seinoxygen" limit="10"]` | Lists up to 10 repos ``` Argument | Example | Description --- | --- | --- -username | `[github-commits username="seinoxygen"]` | main username -repository | `[github-commits username="seinoxygen" repository="wp-github"]` | Lists up to 5 commits from the repository wp-github. -limit | `[github-commits username="seinoxygen" repository="wp-github" limit="10"]` | Lists up to 10 commits. -xtended | [github-commits username="seinoxygen" repository="wp-github" limit="30" xtended='{"Date de commit": "commit:committer:date","Email committer": "commit:committer:email","Url de commit": "url"}'] | allow to get custom data, Caution XPERIMENTAL! json format, rely on github api endpoints +username | `[github-commits username="mpszone"]` | main username +repository | `[github-commits username="mpszone" repository="wp-github"]` | Lists up to 5 commits from the repository wp-github. +limit | `[github-commits username="mpszone" repository="wp-github" limit="10"]` | Lists up to 10 commits. +xtended | [github-commits username="mpszone" repository="wp-github" limit="30" xtended='{"Date de commit": "commit:committer:date","Email committer": "commit:committer:email","Url de commit": "url"}'] | allow to get custom data, Caution XPERIMENTAL! json format, rely on github api endpoints For correct listing username and repository **_are_** required. @@ -58,9 +58,9 @@ For correct listing username and repository **_are_** required. ``` Argument | Example | Description --- | --- | --- -username | `[github-issues username="seinoxygen"]` | main username -repository | `[github-issues username="seinoxygen" repository="wp-github"]` | Lists up to 5 issues from the repository wp-github. -limit | `[github-issues username="seinoxygen" repository="wp-github" limit="10"]` | Lists up to 10 issues from the repository wp-github. +username | `[github-issues username="mpszone"]` | main username +repository | `[github-issues username="mpszone" repository="wp-github"]` | Lists up to 5 issues from the repository wp-github. +limit | `[github-issues username="mpszone" repository="wp-github" limit="10"]` | Lists up to 10 issues from the repository wp-github. #### Issue @@ -69,9 +69,9 @@ limit | `[github-issues username="seinoxygen" repository="wp-github" limit="10"] ``` Argument | Example | Description --- | --- | --- -username | `[github-issue username="seinoxygen"]` | main username -repository | `[github-issue username="seinoxygen" repository="wp-github"]` | selected repo -number | `[github-issue username="seinoxygen" repository="wp-github" number="14"]` | issue number +username | `[github-issue username="mpszone"]` | main username +repository | `[github-issue username="mpszone" repository="wp-github"]` | selected repo +number | `[github-issue username="mpszone" repository="wp-github" number="14"]` | issue number #### Pull request ```html @@ -79,9 +79,9 @@ number | `[github-issue username="seinoxygen" repository="wp-github" number="14" ``` Argument | Example | Description --- | --- | --- -username | `[github-pulls username="seinoxygen"]` | main username -repository | `[github-pulls username="seinoxygen" repository="wp-github"]` | from the repository wp-github. -limit | `[github-pulls username="seinoxygen" repository="wp-github" limit="10"]` | Lists up to 10 pull request from the repository wp-github. +username | `[github-pulls username="mpszone"]` | main username +repository | `[github-pulls username="mpszone" repository="wp-github"]` | from the repository wp-github. +limit | `[github-pulls username="mpszone" repository="wp-github" limit="10"]` | Lists up to 10 pull request from the repository wp-github. #### Gists ```html @@ -89,8 +89,8 @@ limit | `[github-pulls username="seinoxygen" repository="wp-github" limit="10"]` ``` Argument | Example | Description --- | --- | --- -username | `[github-gists username="seinoxygen"]` | Lists up to 5 gists from the user seinoxygen. -limit | `[github-gists username="seinoxygen" limit="10"]` | Lists up to 10 gists from the user seinoxygen. +username | `[github-gists username="mpszone"]` | Lists up to 5 gists from the user mpszone. +limit | `[github-gists username="mpszone" limit="10"]` | Lists up to 10 gists from the user mpszone. #### File content ```html @@ -98,10 +98,10 @@ limit | `[github-gists username="seinoxygen" limit="10"]` | Lists up to 10 gists ``` Argument | Example | Description --- | --- | --- -username | `[github-contents username="seinoxygen"]` |Add username (except if filled in wp BO. -repository | `[github-contents username="seinoxygen" repository="wp-github"]` | pick up a repository from the user seinoxygen. -filepath | `[github-contents username="seinoxygen" repository="wp-github" filepath="wp-github.css"]` | Select a file with full path in the repository. -language | `[github-contents username="seinoxygen" repository="wp-github" filepath="wp-github.css" language="css"]` | Help JsHighlighter if exists, will generate code inside PRE and CODE tags. +username | `[github-contents username="mpszone"]` |Add username (except if filled in wp BO. +repository | `[github-contents username="mpszone" repository="wp-github"]` | pick up a repository from the user mpszone. +filepath | `[github-contents username="mpszone" repository="wp-github" filepath="wp-github.css"]` | Select a file with full path in the repository. +language | `[github-contents username="mpszone" repository="wp-github" filepath="wp-github.css" language="css"]` | Help JsHighlighter if exists, will generate code inside PRE and CODE tags. #### Releases ```html @@ -109,9 +109,9 @@ language | `[github-contents username="seinoxygen" repository="wp-github" filepa ``` Argument | Example | Description --- | --- | --- -username | `[github-releases username="seinoxygen"]` |Add username (except if filled in wp BO. -repository | `[github-releases username="seinoxygen" repository="wp-github"]` | pick up a repository from the user seinoxygen. -limit | `[github-releases username="seinoxygen" repository="wp-github" limit="10"]` | Lists up to 10 releases. +username | `[github-releases username="mpszone"]` |Add username (except if filled in wp BO. +repository | `[github-releases username="mpszone" repository="wp-github"]` | pick up a repository from the user mpszone. +limit | `[github-releases username="mpszone" repository="wp-github" limit="10"]` | Lists up to 10 releases. #### Latest release ```html @@ -119,5 +119,5 @@ limit | `[github-releases username="seinoxygen" repository="wp-github" limit="10 ``` Argument | Example | Description --- | --- | --- - username | `[github-releaseslatest username="seinoxygen"]` |Add username (except if filled in wp BO. - repository | `[github-releaseslatest username="seinoxygen" repository="wp-github"]` | pick up a repository from the user seinoxygen. + username | `[github-releaseslatest username="mpszone"]` |Add username (except if filled in wp BO. + repository | `[github-releaseslatest username="mpszone" repository="wp-github"]` | pick up a repository from the user mpszone. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c50ff38 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-merlot \ No newline at end of file diff --git a/_pages/fb-welcome.md b/_pages/fb-welcome.md new file mode 100644 index 0000000..fa824d5 --- /dev/null +++ b/_pages/fb-welcome.md @@ -0,0 +1,93 @@ +--- +ID: 33 +post_title: FB Welcome +post_name: fb-welcome +author: M. Arman Uz Zuha +post_date: 2018-01-21 00:39:17 +layout: page +link: https://m.mpsz.com.bd/fb-welcome/ +published: true +tags: [ ] +categories: [ ] +--- + + + + + +
+ \ No newline at end of file diff --git a/_posts/2018-01-20-welcome.md b/_posts/2018-01-20-welcome.md new file mode 100644 index 0000000..3597260 --- /dev/null +++ b/_posts/2018-01-20-welcome.md @@ -0,0 +1,23 @@ +--- +ID: 29 +post_title: Welcome +post_name: welcome +author: M. Arman Uz Zuha +post_date: 2018-01-20 20:51:16 +layout: post +link: https://m.mpsz.com.bd/welcome/ +published: true +tags: + - welcome +categories: + - Official Posts +--- +Welcome to Mps Zone Bd +This is one of the best online social media center on the BD Online Zone. You may find here: +1. Social Media +2. Online Marketing +3. Promotional Items +4. Event Planner +5. Free Labour Law Consultancy +and etc. +For more details please stay with us