https://github.com/chengluyu/blog-public
https://github.com/chengluyu/blog-public
blog gatsby gatsby-site gatsby-template gatsbyjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chengluyu/blog-public
- Owner: chengluyu
- Created: 2020-12-19T13:50:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T14:14:01.000Z (over 4 years ago)
- Last Synced: 2025-03-18T10:51:39.226Z (3 months ago)
- Topics: blog, gatsby, gatsby-site, gatsby-template, gatsbyjs
- Language: JavaScript
- Homepage: https://luyu.blog
- Size: 1.3 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luyu's Blog
This is my Gatsby-powered personal website where I post my thoughts, experience and reviews. You can view demos at [luyu.blog](https://luyu.blog) (recommended) ~~, and [cly.wtf](https://cly.wtf) (also accessible but deprecated)~~.
## Getting Started
1. Install [Node.js][nodejs] and [Yarn][yarn] on your computer.
2. Clone this repository into some location.
3. `cd` into that location, and run `yarn`. This will install all dependencies.
* If you are suffering from instable network connections, please use a proxy or NPM mirrors nearby.
* If Yarn cannot build some packages successfully. Make sure you have installed required build toolchains on your computer.
4. Run `yarn start` and wait a second. The website is accessible at [localhost:8000][preview].[nodejs]: https://nodejs.org/
[yarn]: https://classic.yarnpkg.com/en/docs/install
[preview]: http://localhost:8000## License
Undecided yet.