Giter Site home page Giter Site logo

secret.teages.xyz's Introduction

Secret Loffer Blog

如何使用:

  1. 修改_config.yml内容
  2. 删除_post内的示例文章
  3. 写新文章

如何写文章

如何写未加密(明文)文章:

  1. _post文件夹新建一个文件, 命名为'title-1999-02-32.md'(替换相应内容)
  2. 按以下模板填充

明文文章模板

---
layout: post
title: 标题
date: 2020-02-11
Author: 作者
tags: [用半角逗号分隔多个标签, 标签2,标签3]
---
明文文章内容

如何写加密文章:

  1. 进入关于页面
  2. 用1-3个密钥加密文本并复制加密后内容
  3. _post文件夹新建一个文件, 命名为'title-1999-02-32.md'(替换相应内容)
  4. 按以下模板填充

加密文章模板

---
layout: post
title: 标题
date: 2020-02-11
Author: 作者
tags: [用半角逗号分隔多个标签, 标签2,标签3]
AES: 加密后内容,如:U2FsdGVkX18ZJnLdbRJve78jySoGseY3M3M3f3IIS1I=
---
明文内容,显示效果同未加密文章

secret.teages.xyz's People

Contributors

teages avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.