Skip to content

ok/grithofmann-website

Repository files navigation

grithofmann.net website

Site Setup

This site is using Contentful as CMS and Eleventy for SSR.

  • script/contentful.js exports the data into _data, bundled by the categories in the CF collections
  • _data/.js provide processed global data to 11ty from cf-.json
  • _includes contains partials and layouts
  • postcss purges CSS from /css/index.css to /dist/css/main.min.css
    • set NODE_ENV to "production" to build + integrate main.min.css

Getting Started

  • npm run build to integrate CMS content and render pages.
  • npm run start run build and start live server
  • npm run debug to run 11ty with debug output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published