Skip to content

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

License

Notifications You must be signed in to change notification settings

dlzmoe/hexo-simple9

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages