All Projects → zpj80231 → Znote

zpj80231 / Znote

Licence: mit
🎈VuePress 静态布局 Blog,清新+ 简洁+。

Projects that are alternatives of or similar to Znote

Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (+69.39%)
Mutual labels:  blog, static-site
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (+181.63%)
Mutual labels:  blog, static-site
Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (+78.57%)
Mutual labels:  blog, static-site
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+41.84%)
Mutual labels:  blog, static-site
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-9.18%)
Mutual labels:  blog, static-site
Code2sec.com
xmind\code\articles for my personal blog 个人博客上的资源备份存储,也是个人分享的汇总
Stars: ✭ 164 (+67.35%)
Mutual labels:  blog, static-site
Peco
nothing here, move on..
Stars: ✭ 213 (+117.35%)
Mutual labels:  blog, static-site
Openlivewriter
An open source fork of Windows Live Writer
Stars: ✭ 2,398 (+2346.94%)
Mutual labels:  blog, static-site
Ryosuke Gatsby Blog
Static PWA React-powered portfolio and blog built with GatsbyJS
Stars: ✭ 90 (-8.16%)
Mutual labels:  blog, static-site
Gatsby Starter Alchemy
A Gatsby starter with PostCSS powers ✨🔮
Stars: ✭ 23 (-76.53%)
Mutual labels:  blog, static-site
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (+21.43%)
Mutual labels:  blog, static-site
Web Problem
收集平时遇到的问题
Stars: ✭ 41 (-58.16%)
Mutual labels:  note, blog
Viki
A simple Wiki page in Markdown from notebook of VNote.
Stars: ✭ 103 (+5.1%)
Mutual labels:  blog, static-site
Gatsby Theme Superstylin
💅 A Gatsby Theme with styled-components
Stars: ✭ 165 (+68.37%)
Mutual labels:  blog, static-site
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (+218.37%)
Mutual labels:  blog, static-site
Neuron
Future-proof note-taking and publishing based on Zettelkasten
Stars: ✭ 945 (+864.29%)
Mutual labels:  blog, static-site
Sblg
static blog utility
Stars: ✭ 75 (-23.47%)
Mutual labels:  blog, static-site
Blog
基于Python Flask并支持Markdown语法的简易博客
Stars: ✭ 89 (-9.18%)
Mutual labels:  blog
Rest Nestjs Postgres
CrudJS implemented as a REST API, using Nest.js and Postgres
Stars: ✭ 93 (-5.1%)
Mutual labels:  blog
Blogfm
Blog for Me
Stars: ✭ 89 (-9.18%)
Mutual labels:  blog

znote

积丝成寸,积寸成尺;寸尺水已,遂成丈匹。

Read the Docs GitHub
VuePress Reco
CC4.0 BY-SA LICENSE
znote site

  • 本仓库代码使用 MIT 协议进行开源,但是全部文档内容使用 CC 4.0 BY-SA 协议进行发布
  • 已全局适配手机模式暗黑模式(iOS自适应)请自行体验
  • 国内访问:https://zpj80231.gitee.io/znote/ 速度加载会快一点

项目运行

  • 在项目文件夹下执行命令,加载依赖:npm install
  • 在项目文件夹下执行命令,运行项目:npm run docs:dev
  • 待启动成功后打开地址即可:http://localhost:8080/znote/

项目架构

  • 采用vuepress构建
##需要自己写主题样式的话,在.vuepress/ 下新建theme文件夹并按如下目录布局
Dev
├─── docs
   └── .vuepress   // 配置目录
       ├── public // 静态资源
       ├── theme  // 主题
          ├── components // 组件
          ├── global-components // 全局组件
          ├── layouts // 布局(包括首页在内)
          ├── styles  // 样式
          ├── util 	 // 工具
          ├── index.js // 入口配置
          ├── noopModule.js // 依赖注入
          ├── package.json  // 主题依赖
          ├── README.md     // 主题说明
       └── config.js
   ├── about   // 项目模块
   ├── views   // 项目模块
   └── README.md   // 首页
└── package.json //项目依赖

项目介绍

  • 知识点复习和面试总结(不断完善中,欢迎加入!)
  • 技术栈知识点笔记总结(知识小结)
  • 个人牢骚发布点(生活随笔)
  • 其它...

开始编写markdown

  • 参考示例:
---
title: 文章标题
date: 2020-02-02
tags:
 - 标签
categories:
 - 分类
keys:
 - '123456' //文章加密密码
sticky: 1   //文章置顶 1, 2, 3, ...
isShowComments: false //是否开启评论
publish: true //文章是否发布
---

<Boxx/> //随机展示名人名言

[[toc]] //目录链接

- 这里可以写`摘要`等其它

<!-- more --> //在<!-- more -->之前的内容会展示为文章摘要

## 正式开始你的markdown

- I am the text...
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].