Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
/ s.ho9.me-jekyll Public archive

Short link generator for ho9.me domain using Github Actions.

License

Notifications You must be signed in to change notification settings

ShapeLayer/s.ho9.me-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained.
Current version of s.ho9.me is here.


s.ho9.me

Short link generator for ho9.me domain using Github Actions.

workflows

When pushing a new commit that changes links.json, Python script (app.py) will generate a new Jekyll post redirecting the target link.

Getting Started

Clone this repository and modify links.json. Then turn on Github Pages.

[
  {
    "filename": "filename to be set in the build result",
    "title": "title",
    "date": "`YYYY-MM-DD hh:mm:ss +timezone` or `default`. `default` will be changed to 0000-00-00",
    "template": "template .md file name that in the templates folder (default)",
    "target": "link to redirect",
    "permalink": "link to serve",
    "description": "description meta tag content"
  },
  ...
]

If above task is done, ghpages will serve (domain)/(permalink). (ex. https://s.ho9.me/jnu)

About

Short link generator for ho9.me domain using Github Actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages