Skip to content

emmanuelorobinson/awsmena.community

 
 

Repository files navigation

AWS Mena Community

This is the repository of the website awsmena.community. It is hosted directly from the repository as a GitHub Pages website.

Local Setup

To preview the website locally:

  1. Install Ruby and Bundler if you don't have them already.

  2. Install Jekyll and other dependencies from the GitHub Pages gem in the docs directory:

$ cd docs && bundle install
  1. Run Jekyll using the following command :
$ bundle exec jekyll serve

To preview the site with drafts, run jekyll serve with the --drafts switch:

$ bundle exec jekyll serve --drafts

Then, load http://localhost:4000/ in your browser.

Contributions

Issues and PRs are welcome and appreciated.

Credits

This website was originally forked from martinbuberl/awscommunitynordics.

Big thanks to AWS Community Nordics.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • CSS 12.8%
  • HTML 8.6%
  • Ruby 0.1%