Skip to content

mnovak/wildfly.org

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Feb 29, 2024
Apr 10, 2024
Jan 27, 2024
Mar 19, 2024
Mar 19, 2024
Feb 1, 2024
Apr 10, 2024
Apr 10, 2024
Mar 8, 2024
Jun 29, 2019
May 9, 2023
Nov 2, 2020
Aug 25, 2020
Jul 26, 2023
Jul 26, 2023
Sep 23, 2021
Nov 23, 2023
May 25, 2022
Jan 30, 2024
Aug 4, 2020
May 25, 2022
Aug 4, 2020
May 31, 2023
Jan 30, 2024
Aug 4, 2020
Aug 4, 2020
Jun 15, 2023

Repository files navigation

Wildfly.org Website Based on Jekyll

Getting Started

These instructions will get you a copy of the wildfly.org website up and running on your local machine for development purposes.

Installation

Jekyll static site generator documentation.

  1. Install a full Ruby development environment.

  2. Install Bundler:

     gem install bundler
    
  3. Fork the project repository, then clone your fork:

     git clone git@github.com:YOUR_USER_NAME/wildfly.org.git
    
  4. Change into the project directory:

     cd wildfly.org
    
  5. Use bundler to fetch all required gems in their respective versions:

     bundle install
    
  6. Build the site and make it available on a local server:

     bundle exec jekyll serve
    
  7. Now browse to http://localhost:4000

If you encounter any unexpected errors during the above, please refer to the troubleshooting page or the requirements page, as you might be missing development headers or other prerequisites.

For more regarding the use of Jekyll, please refer to the Jekyll Step by Step Tutorial.

Writing a News post

To write a News post:

  • If you are a new author, create an author entry in _data/authors.yaml
  • Create an news entry under _posts
    • The file name is yyyy-mm-dd-slug.adoc
  • All news posts should be written in AsciiDoc format.
  • Create a pull request against the master branch.

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Important: the guides are maintained in the wildfly.github.io repository and pull requests should be submitted there: https://github.com/wildfly/wildfly.github.io

License

This website is licensed under the Creative Commons Attribution 3.0.

About

Wildfly Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.5%
  • SCSS 38.4%
  • JavaScript 3.5%
  • Ruby 1.6%