Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.
/ website Public archive

source code of my website seyahdoo.com

Notifications You must be signed in to change notification settings

seyahdoo/website

Repository files navigation

seyahdoo.com website (moved to gitlab)

How to test locally

Install Choco

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Install Hugo

choco install hugo-extended

Run Local

hugo serve