Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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".