Skip to content

aws-mena-community/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

Note: this page has been last updated on March 30, 2024 where Ruby version 3.3.0 and Bundler 2.5.7 were used and the latest dependencies have been fetched using bundle update after cloning. The gem 'webrick' has been added to the Gemfile explicitly as webrick is no longer supported by default with the current Ruby version. As a rule of thumb during installations, take into consideration the dependencies and package versions.

  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.

Languages

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