Example portfolio built with Jekyll and DatoCMS
The Jekyll Portfolio Website is a deprecated project that showcases a static website created using Jekyll and integrated with content from DatoCMS. The goal of the project is to demonstrate the ease of creating static sites using content stored on DatoCMS. The website fetches data from a specific administrative area using the DatoCMS API.
yarn install
yarn start
yarn build
The Jekyll Portfolio Website is a static website created with Jekyll and integrated with content from DatoCMS. The project showcases how easily static sites can be created using content stored on DatoCMS. It utilizes Yarn as a package manager, Webpack for asset compilation and bundling, and the dato gem for integration with DatoCMS. The conversion of DatoCMS content into local Markdown files is performed using the dato.config.js mapping file.