Skip to content

olumentary/olumentary-web-jekyll

Repository files navigation

olumentary

olumentary.com is built using Jekyll and Tailwind. You can refer to the Getting started section to get a local testing environment up and running.

📝 Note
gh-pages is the primary branch to host the site.

⚙️ Requirements

This site uses the following packages.

🚀 Getting Started

  • Install the prerequisites
  • Run bundle install to install the Ruby gems specified in Gemfile
  • Run yarn install to install the Node packages specified in package.json
  • Run the command bundle exec jekyll serve --livereload to test the site locally
  • Open a new tab and run npx tailwindcss -i ./assets/css/style.css -o ./assets/css/output.css --watch in the root of the repo to build CSS
  • Visit http://127.0.0.1:4000/ to view the site
📝 Note
The site is automatically built on pushing the changes to the repository.