All Projects → imhan0cn → hexo-theme-simple99

imhan0cn / hexo-theme-simple99

Licence: MIT license
A minimalist theme developed based on hexo, welcome to use!基于hexo开发的双栏式简约风主题,欢迎使用!已适配 twikoo 静态评论系统。

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
EJS
674 projects

Projects that are alternatives of or similar to hexo-theme-simple99

Lap
a hexo theme
Stars: ✭ 18 (+12.5%)
Mutual labels:  hexo, hexo-theme
Hexo-Theme-MengD
A simple, lightweight Hexo theme(支持:pjax、discuss、twikoo、waline、valine评论)
Stars: ✭ 69 (+331.25%)
Mutual labels:  hexo, hexo-theme
hexo-theme-mip
Hexo MIP 模板
Stars: ✭ 15 (-6.25%)
Mutual labels:  hexo, hexo-theme
hexo-theme-concise
A beautiful and simple theme for hexo
Stars: ✭ 18 (+12.5%)
Mutual labels:  hexo, hexo-theme
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (+212.5%)
Mutual labels:  hexo, hexo-theme
hexo-theme-quark
a simple hexo theme https://pcrab.xyz
Stars: ✭ 34 (+112.5%)
Mutual labels:  hexo, hexo-theme
hexo-theme-wind
A Simple Hexo Theme.
Stars: ✭ 20 (+25%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+23025%)
Mutual labels:  hexo, hexo-theme
hexo-theme-minima
An undoubtedly simple and lightweight dark/light theme for Hexo.js
Stars: ✭ 161 (+906.25%)
Mutual labels:  hexo, hexo-theme
hexo-theme-miracle
🎉 A clean and lightweight single-column theme for Hexo.
Stars: ✭ 50 (+212.5%)
Mutual labels:  hexo, hexo-theme
hexo-theme-amber
🎉 A bootstrap blog theme for hexo
Stars: ✭ 47 (+193.75%)
Mutual labels:  hexo, hexo-theme
community
Volantis Community 社区主页 https://vlts.cc https://volantis.js.org
Stars: ✭ 85 (+431.25%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Geek
一个符合极客精神主义极简的 Hexo 主题
Stars: ✭ 251 (+1468.75%)
Mutual labels:  hexo, hexo-theme
hexo-theme-sungod
一款定制化的Hexo博客主题
Stars: ✭ 470 (+2837.5%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+1437.5%)
Mutual labels:  hexo, hexo-theme
hexo-theme-kaze
⛵ A responsive, modern Hexo theme
Stars: ✭ 172 (+975%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Nlvi
🎨A simple theme for hexo.
Stars: ✭ 213 (+1231.25%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Cafe
精简的Hexo博客主题,样式风格如阮一峰老师博客
Stars: ✭ 215 (+1243.75%)
Mutual labels:  hexo, hexo-theme
hexo-theme-chiangmai
A theme of Hexo Inspired by Chiang-Mai City 🇹🇭
Stars: ✭ 32 (+100%)
Mutual labels:  hexo, hexo-theme
hexo-theme-artemis
A minimalist Hexo theme inspired by pinggod/hexo-theme-apollo
Stars: ✭ 51 (+218.75%)
Mutual labels:  hexo, hexo-theme

hexo-theme-simple99

Introduction

English document | 中文简体

A simple style blog theme based on the hexo system, the theme is pale in color, and the visual effect is soft. It adopts a double-column card design and is fully functional.

If you can click a small star before using it, the author would be very grateful; of course, if you find it troublesome, it doesn't matter, welcome to use the theme, and hope to bring you a good experience.

The warehouse will be maintained for a long time. Welcome to leave a message on Issues or come to my blog to communicate.If you want to use certain functions, but the theme does not have it, you are welcome to submit your ideas in Issues, and the author thinks good suggestions will be adopted.

Supports perfect display on PC and mobile terminals.

Welcome to use the blog of this topic and leave your site in Issues.

ps:The coupling of this theme is extremely low, and the combination of pages can be freely matched, and interested students can explore in the code.

Repo

Theme demo

demo

Page

  • home
  • archive
  • categories
  • tags
  • message
  • about

Features

It integrates the functions that a blog should have, and can be explored in use, including but not limited to: comments, directories, topping, visitor statistics, classification tags, etc.

You will find a lot of different things, some content I did not put in the configuration, but it does not affect your normal use, but as a surprise waiting for you to discover.

Installation tutorial

Choose one

  1. Download theme source code
cd themes
git clone https://github.com/Nov8nana/hexo-theme-simple99.git
  1. _config.yml
theme: hexo-theme-simple99
  1. Run the project
hexo s
  1. post article

It is strongly recommended to use the following command to publish new content to the github repository

hexo clean && hexo g -d

Choose two

Click the code directly to download the original file, and then copy it to your themes folder.

Then modify the theme: hexo-theme-simple99 in the project configuration

Install plugin dependencies

In addition to the default dependencies, each hexo theme also has functional plug-ins introduced later by each author. Each theme is different.

The following are the plug-ins recommended for this theme, which can be downloaded according to your needs:

  1. Search function plugin
npm install --save hexo-generator-search
  1. Total word count of blog
npm install --save hexo-wordcount
  1. Top function plugin
npm uninstall hexo-generator-index --save
npm install hexo-generator-index-pin-top --save
  1. Real-time edit preview plugin

This is an auxiliary plug-in, users can freely choose whether to install it.

Whenever you save the code with ctrl + s, the browser will automatically refresh instead of manual f5, and the terminal and browser will pop up a short subtitle to remind the page has been modified.

npm install --save hexo-browsersync

Instructions for use

  1. The blog can be configured with the config.yml theme configuration
  2. The comment system has built-in twikoo static comment system, you can refer to official document for configuration, ../themes/hexo-theme-simple99/layout/partials/comments.ejs file is Comment system configuration file
  3. [about] When modifying, enter ../themes/hexo-theme-simple99/layout/about.ejs to fill in your own content, if you don’t need [About], please comment out about: /about in the theme configuration
  4. Article generation (all label content, you can choose what you need when using it)
---
title: hello,world
date: 2020-12-17  # release time
tags: tags
categories: categories
top: 9   # Whether the article is topped or not, the default is not to write top, not top; if the top is selected, the number can be selected, if there are multiple tops, sort by number
toc: true # Whether to generate a directory (true generation; default does not write toc, no generation)
cover:  # Title background image
---
  1. If you have other questions

I will see and reply the first time

Common lofty mention

Click to view FAQ

Participate in contribution

  1. Star or Fork this repository, add a little encouragement to the author
  2. Ask or discuss in Issues

Author

Nov8nana

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].