https://github.com/vst/www.thenegation.com
vst's Personal Website
https://github.com/vst/www.thenegation.com
website
Last synced: 5 months ago
JSON representation
vst's Personal Website
- Host: GitHub
- URL: https://github.com/vst/www.thenegation.com
- Owner: vst
- License: cc-by-sa-4.0
- Created: 2012-03-26T03:00:03.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-11-06T05:10:02.000Z (8 months ago)
- Last Synced: 2026-01-30T08:40:56.575Z (5 months ago)
- Topics: website
- Language: HTML
- Homepage: https://www.thenegation.com
- Size: 2.29 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# My Personal Website
This Website is built using [Hugo] and [Tailwind]. The Website _should_ be live
on .
## Development
Enter the Nix shell provisioned in the repository:
```sh
nix develop
```
For [direnv] integration, first create a `.envrc` file in the root of the
repository with the following content:
```sh
echo "use flake" > .envrc
```
... and then allow it:
```sh
direnv allow
```
Install Node dependencies:
```sh
npm install
```
Run the Website in development mode:
```sh
npm run dev
```
Format the codebase:
```sh
npm run format
```
Check and build the codebase:
```sh
npm run check
```
Build the Website in production mode:
```sh
npm run build
```
## License and Copyrights
This Website, its content and source code by Vehbi Sinan Tunalioglu are licensed
under [CC BY-SA 4.0] unless otherwise noted.
[Hugo]: https://gohugo.io
[Tailwind]: https://tailwindcss.com
[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0