Skip to content

dvtailor/dvtailor.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My academic webpage

Remember to change permissions of GITHUB_TOKEN; see here.

Instructions to setup and run locally

  • Follow the instructions here to install required tools (Node.js and yarn).
  • Run corepack enable to add yarn binary to PATH
  • Run yarn global add vuepress
  • Run export NODE_OPTIONS=--openssl-legacy-provider to fix an error after running yarn dev
  • Run yarn followed by yarn dev

May prefer to build static site locally (observed different behaviour to development mode above); this can be done as follows:

yarn clean
yarn build
http-server dist/

http-server needs to be installed using npm.

Acknowledgements

About

Academic website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published