Skip to content
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

improved docs readme #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,15 @@ If you don't want to use GitHub domain, you can use your own with a few steps.
1. Create a `CNAME` file under `src/files` folder and fill with your domain: `yourevent.com`.
2. Change the DNS of your domain [following GitHub instructions](https://help.github.com/articles/setting-up-a-custom-domain-with-pages).

### How to Deploy without GitHub Pages
### How to Deploy without GitHub Pages in the website:-

If you want to use your own server to host the website:

* Run `npm run generate` on the root of the project.

This command will generate a folder called `out` that contains just static files, then just upload them to your server.

## Showcase
## Showcase your project

See the conferences that already used this project as a kickstart:

Expand Down Expand Up @@ -295,7 +295,7 @@ Have you created a website using ConfBoilerplate? Let's us know =D
* [Ruby version of ConfBoilerplate made with Jekyll by Mauro George](https://github.com/maurogeorge/conf_boilerplate_ruby)
* [Hugo version of ConfBoilerplate by Jonhnny Weslley](https://github.com/jweslley/hugo-conference)

## Contributing
## Contribution in github

If you want to submit a pull request, please do it in `dev` branch.

Expand All @@ -311,8 +311,8 @@ We're a group of developers who have been through hard times organizing conferen
* [Zeno Rocha](http://github.com/zenorocha)
* [Bernard De Luna](http://github.com/bernarddeluna)

Special thanks to all community members for feedbacks and contributions.
Special thanks to all community members for their feedbacks and contributions.

## License
## Licensed

[MIT License](http://braziljs.mit-license.org/) © BrazilJS Foundation