This repository hosts the official website for the PFS-DB Project, utilizing the Forty Jekyll Theme by HTML5 UP. It serves as a central hub for documentation, updates, and resources related to the PFS-DB initiative.
Access the live website here: https://pfs-db.github.io
_posts/– Blog posts and announcements._layouts/– Layout templates for pages and posts._includes/– Reusable components like headers and footers.assets/– Static assets including images, CSS, and JavaScript files._config.yml– Configuration file for Jekyll settings.index.md– The main landing page content.404.md– Custom 404 error page.CONTRIBUTING.md– Guidelines for contributing to the project.LICENSE.md– Licensing information.
To set up the project locally:
-
Clone the repository:
git clone https://github.com/pfs-db/pfs-db.github.io.git cd pfs-db.github.io -
Install dependencies:
Ensure you have Ruby and Bundler installed. Then run:
bash bundle install gem install bundler bundle update
-
Serve the site locally:
bundle exec jekyll serve
Visit http://localhost:4000 in your browser to view the site.
- Site Configuration: Modify
_config.ymlto update site settings like title, description, and social links. - Content Updates: Edit or add markdown files in the
_posts/directory for blog posts or create new pages as needed. - Styling: Customize styles by editing the SCSS files in the
_sass/directory or adding new stylesheets inassets/css/