https://github.com/progamesigner/progamesigner.com
https://progamesigner.com
https://github.com/progamesigner/progamesigner.com
hugo netlify web webpack website
Last synced: 2 months ago
JSON representation
https://progamesigner.com
- Host: GitHub
- URL: https://github.com/progamesigner/progamesigner.com
- Owner: progamesigner
- License: mit
- Created: 2017-11-01T04:58:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-02T02:18:26.000Z (3 months ago)
- Last Synced: 2026-04-02T15:18:04.546Z (3 months ago)
- Topics: hugo, netlify, web, webpack, website
- Language: HTML
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# progamesigner.com
[](https://app.netlify.com/sites/progamesigner/deploys)
The website source code for progamesigner.com.
## Getting Started
### Prerequisites
Website built with [Hugo](http://gohugo.io/) and styles are bundled via webpack.
```
npm install # install required Node modules including webpack
```
### Start local server
```
npm run build:watch
npm run hugo:watch
```
## Deployment
Website is hosted by [Netlify](https://www.netlify.com/).
In deployment, all files generated by following:
```
npm run build
hugo
```
## Built With
* [Bulma](http://bulma.io/)
* [cssnano](https://cssnano.co/)
* [Hugo](http://gohugo.io/)
* [Netlify](https://www.netlify.com/)
* [PostCSS](https://postcss.org/)
* [Purgecss](https://www.purgecss.com/)
* [SASS](http://sass-lang.com/)
* [webpack](https://webpack.js.org/)