Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/correct-syntax/correct-syntax.github.io
Source code for my website
https://github.com/correct-syntax/correct-syntax.github.io
hugo personal-website tailwindcss website
Last synced: 5 days ago
JSON representation
Source code for my website
- Host: GitHub
- URL: https://github.com/correct-syntax/correct-syntax.github.io
- Owner: Correct-Syntax
- License: gpl-3.0
- Created: 2021-04-05T03:46:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T21:43:49.000Z (15 days ago)
- Last Synced: 2025-01-14T22:35:09.176Z (15 days ago)
- Topics: hugo, personal-website, tailwindcss, website
- Language: HTML
- Homepage: https://noahrahm.com
- Size: 36 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My personal website
This is my personal website created using Hugo, TailwindCSS, and Alpine.js. You can visit it at [noahrahm.com](https://noahrahm.com).
## First time
- ``cd themes/site-theme``
- ``npm install`` (first time only)## Development
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``## Production
- ``cd themes/site-theme``
- ``npm run build`` to build the production css.- Generate the website with the `hugo` command
## License
Website source code is licensed under the GPL-3.0 license. Content, including images are my own and "all rights reserved".