Personal website 2019-2020. Built with Middleman, TailwindCSS, Slim, webpack, and DatoCMS
The personal site of R. Allan White is built using DatoCMS, Middleman, Webpack, TailwindCSS, and Netlify. The project initially served as a way for R. Allan White to showcase his work and capabilities during a job search in 2019. As he transitioned into a consultant and subject-matter expert in 2020, he decided to add a blog and other resources to the site. The choice to use Middleman as the static-site generator was influenced by White’s familiarity with the tool and its efficient features. The site also makes use of Slim templating, DatoCMS for content management, Imgix for media handling, and TailwindCSS for easy presentation layer design.
bundle install to install the necessary Ruby dependencies.yarn build|start is required to build or start the project.To install the theme, follow these steps:
bundle install to install the required Ruby dependencies.yarn to install JavaScript dependencies.yarn build to build the project or yarn start to start the development server.R. Allan White’s personal site serves as a showcase for his work and capabilities. Built using technologies like DatoCMS, Middleman, Webpack, TailwindCSS, and Netlify, the site allows for efficient content management, robust media handling, and easy design customization. The choice to use Middleman as the static-site generator was influenced by its familiarity and efficiency. The installation process involves installing Ruby dependencies using bundle install and JavaScript dependencies using yarn.