refactor: add copyright info in CSS and JS

This commit is contained in:
Jimmy Cai 2020-09-09 16:28:38 +02:00
parent 7e701c0239
commit 98804e578d
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/*!
* Hugo Theme Stack
*
* @author: Jimmy Cai
* @website: https://jimmycai.com
* @link: https://github.com/CaiJimmy/hugo-theme-stack
*/
@import "breakpoints.scss";
@import "variables.scss";

View File

@ -1,3 +1,11 @@
/*!
* Hugo Theme Stack
*
* @author: Jimmy Cai
* @website: https://jimmycai.com
* @link: https://github.com/CaiJimmy/hugo-theme-stack
*/
import { createGallery } from "./gallery"
import { getColor } from './color';
import menu from './menu';