Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

nahanil/hexo-theme-changjinglu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-changjinglu

Based on hexo-theme-dxx which is base(d) on hugo-theme-cactus-plus which is based on hugo-cactus-theme which is based on the default theme for Cactus & kactus

😈

Caveat empdor

This theme currently has no consideration for 'shareability'. Ie, I've got images and stuff linked in here that are probably not relevant for you. Also, before this I'd never used jade/pug templates or Hexo. This code is probably awful.

Live Preview

Assuming I haven't broken it, you can check this theme out here.

Installation

Install the theme's plugin dependencies:

  • hexo-renderer-pug
  • hexo-wordcount

Clone the theme from GitHub

git clone https://github.com/nahanil/hexo-theme-changjinglu.git themes/changjinglu

Aaaand, if you need to update it at any point

cd themes/changjinglu
git pull origin master

Configuration

theme_config:
  language: en
  # Date format used at the top of blog posts
  date_format: "MMM DD, YYYY h:mm"

  ## author is used in footer copyright line
  author: Jarrod Linahan
  # I don't think these two actually do anything...
  description: good good study day day up

  # Set the links shown in the top menu
  menu:
    Home: /
    Words: /blog
    Things: /portfolio
    About: /about

  # Add Google site verification/Google Analytics
  google_site_verification:
  google_analytics:

  # Add Matomo analyitcs
  # See: https://matomo.org/
  matomo:
    url: https://matomo.example.com/
    site_id: 2
    track_no_js: true

  disqus:
    enable: false
    shortname:

  # Use Isso for comments
  # See: https://posativ.org/isso/
  isso:
    enable: true
    host: https://isso.example.com/

TODO

  • Revisit how those images are loaded into the header so it can be more flexible for other users
  • 翻譯 - 有人要幫我嗎?
  • .. other stuff 🙈

For my information

http://www.codeblocq.com/assets/projects/hexo-theme-clean-blog/tags/ ^^ This is kinda where I got how to add the tag/category pages

License

MIT

Releases

No releases published

Packages

No packages published