a simple homepage (or template) located at
Go to file
Naoki Rinmous 999af54228
fix typo 🌚
2018-01-16 04:15:24 +08:00
assets fix #2: switch to npm from bower 2018-01-16 03:33:16 +08:00
.gitignore update .gitignore 2016-10-25 12:20:43 +08:00
bower.json update 2017-06-21 19:15:14 +08:00
gulpfile.js fix #3: missing font files in assets 2018-01-16 03:36:06 +08:00
index.html update 2017-06-21 19:15:14 +08:00
LICENSE update 2017-06-21 19:15:14 +08:00
package.json add build shortcut in package.json 2018-01-16 03:50:12 +08:00
README.md fix typo 🌚 2018-01-16 04:15:24 +08:00

~/amphineko

This repository is a development copy of my homepage (https://futa.moe/amphineko/), which can be used as a template.

Text contents are mainly located at index.html. To replace the texts and the picture (amphineko.png), can be easily done by editing this file.

For furthermore modification, including color settings and layouts, check SASS files in assets/stylesheets. Don't forget gulp-ing to rebuild SASS files and reflect your modification.

build

To build this repository, run these following commands:

npm install .
npm run build

You may check your NODE_ENV before executing npm install . to ensure devDependencies are installed.

install might be pretty hard for Windows users who have poor connections to GitHub (for some well-known reasons), while npm is trying to fetch node-sass-binaries on GitHub.