All Projects → wensonsmith → Vuepress Theme Seeker

wensonsmith / Vuepress Theme Seeker

Licence: mit
🌈 一款五彩斑斓的简约 Vuepress 主题 | A wonderful vuepress theme

Projects that are alternatives of or similar to Vuepress Theme Seeker

Ghost Nginx Ssl Docker
Ghost blog with nginx proxy, lets encrypt ssl in a docker-compose (ready for production)
Stars: ✭ 45 (-16.67%)
Mutual labels:  blog
Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+1844.44%)
Mutual labels:  blog
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-5.56%)
Mutual labels:  blog
High
High一下,https://rocko.xyz
Stars: ✭ 46 (-14.81%)
Mutual labels:  blog
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-9.26%)
Mutual labels:  blog
Blog
Too young, too simple. Sometimes, naive & stupid 🐌
Stars: ✭ 7,882 (+14496.3%)
Mutual labels:  blog
Hexo Theme Snark
An hexo theme with lofter style
Stars: ✭ 45 (-16.67%)
Mutual labels:  blog
Midu.dev
midu.dev blog 📝
Stars: ✭ 53 (-1.85%)
Mutual labels:  blog
Laravel Blog
基于 Laravel 5.3 的个人博客系统
Stars: ✭ 49 (-9.26%)
Mutual labels:  blog
Dustedcodes
My personal website - an Open Source ASP.NET Core Blog built with Giraffe.
Stars: ✭ 50 (-7.41%)
Mutual labels:  blog
Csdnblog
Csdn unofficial blog client
Stars: ✭ 48 (-11.11%)
Mutual labels:  blog
Zimo Article
📚博客——源于实践,乐于分享,欢迎Star~
Stars: ✭ 1,046 (+1837.04%)
Mutual labels:  blog
Buster
A responsive, clean card theme for the Ghost blogging platform.
Stars: ✭ 50 (-7.41%)
Mutual labels:  blog
No.lol
🍩 Lauren's personal blog
Stars: ✭ 46 (-14.81%)
Mutual labels:  blog
Dantecalderon.dev
💻 ❤️ My personal website
Stars: ✭ 51 (-5.56%)
Mutual labels:  blog
Blog
ULIVZ's blog.
Stars: ✭ 45 (-16.67%)
Mutual labels:  blog
Typecho
A PHP Blogging Platform. Simple and Powerful.
Stars: ✭ 8,417 (+15487.04%)
Mutual labels:  blog
Awesome Persian Blogs
📝 لیست وبلاگ‌های فارسی‌زبان در حوزه‌های مختلف
Stars: ✭ 54 (+0%)
Mutual labels:  blog
Zjiajun.github.io
My blog. Powered by Jekyll
Stars: ✭ 52 (-3.7%)
Mutual labels:  blog
Paper
A gentle theme for Jekyll utilising material design.
Stars: ✭ 50 (-7.41%)
Mutual labels:  blog

Seeker

一款五彩斑斓的简约 Vuepsress 博客主题 🎊

演示: https://iwenson.com

screenshots

🏁 特性

🌈 多变的颜色,每次刷新随机颜色
🗿 页脚随机古诗词
🚩 分类及标签支持
📥 文章归档
👾 评论及阅读量支持
⛳️ 自定义导航及社交媒体支持
🚧 开发中:文章搜索 / 文章类型 / 文章TOC

🚧 安装

npm i vuepress-theme-seeker

🔧 主题设置

配置 docs/.vupress/config.js

    title: 'Wenson',                        // 网站名称
    description: '一生为一次发光',           // 网站描述
    markdown: {
        lineNumbers: true,                  // 代码块显示行数
    },
    theme: 'seeker',                       // 设置主题为 seeker
    themeConfig: {
        logo: '/path-to-logo.png',         // 网站 LOGO, 放在 .vuepress/public 下面
        valine: {                          // 请参考  https://valine.js.org/quickstart.html
            appId: '',
            appKey: '',
        },
        // Navicator
        nav: [
            {
                text: '归档'
                link: '/archive'
            },
            {
                text: '分类',
                link: '/category'
            },
            {
                text: '关于',
                link: '/about'
            },
        ],
        footer: {
            slogan: 'poetry',                   // 页脚古诗词, 'poetry' 随机古诗词,如果填写其他字符串则直接显示所填文字
            copyright: 'vuepress made by wenson',                      // 页底 Copyright
            social: [
                {
                    type: 'qq', // qq, wechat, bilibili, github, rss, weibo
                    value: '', 
                },
                {
                    type: 'wechat', // qq, wechat, bilibili, github, rss, weibo
                    value: '', 
                },
            ]
        },
    }

友链设置

docs 文件夹下面建立 about/README.md, 并写入下面 frontmatter

---
layout: About
friends:
    - name: 文森 | Wenson
      link: https://iwenson.com
      desc: 一生为一次发光
      avatar: https://iwenson.com/avatar.jpg
    - name: 友链名称
      link: 友链地址
      desc: 友链介绍
      avatar: 友链头像
---

关于自己的介绍可以直接写在这里, MARKDOWN 语法

📝License

MIT

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