# hexo-theme-light **Repository Path**: mirrors_binux/hexo-theme-light ## Basic Information - **Project Name**: hexo-theme-light - **Description**: Default theme for Hexo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-29 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Light A simple theme for [Hexo]. ## Install Execute the following command and modify `theme` in `_config.yml` to `light`. ``` git clone --depth 1 https://github.com/hexojs/hexo-theme-light themes/light ``` ``` diff _config.yml - theme: some-theme + theme: light ``` ## Update Execute the following command to update Light. ``` cd themes/light git pull ``` ## Config Default config: ``` yaml menu: Home: / Archives: /archives widgets: - search - category - tag - twitter excerpt_link: Read More twitter: username: show_replies: false tweet_count: 5 addthis: enable: true pubid: facebook: true twitter: true google: true pinterest: true fancybox: true google_analytics: rss: ``` - **menu** - Main navigation menu - **widget** - Widgets displaying in sidebar - **excerpt_link** - "Read More" link text at the bottom of excerpted articles - **twitter** - Twitter widget config - **username** - Twitter username - **show_replies** - Enable displaying replies - **tweet_count** - Tweets display in widget - **addthis** - Share buttons at the bottom of articles (Powered by [AddThis]) - **enable** - Enable share buttons - **pubid** - Profile ID of [AddThis] - **facebook** - Enable Facebook button - **twitter** - Enable Twitter button - **google** - Enable Google+ button - **pinterest** - Enable Pinterest button - **fancybox** - Enable [Fancybox] - **google_analytics** - Google Analytics ID - **rss** - RSS subscription link (change if using Feedburner) ## Features ### Gallery Post ![Gallery Post](https://raw.githubusercontent.com/hexojs/hexo-theme-light/site/source/screenshots/gallery-post.gif) ``` --- layout: photo title: Gallery Post photos: - https://i.postimg.cc/c49xRqRP/1.jpg - https://i.postimg.cc/288jLjZ4/2.jpg - https://i.postimg.cc/T2cYP5pd/3.jpg --- ``` ### Link Post ![Link Post](https://raw.githubusercontent.com/hexojs/hexo-theme-light/site/source/screenshots/link-post.gif) ``` --- layout: link title: Link Post link: http://www.google.com/ --- ``` ### Tweet Widget ![Tweet Widget](https://raw.githubusercontent.com/hexojs/hexo-theme-light/site/source/screenshots/tweet-widget.gif) ### Fancybox ![Fancybox](https://raw.githubusercontent.com/hexojs/hexo-theme-light/site/source/screenshots/fancybox.gif) [Hexo]: http://zespia.tw/hexo/ [AddThis]: https://www.addthis.com [Fancybox]: http://fancyapps.com/fancybox/