changed from hexo to custom react stuff #1

Merged
developomp merged 73 commits from dev into master 2021-06-27 14:37:56 +09:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 255d3939e3 - Show all commits

View file

@ -1,4 +1,4 @@
/** generator.ts /**
* It reads markdown files and write its content and metadata to a json file that can be used by React. * It reads markdown files and write its content and metadata to a json file that can be used by React.
* - Files and directories names starting with a underscore (_ <- this thing), will be ignored * - Files and directories names starting with a underscore (_ <- this thing), will be ignored
* - Symbolic links are also be ignored as of the moment * - Symbolic links are also be ignored as of the moment

View file

@ -1,5 +1,5 @@
/** Spinner.tsx /**
* https://github.com/dmitrymorozoff/react-spinners-kit/tree/master/src/components/whisper * inspired by https://github.com/dmitrymorozoff/react-spinners-kit/tree/master/src/components/whisper
*/ */
import styled, { keyframes } from "styled-components" import styled, { keyframes } from "styled-components"