Overview:
The portfolio website described is a minimal website built using Jekyll, HTML, TailwindCSS, JavaScript, and Ruby. It is generated using github actions and served via the gh-pages branch. The website is designed to showcase a portfolio of work.
Features:
- Built using Jekyll, HTML, TailwindCSS, JavaScript, and Ruby
- Minimalist design
- Github actions for deployment
- Local server for previewing the website
Installation:
To install this portfolio website, please follow these steps:
- Install Ruby and Node.js on your computer.
- Clone the project repository.
- Install the project dependencies.
- Run the local server.
- Preview the website by opening https://localhost:4000 in your browser.
Here are the specific code snippets to help in the installation process:
# Step 1: Install Ruby and Node.js
# Step 2: Clone the project repository
git clone repository_url
# Step 3: Install dependencies
bundle install
npm install
# Step 4: Run local server
bundle exec jekyll serve
# Step 5: Preview website
Open https://localhost:4000 in your browser
Summary:
The portfolio website described is a minimalistic website built using various technologies. It offers a simple and clean design, with an emphasis on showcasing a portfolio of work. The website is generated through github actions and can be previewed locally by running a local server. Overall, this portfolio website could be a great choice for individuals looking for a clean and efficient way to present their work online.