Skip to content

hxhkim/hxhkim.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hahyun's Blog

WELCOME TO HAHYUN'S BLOG

View at:


DEV

git clone ...

DEPLOY

github pages

$ git add .
$ git commit -m "..."
$ git push

firebase

$ firebase login
$ firebase init
$ firebase deploy

fly.io

# Linux
$ curl -L https://fly.io/install.sh | sh
$ tail  -n 3  ~/.zshrc # use your shell
# fly.io
export FLYCTL_INSTALL="/home/user1/.fly" # use your username
export PATH="$FLYCTL_INSTALL/bin:$PATH"
  • login and launch
$ fly auth login
$ flyctl auth login
$ flyctl launch
$ cat Dockerfile
FROM httpd:2.4
COPY . /usr/local/apache2/htdocs/
$ tail -n 13  fly.toml
app = "hxhkim" # your app name
primary_region = "nrt" # Tokyo, Japan (nrt)

[build]
  dockerfile = "Dockerfile"

[http_service]
  internal_port = 80
  force_https = true
  auto_stop_machines = true
  auto_start_machines = true
  min_machines_running = 3
  processes = ["app"]
  • deploy
$ fly deploy

DESIGN LICENSE

Phantom by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

This is Phantom, a simple design built around a grid of large, colorful, semi-interactive image tiles (of which you can have as many or as few as you like). Makes use of some SVG and animation techniques I've been experimenting with on that other project of mine you may have heard about (https://carrd.co), and includes a handy generic page for whatever.

Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images you can use for pretty much whatever.

(* = not included)

AJ aj@lkn.io | @ajlkn

Credits:

    Demo Images:
            Unsplash (unsplash.com)

    Icons:
            Font Awesome (fontawesome.io)

    Other:
            jQuery (jquery.com)
            Responsive Tools (github.com/ajlkn/responsive-tools)%