shunk031 / shunk031.github.io

πŸ‘¨πŸ»β€πŸ’» Personal page https://shunk031.me/

Home Page:https://shunk031.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My website

Actions Status

Hugo Academic + GitHub Pages based on Starter Hugo Academic.

Website Thumbnail

Running locally

  • Install hugo to build page

MacOS

brew install hugo

Check contents

make run

Update hugo modules

make update

Create a content

Create a post

make post name="my-post-article"

Create a post for some news

make news name="my-news"

Creat a talk/event page

make event name="my-talk"

Create a publication page

make publication name="author20xxconf"
  • Create for thumbnail image.
$ convert paper.pdf[0] -resize 640x640^ -crop 640x480+0+0 -alpha remove featured.png

Generate OGP image for the publication

$ ./scripts/generate_ogp_image_for_publication.sh kitada20XXconf

# Load fonts from "assets/fonts/"
# Load template from "assets/ogp/tcardgen-template.png" directory
# Success to generate twitter card into content/publication/kitada20XXconf/featured.png

Available Icons

License

The code and styles are licensed under the MIT license. See project license. Obviously you should not use the content of this demo repo in your own resume. πŸ˜‰

Disclaimer: Use of Homer J. Simpson image and name used under Fair Use for educational purposes. Project license does not apply to use of this material.

About

πŸ‘¨πŸ»β€πŸ’» Personal page https://shunk031.me/

https://shunk031.me/

License:MIT License


Languages

Language:Shell 44.0%Language:HTML 40.1%Language:Makefile 13.1%Language:SCSS 2.9%