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

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

Awesome Lists containing this project

README

          

# progamesigner.com

[![Netlify Status](https://api.netlify.com/api/v1/badges/30741c51-84bd-4e8d-a85f-8b2bf455bf62/deploy-status)](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/)