Skip to content

chore: Configure theme Daily #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: theme/daily
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions _config.Daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# basic
title: Daily
subtitle: Minimalism, simplicity and refined details
favicon: https://hexo.io/icon/favicon-96x96.png

avatar: images/avatar.png
# banner_small: images/banner-small.png
# banner_large: images/banner-large.png
logo: https://hexo.io/logo.svg

# disqus
#disqus_shortname: drakeleung

highlight:
enable: true
line_number: false
auto_detect: false
tab_replace:

# nav #
nav:
home: .
archive: archives
# about: about
# rss: atom.xml

# hexo-renderer-sass
node_sass:
outputStyle: nested
precision: 5
sourceComments: false

# Default post title
default_post_title: Untitled

# social
social:
# github: https://github.com/GallenHu
# weibo: http://weibo.com/10010800
# mail: mailto:[email protected]
# twitter: https://twitter.com/GallenHu

# widget
# title: 标题
# content: 内容
widget:
title: 关于本站
content: <ul><li><a href="https://github.com/GallenHu/hexo-theme-Daily/wiki">如何自定义这里的内容(配置教程)?</a></li></ul>

footer: Powered by <a href="https://hexo.io/" target="_blank">Hexo</a> with Theme <a href="https://github.com/GallenHu/hexo-theme-Daily" target="_blank">Daily</a>
9 changes: 0 additions & 9 deletions _config.cactus.yml

This file was deleted.

6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ignore:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: cactus
theme: Daily

# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
Expand Down Expand Up @@ -129,3 +129,7 @@ restful:
use_tag_slug: false # Use slug for filename of tag data
post: true
pages: false

menu:
Blog: /
Archive: /archives/
3 changes: 1 addition & 2 deletions install_theme.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash

git clone https://github.com/probberechts/hexo-theme-cactus themes/cactus
git clone --depth 1 https://github.com/GallenHu/hexo-theme-Daily themes/Daily
16 changes: 16 additions & 0 deletions meta-space-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
user:
username: Remi
nickname: Remi
site:
title: Remi's test site
subtitle: Crystal
description: This is a Meta Space test site
keywords:
- Test
- Meta Space
- Hexo
favicon: https://hexo.io/icon/favicon-196x196.png
avatar: https://avatars.githubusercontent.com/u/68253563?v=4
language: zh-CN
timezone: Asia/Shanghai
domain: remi-site5.metaspaces.life
Loading