Categorygithub.com/opoccomaxao/shiki-github-graph
repositorypackage
0.0.5
Repository: https://github.com/opoccomaxao/shiki-github-graph.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Shiki-github-graph

Change shikimori time graph from standard:

standard

to new:

nwe

Link

link = %host%/user/%name%

Styles

@media screen and (min-width: 1px) {
  .graph {
    display: none !important;
  }
  .activity .title {
    height: 150px;
  }
  .activity {
    overflow: clip;
  }
  .activity .title::after {
    content: url(%link%);
    right: 0px;
    position: absolute;
    display: block;
  }
}

Example

default host: http://shiki.mircloud.host/.

example name: POCCOMAXA.

final link: http://shiki.mircloud.host/user/POCCOMAXA.

final style:

@media screen and (min-width: 1px) {
  .graph {
    display: none !important;
  }
  .activity .title {
    height: 150px;
  }
  .activity {
    overflow: clip;
  }
  .activity .title::after {
    content: url(http://shiki.mircloud.host/user/POCCOMAXA);
    right: 0px;
    position: absolute;
    display: block;
  }
}

Envs

export DB = "name:password@tcp(host:port)/db"
export PORT = "8080"

Build

go build .