-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix the banner image, meetup listing meetup-15, meetup-16 #45
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
This contains documentation for php-developers-nepal community. see gh-pages, send pull requests, report on issues. enjoy! | ||
This contains documentation for php-developers-nepal community. see gh-pages, | ||
send pull requests, report on issues. enjoy! | ||
|
||
## Local Machine Setup for Contribution | ||
|
||
- Install ruby | ||
- Install Jekyll | ||
- Have some workable knowledge on github pages | ||
|
||
Use following Jekyll command to serve locally. Below command was tested on `jekyll 3.1.6` | ||
|
||
```bash | ||
$ jekyll serve watch | ||
``` | ||
|
||
## Local Development | ||
Once Jekyll services the page, open browser and visit [http://127.0.0.1:4000/php] | ||
|
||
Above command will regenerate page automatically if any changes is made on template | ||
files. | ||
|
||
[http://127.0.0.1:4000/php]: http://127.0.0.1:4000/php |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,7 @@ | |
<div align="center"> | ||
<img src="{{ site.baseurl }}/public/images/dn-icon.gif" | ||
alt="Developers Nepal Community"> | ||
<br/> | ||
<small>Last updated date {{ site.time | date: "%A, %b %d, %Y" }}</small> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have added last page update time just above the footer. |
||
</div> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
</div> | ||
|
||
{% include footer.html %} | ||
|
||
<!-- <small>Last generated on : {{ site.time }}</small> --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we remove this comment ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 |
||
</body> | ||
|
||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1