secubox-openwrt/package/secubox/secubox-app-hexojs/files/usr/share/hexojs/presets/minimal.yml
CyberMind-FR a4970edc6f feat(hexojs): Add Hexo CMS packages for OpenWrt
- secubox-app-hexojs: LXC-containerized Hexo service with Node.js
  - hexoctl control script for container/site management
  - Bundled CyberMind theme with dark/light mode
  - Theme presets (minimal, tech, portfolio)
  - Post/page scaffolds

- luci-app-hexojs: Full CMS dashboard
  - Overview with stats and quick actions
  - Post editor with Markdown toolbar and preview
  - Media library browser
  - Categories and tags management
  - Apps portfolio for CyberMind theme
  - Build and deploy to GitHub Pages
  - GitHub Sync wizard (clone, pull, push)
  - Theme configuration and presets
  - Site settings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 18:58:57 +01:00

46 lines
722 B
YAML

# Minimal Blog Preset
# Clean, simple blog with essential features
name: Minimal Blog
description: Clean and simple blog layout
icon: book
theme:
default_mode: light
allow_toggle: true
accent_color: "#3b82f6"
branding:
logo_symbol: ">"
logo_text: "Blog_"
tagline: "Simple thoughts"
menu:
Home: /
Archive: /archives/
About: /about/
sections:
hero: true
services: false
apps: false
portfolio: false
articles: true
categories: false
youtube: false
about: true
limits:
posts: 10
categories: 0
tags: 0
hero:
badge: "Blog"
title: "My<br><span class='highlight'>Blog</span>"
subtitle: "Thoughts and ideas"
cta:
- text: "Read"
url: "#articles"
style: primary