Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yktoo/yktoo.com
Source code of yktoo.com
https://github.com/yktoo/yktoo.com
blog hugo netherlands static-website yktoo
Last synced: 2 months ago
JSON representation
Source code of yktoo.com
- Host: GitHub
- URL: https://github.com/yktoo/yktoo.com
- Owner: yktoo
- License: other
- Created: 2019-07-30T13:49:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T16:51:43.000Z (5 months ago)
- Last Synced: 2024-10-25T09:21:45.039Z (4 months ago)
- Topics: blog, hugo, netherlands, static-website, yktoo
- Language: HTML
- Homepage: https://yktoo.com/
- Size: 14.8 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://github.com/yktoo/yktoo.com/actions/workflows/build.yml/badge.svg)](https://github.com/yktoo/yktoo.com/actions/workflows/build.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/1f301b2b-dac6-4567-9e52-c2abb008bbe2/deploy-status)](https://app.netlify.com/sites/yktoo/deploys)# yktoo.com
This repository contains the code that runs [yktoo.com](https://yktoo.com/).
## Requirements
* Node.js 20.x+
* Hugo 0.134+## Build
* `npm install`
* `npm run build` in development mode, or `npm run build:prod` in production mode## Run a live server
* `npm start`
* Navigate to [localhost:1313](http://localhost:1313/)## Configuration
### Environment
The following environments are configured for this website:
* `development` — it disables inserting Google Analytics script into the generated HTML pages. Used when you run `npm start` or `npm build`.
* `production` — used when running `npm run build:prod`