# hillpy.com **Repository Path**: shinn_lancelot/hillpy.com ## Basic Information - **Project Name**: hillpy.com - **Description**: My personal website. 我的个人站点。 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: https://hillpy.com - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-05-01 - **Last Updated**: 2025-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## hillpy.com [![Netlify Status](https://api.netlify.com/api/v1/badges/9bb51ae0-8af9-481c-8e65-33715654d737/deploy-status)](https://app.netlify.com/sites/hillpy/deploys) > My personal website. 我的个人站点。 ### Install Submodule ```shell $ git submodule update --init --recursive ``` ### Create Blog ```shell $ hugo new blog/first.md ``` ### Run ```shell $ hugo server --theme=pulp --buildDrafts ``` ### Build ``` $ hugo --theme=pulp --baseUrl="https://hillpy.com" ```