This project showcases the FedRAMP Cybersecurity Service that hires cloud security engineers for 2 year government terms. The site is built with Zensical, a modern static site generator based on Material for MkDocs.
- Python 3.10 or later
- Zensical (installed via pip)
# Install dependencies
pip install zensical
# Build the site
zensical buildThe site will be generated in the html/ directory.
zensical serveThen open http://localhost:8000 in your browser.
├── markdown/ # Source markdown pages
│ └── index.md # Main landing page
├── overrides/ # Theme customizations
│ ├── main.html # Custom HTML template
│ └── stylesheets/ # Custom CSS
├── html/ # Generated static site
├── zensical.toml # Site configuration
└── README.md # This file
The site is configured in zensical.toml. Key settings include:
- Site metadata: Name, description, author
- Navigation: Menu structure and links
- Theme: Material theme with custom features
- Styling: Custom CSS for typography and layout
- Create a new
.mdfile in themarkdown/directory - Update the navigation in
zensical.toml - Rebuild the site with
zensical build
Custom CSS is in overrides/stylesheets/custom.css. This file customizes typography (Merriweather font) and heading weights.
The generated html/ directory contains the complete static site and can be deployed to any web hosting service (GitHub Pages, AWS S3, etc.).
For questions about the FedRAMP Cybersecurity Service recruiting program, reach out to pete@fedramp.gov