The website is built with Hugo, an open-source static site generator, using a modified Doks theme. It is deployed on Netlify's Content Distribution Network.
As theme we have chosen Doks. Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize.
Nine main reasons why we chose Doks:
-
Security aware. Get A+ scores on Mozilla Observatory out of the box. Easily change the default Security Headers to suit your needs.
-
Fast by default. Get 100 scores on Google Lighthouse by default. Doks removes unused css, prefetches links, and lazy loads images.
-
SEO-ready. Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.
-
Development tools. Code with confidence. Check styles, scripts, and markdown for errors and fix automatically or manually.
-
Bootstrap framework. Build robust, flexible, and intuitive websites with Bootstrap 5. Easily customize your Doks site with the source Sass files.
-
Netlify-ready. Deploy to Netlify with sensible defaults. Easily use Netlify Functions, Netlify Redirects, and Netlify Headers.
-
Full text search. Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking.
-
Page layouts. Build pages with a landing page, blog, or documentation layout. Add custom sections and components to suit your needs.
-
Dark mode. Switch to a low-light UI with the click of a button. Change colors with variables to match your branding.
Doks uses npm to centralize dependency management, making it easy to update resources, build tooling, plugins, and build scripts. It also leverages nvm (Node Version Manager) which allows you to quickly install and use different versions of node via the command line.
- Download and install Node.js (it includes npm) for your platform.
- Download and install Node Version Manager for your platform.
You want to contribute to the Baseline website? Awesome! Get up and running in three steps:
git clone https://github.com/ethereum-oasis-op/baseline-website.git baseline-website && cd baseline-website
nvm use && npm install
npm run start