- 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>
46 lines
722 B
YAML
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
|