My personal website and blog.
This project adheres to a code of conduct. By participating in this project and its community, you are expected to uphold this code.
Clone this repository, then cd
into the website
directory, install the
dependencies, and run the local development web server:
git clone https://github.com/ramsey/website website
cd website
composer install
# Be sure the Symfony CLI is installed: https://symfony.com/download
symfony server:start
You can then browse to http://localhost:8000.
Contributions are welcome! To contribute, please familiarize yourself with CONTRIBUTING.md.
Keeping user information safe and secure is a top priority, and we welcome the contribution of external security researchers. If you believe you've found a security issue in software that is maintained in this repository, please read SECURITY.md for instructions on submitting a vulnerability report.
Except where otherwise noted, all content, excluding code examples, on this website is Copyright © Ben Ramsey and is licensed under a Creative Commons Attribution-ShareAlike 4.0 International license. Please see COPYING.content for more information.
Code examples within the content of this website, unless indicated otherwise, are marked with CC0 1.0 Universal (CC0-1.0) and dedicated to the public domain. To the extent possible under law, Ben Ramsey has waived all copyright and related or neighboring rights to the code examples appearing within the content of this website. Please see COPYING.examples for more information.
Except where otherwise noted, all source code for this website is Copyright © Ben Ramsey and contributors and is licensed for use under the terms of the GNU Affero General Public License (AGPL-3.0-or-later) as published by the Free Software Foundation. Please see COPYING and NOTICE for more information.