Skip to content

🕹️ Source code for my itch.io profile page's content & its custom (S)CSS. Live at https://nnda.itch.io

License

Notifications You must be signed in to change notification settings

nndda/itchio-profile

Repository files navigation

nnda .itch.io

Source code for my itch.io profile page. Main stylesheet—styles.scss, Profile content—content.html.


Page theme settings

Theme setting Value
Color BG

#15141B

Text

#E7E9E8

Link

#EAEAEA

Text Font

Zen Kaku Gothic New

Size

96

Images Size

Full width

My Projects Layout

Grid

B. Radius

0

Collections Layout

List

Installation

Require Node.js >23.5.

  1. Fork this repository.

  2. Install the dependencies.

npm install
  1. Edit build.js.

    • Update version constant to whatever version you want.
    • Update githubRepo constant to the forked GitHub repository path, i.e. nndda/itchio-profile
  2. Modify the styles.scss and/or the content.html to your liking.

  3. Build the CSS.

npm run build
  1. Commit and push the changes. Most importantly, stuff under dist/.

  2. Create a new release. Make sure the release's name and the tag's name matched the version constant defined in build.js.

  3. Copy-paste the CSS from dist/styles.css to the profile page's theme editor. And the HTML from content.html to your profile page's content.

License

MIT licensed :)