This is the website for Hackboat 2025 - an infosec unconference on the high seas. Join us for a one-day pirate-themed infosec unconference on a boat in Portland, OR on June 6th, 2025.
Before you begin, ensure you have the following installed:
-
Clone this repository to your local machine
git clone <repository-url> cd hackboat2025
-
Install the required gems
bundle install
To start the site locally:
bundle exec jekyll serve
This will start a local server, typically at http://localhost:4000
. You can view the site by opening this URL in your web browser.
If you want to see draft posts and make the server watch for changes:
bundle exec jekyll serve --drafts --livereload
_config.yml
: Configuration settings for the Jekyll site_posts/
: Blog posts in Markdown format_layouts/
: HTML templates for different page types_includes/
: Reusable HTML components_sass/
: SCSS stylesheetsassets/
: Static files like images, CSS, and JavaScriptindex.markdown
: The main landing page
- Date: June 6th, 2025
- Location: 110 SE Caruthers St, Portland, Oregon, 97214 (by OMSI)
- Contact: hackboat@bsidespdx.org or (503) 560 3551
- Twitter: @hackboatpdx
After making changes to the site:
- Test your changes locally using the instructions above
- Commit your changes to the repository
- Push to the main branch (or create a pull request)
This site is built with Jekyll, which generates static HTML files. The deployment process will depend on your hosting provider.
For more information on using Jekyll, refer to the Jekyll documentation.