Skip to content

nanai10a/n7i.dev

Repository files navigation

n7i.dev

nanai's main website.

how to use

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.

what's replace.sh ?

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).

roadmap

  • v0.9
  • v0.8
    • add breadcrumbs
  • v0.7
    • change layout of pages
      • / : /about & /skill & /contact
      • /gallery : /gallery
      • /blog : integrated to b.n7i.dev
      • /hobby : /hobby integrated to h.n7i.dev
      • /site : /link
  • v0.6
    • implements menubar from / page
  • v0.5
  • v0.4
    • styling <a />
  • v0.3
    • refactor codes
  • v0.2
    • make actions
      • ci
        • check
      • cd
        • deploy
  • 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