petrapixel.neocities.org
petrapixel.neocities.org copied to clipboard
My Neocities website!
:ribbon: code for petrapixel.neocities.org ┋ profile ┋ clap for me: :clap: ┋ sign the guestbook: :black_nib:
-
:computer: mostly
.html,.njk,.scss,.js,.json -
:fire: feel free to be inspired, but please don't steal large chunks of code
-
:musical_note: commit messages are lyrics of songs i was listening to while coding
Don't know where to start browsing? Check out these:
- content folder: pages, templates, etc.
- e.g. content/_includes/petrapixel.njk (template) and content/index.html (homepage)
- css/main.scss: css
- js/main.js: javascript
- e.g. js/layout/sidebar.js
- public folder: generated files for upload to neocities (minified)
Wanna play around in my project? You'll need to run these commands:
npm run eleventy: starts the eleventy server so you can look at the website on http://localhost:8080/npm run webpack: starts the webpack watcher so that changes to the CSS and JS are recognized