Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curtiscde/nixxi-timson
Nicola Timson Portfolio Website
https://github.com/curtiscde/nixxi-timson
hugo portfolio-website
Last synced: about 1 month ago
JSON representation
Nicola Timson Portfolio Website
- Host: GitHub
- URL: https://github.com/curtiscde/nixxi-timson
- Owner: curtiscde
- Created: 2017-09-08T09:08:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T19:22:11.000Z (10 months ago)
- Last Synced: 2024-04-15T07:23:31.455Z (9 months ago)
- Topics: hugo, portfolio-website
- Language: JavaScript
- Homepage: https://nicolatimson.co.uk
- Size: 75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nicola Timson Portfolio Website
## Development Prerequisites
```
$ npm i
$ gulp copy-hugo-theme
$ hugo server
```## Deployment Steps
```
$ hugo --config config-prod.toml
$ gulp deploy
```