Vercel Website Link: https://divyasharma.vercel.app/
The static Zola website can be found at the Project Website
Video Demo: Link
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).
- Starting Page
- About me
- Education
- Skills
- Projects
- Work Experience
- Clone the repository
git clone https://gitlab.com/DivyaSharma0795/ds655_ids721_miniproject01.git
cd ds655_ids721_miniproject01
-
Install Zola Follow the official Zola installation guide.
-
Run the development server:
zola serve
-
Visit http://127.0.0.1:1111/ in your web browser to preview and edit the site locally.
-
Update the
config.toml
file with your personal information -
Add or modify content in the
content
directory to reflect your profile details -
Customize the theme and styles as needed. Explore the Hephaestus theme documentation for customization options and theme-specific features.
-
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
Thanks to Bryant Conquest for the useful template
The website content is licenced by CC BY-NC-SA 4.0 Deed