# HexoIndex **Repository Path**: bsp0911932/hexo-index ## Basic Information - **Project Name**: HexoIndex - **Description**: Personal usage, please don't share and contribute - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-12 - **Last Updated**: 2023-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HexoIndex Run the following commands before deploying: ```bash # you may need add a sudo at the start to elevate the permission npm install -g hexo-cli npm ci # install the theme (this step is currently not necessary anymore.) # git clone git@github.com:hydraxman/hexo-theme-yilia.git themes/yilia ``` To create a new blog with asset support: ```bash hexo new the-name-of-the-blog ``` Start hexo server: ```bash hexo server ``` Publish hexo content: ```bash hexo clean hexo deploy ``` Add read more in the blog, at any position, put down: ```html ``` # References - [How to use Hexo and deploy to GitHub Pages](https://gist.github.com/btfak/18938572f5df000ebe06fbd1872e4e39) - [Hexo official document](https://hexo.io/zh-cn/docs/) - The [front-matter](https://hexo.io/zh-cn/docs/front-matter) - [icarus theme usage guide](http://ppoffice.github.io/hexo-theme-icarus/Plugins/Share/icarus-user-guide-share-buttons/) - [icarus example](https://github.com/ppoffice/hexo-theme-icarus/tree/site) Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). ## Quick Start ### Create a new post ``` bash $ hexo new "My New Post" ``` More info: [Writing](https://hexo.io/docs/writing.html) ### Run server ``` bash $ hexo server ``` More info: [Server](https://hexo.io/docs/server.html) ### Generate static files ``` bash $ hexo generate ``` More info: [Generating](https://hexo.io/docs/generating.html) ### Deploy to remote sites ``` bash $ hexo deploy ``` More info: [Deployment](https://hexo.io/docs/one-command-deployment.html) # TODO list - Format all the history blogs. Correct links. - Remove the icarus links. - Add more blogs about learning/Google IO/My sharing in Microsoft/Management thinking... - Build my persona. - Define collaboration model. - About me.