Skip to content

DivyaSharma0795/vercel-hosted-zola-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDS721 Individual Project 01 - Static Website using Zola hosted on Vercel

Job Status

Vercel Website Link: https://divyasharma.vercel.app/

The static Zola website can be found at the Project Website

Video Demo: Link

Description

Creating a static website using Zola - the theme used for this project is hephaestus. The website serves as my personal profile, showcasing basic information, education, work experience, skills, and projects.

The website is hosted on Vercel, a cloud platform for static sites and Serverless Functions. Vercel provides continuous deployment (CD), where every push to the main branch triggers a new deployment of the site. The build command zola build is used to build the site, and the output directory is set to public, where Zola generates the site files.

Vercel is integrated with GitLab, and the site is automatically built and deployed whenever changes are pushed to the GitLab repository. This integration provides a seamless workflow for continuous integration (CI) and continuous deployment (CD).

Visuals

  • Starting Page

1

  • About me

2

  • Education

3

  • Skills

4

  • Projects

5

  • Work Experience

6

Installation

  1. Clone the repository
git clone https://gitlab.com/DivyaSharma0795/ds655_ids721_miniproject01.git
cd ds655_ids721_miniproject01
  1. Install Zola Follow the official Zola installation guide.

  2. Run the development server:

zola serve
  1. Visit http://127.0.0.1:1111/ in your web browser to preview and edit the site locally.

  2. Update the config.toml file with your personal information

  3. Add or modify content in the content directory to reflect your profile details

  4. Customize the theme and styles as needed. Explore the Hephaestus theme documentation for customization options and theme-specific features.

  5. Connecting to Vercel

    • Create an account on Vercel
    • Install the Vercel CLI by running npm install -g vercel
    • Run vercel login to log in to your Vercel account
    • Run vercel to deploy the site to Vercel

Authors and acknowledgment

Thanks to Bryant Conquest for the useful template

License

The website content is licenced by CC BY-NC-SA 4.0 Deed

About

Portfolio hosted on Vercel using Zola

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages