KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
blog
★ 13
Open GitHub ↗
Blog for Modern C++ DevOps
Download README (.md)
Explore Similar Repositories
HackBot
:
An AIO Discord Bot with osint and more commands.
M5Stickc-ESP32-Marauder-Plus2
:
Marauder beta version for M5Stickc Plus2
An-oil-and-gas-well-production-prediction-model-based-on-TCN-and-weight-predictor
:
整个项目的目标是基于TCN和加权预测器来对油气井产量进行时间序列的预测。
Comfyui-Qwen-Prompt
:
qwen llama.cpp prompt
plugin-samples
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
blog
?
Download (.md)
# Website This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. ### Installation ``` $ yarn ``` ### Local Development ``` $ yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ### Build ``` $ yarn build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. ### Deployment Using SSH: ``` $ USE_SSH=true yarn deploy ``` Not using SSH: ``` $ GIT_USER=<Your GitHub username> yarn deploy ``` If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.