nanai's main website.
let's visit: n7i.dev
or if you want to see locally, then:
# prepare: https://deno.land/manual/getting_started/installation
# pre-download dependencies
deno task cache:r
# install required files
deno task install
# build pages
deno task build
# start dev server
deno task serve
... and open localhost:3000 in your browser.
ex:
cargo install ripgrep sd
cat mt3-built.css | ./replace.sh
... then output can copy into scripts/twind.config.ts
.
replace.sh
converts mt3-built.css
as js code.
in feature, this sh is replaced as js.
because it's depending rg
, sd
. they are so good tools, but take a little time (for build, install).
- v0.9
- integrate with umami
- v0.8
- add breadcrumbs
- v0.7
- change layout of pages
-
/
:/about
&/skill
&/contact
-
/gallery
:/gallery
-
/blog
: integrated tob.n7i.dev
-
/hobby
:/hobby
integrated toh.n7i.dev
-
/site
:/link
-
- change layout of pages
- v0.6
- implements menubar from
/
page
- implements menubar from
- v0.5
- migrate node to deno
- initial deno project
- migrate node tasks
- migrate node actions
- replace systems
- migrate node to deno
- v0.4
- styling
<a />
- styling
- v0.3
- refactor codes
- v0.2
- make actions
- ci
- check
- cd
- deploy
- ci
- make actions
- v0.1
- initial implements
- pages
-
/
: navigations -
/about
: simple introduction -
/gallery
: my works -
/skill
: technical skills -
/hobby
: my hobbies -
/contact
: contacts to me -
/link
: link to another my sites
-
- mixins
- html template
- header
- footer
- frequently used coloring
- systems
-
clear
-
build
-
dev
-
- pages
- initial implements