Skip to content

pixelnest/pixelnest.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

774d91c · Feb 28, 2025
Feb 28, 2025
Nov 29, 2016
Feb 14, 2025
May 12, 2024
May 12, 2024
Dec 23, 2017
Nov 26, 2018
Jun 9, 2016
Jan 15, 2019
May 12, 2024
Feb 14, 2025
May 12, 2024
Jun 21, 2016
Jun 16, 2016
Mar 3, 2016
Mar 20, 2017
May 7, 2018
May 12, 2024
May 12, 2024
Mar 18, 2017
May 7, 2018
Nov 21, 2024
Feb 23, 2017
May 12, 2024
May 7, 2018
Feb 19, 2018
Mar 18, 2017
Jan 22, 2019

Repository files navigation

Pixelnest Studio

We craft games and apps.

pixelnest.io

Publish a post

Create a new file in the _posts folder, and use a correct filename (YYYY-MM-DD-name-of-slug.md). Commit, push. That's all.

You can also use the online admin. Go to the admin.

Update or create a page

Create the page. Commit, push. That's all.

Update JS and CSS

Add some changes. When it's done, run:

yarn build

You will likely see some diff for bundle.css, bundle.css.map, bundle.js, bundle.js.map.

Commit those and push.

NB: this is a manual process because of the current build pipeline with Webpack. When you change the styles and scripts, you need to publish the modifications yourself. Indeed, the assets are not handled by Jekyll, so a Github Pages rebuild will not affect them.

Update the presskit

Run:

yarn run presskit

It will update the presskit to its latest version. Warning: this script also commits the changes automatically (but only those concerning the presskit, obviously).