All Projects → pinggod → Hexo Theme Apollo

pinggod / Hexo Theme Apollo

Licence: mit
🌅 a concise hexo theme

Programming Languages

SCSS
7915 projects
Pug
443 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hexo Theme Apollo

notoma
Use Notion as your blogging editor, with any static gen blog engine. Notoma converts Notion pages to Markdown files.
Stars: ✭ 40 (-97.77%)
Mutual labels:  hexo, static-site
Awesome Static Hosting And Cms
A collection of awesome static hosting & CMS providers
Stars: ✭ 163 (-90.93%)
Mutual labels:  hexo, static-site
Hexo Theme Minos
A simple and retro styled Hexo theme, concentrated more on your ideas.
Stars: ✭ 642 (-64.27%)
Mutual labels:  hexo, static-site
Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (-90.76%)
Mutual labels:  hexo, static-site
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (-98.89%)
Mutual labels:  hexo, static-site
Hexo Theme Icarus
A simple, delicate, and modern theme for the static site generator Hexo.
Stars: ✭ 5,045 (+180.75%)
Mutual labels:  hexo, static-site
Hexo Theme Hueman
A redesign of Alx's wordpress theme Hueman, ported to Hexo.
Stars: ✭ 1,119 (-37.73%)
Mutual labels:  hexo, static-site
Yinwang
Blog Theme For Hexo
Stars: ✭ 133 (-92.6%)
Mutual labels:  hexo
H12y
The email service for when just "hey.com" isn't enough.
Stars: ✭ 139 (-92.26%)
Mutual labels:  static-site
Fe Blog Repository
♻️ 🚀我的前端学习笔记仓库✨
Stars: ✭ 133 (-92.6%)
Mutual labels:  hexo
Hugo Theme Next
This is a hugo theme forked from hexo-theme-next
Stars: ✭ 132 (-92.65%)
Mutual labels:  hexo
Nextjs Ts
Opinionated Next JS project boilerplate with TypeScript and Redux
Stars: ✭ 134 (-92.54%)
Mutual labels:  static-site
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-92.26%)
Mutual labels:  static-site
Hexo Theme Vateral
😘hexo单页面主题:Vateral(a theme for hexo)
Stars: ✭ 133 (-92.6%)
Mutual labels:  hexo
Scar
Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.
Stars: ✭ 1,715 (-4.56%)
Mutual labels:  static-site
Hexo Theme Zhaoo
🐳 A simple theme for Hexo
Stars: ✭ 131 (-92.71%)
Mutual labels:  hexo
Hexo Cli
Command line interface for Hexo
Stars: ✭ 141 (-92.15%)
Mutual labels:  hexo
Hexo Theme Anodyne
🌋 Original Bright Theme for Hexo
Stars: ✭ 140 (-92.21%)
Mutual labels:  hexo
Nice Knowledge System
📚不积跬步无以至千里,每天进步一点点,Passion,Self-regulation,Love and Share
Stars: ✭ 137 (-92.38%)
Mutual labels:  hexo
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-92.54%)
Mutual labels:  static-site

hexo-theme-apollo

文档

贡献

通过 Fork 该项目,自由发挥自己的创造性想法可能更适合你。

安装

hexo init Blog 
cd Blog 
npm install
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
git clone https://github.com/pinggod/hexo-theme-apollo.git themes/apollo

启用

修改 _config.ymltheme 配置项为 apollo:

theme: apollo

# 在归档页面显示所有文章
# 需要上面安装的 hexo-generator-archive 插件支持
archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

更新

cd themes/apollo 
git pull

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].