This is my personal website created using Hugo, TailwindCSS, and Alpine.js. You can visit it at noahrahm.com.
cd themes/site-theme
npm install
(first time only)
To work locally with this project, you'll have to follow the steps below:
- Launch the development server with
hugo server
In another terminal tab:
cd themes/site-theme
npm run dev
-
cd themes/site-theme
-
npm run build
to build the production css. -
Generate the website with the
hugo
command
Website source code is licensed under the GPL-3.0 license. Content, including images are my own and "all rights reserved".