diff --git a/_posts/theme/2024-08-01-Tailors.md.md b/_posts/theme/2024-08-01-Tailors.md.md new file mode 100644 index 00000000..2a48dca7 --- /dev/null +++ b/_posts/theme/2024-08-01-Tailors.md.md @@ -0,0 +1,138 @@ +--- +layout: theme +title: Tailors +category: theme +homepage: https://chiamzhang.github.io/html/Typora-Theme-Tailors%20%20Introduction.html +download: https://github.com/ChiamZhang/TyporaTheme-Tailors +author: ChiamZhang +thumbnail: tailors.png +typora-root-url: ../../ +--- + +# Typora-Theme-Tailors Introduction + + + +## [HomePage](https://chiamzhang.github.io/html/Typora-Theme-Tailors%20%20Introduction.html) +## [DownLoad](https://github.com/ChiamZhang/TyporaTheme-Tailors) + +## Introduction +This theme is inspired by my two favorite themes: + +1. Phycat by XuJilong. Homepage: [GitHub - sumruler/typora-theme-phycat: Phycat Typora Theme](https://github.com/sumruler/typora-theme-phycat) **Mainly referencing the title part**. +2. Typora-Theme-Neumorphism by Soanguy. Homepage: [GitHub - Soanguy/Typora-Theme-Neumorphism: Neumorphism style typora theme](https://github.com/Soanguy/Typora-Theme-Neumorphism) **Mainly referencing the inline part**. +3. I changed a lot of the colors and unnecessary hover CSS to make the overall style more compatible. Since Soanguy hasn’t updated for a long time, I encountered some bugs while using it, which I fixed. +4. Continuous updates, if there are any issues, please raise them in the issue section, and I will fix them when I have time. +5. Tailors means that I have patched together this theme from various sources, feeling a bit embarrassed. + +## Usage +Unzip the package and copy +1. `tailors.css` +2. `tailors` folder + +to the Typora Theme folder. + +![alt text](https://chiamzhang.github.io/img/Introduction.png) + + + + +# Title Styles + +--- + +# First Level Title + +## Second Level Title + +### Third Level Title + +#### Fourth Level Title + +##### Fifth Level Title + +###### Sixth Level Title + +# Image Tips + +1. Quickly adjust the photo size: Adjust any number in the positions below to the desired scaling size. + +
Method: ![Photo Name Number](Photo URL "Number")
+ +
For example: Adjust to 50% size ![Photo Name 50](Photo URL "50")
+ + > Note: The default scaling size is set in steps of 5, i.e., 0, 5, 10, 15... + + ![Maine 50](https://img2.baidu.com/it/u=3012984283,879707191&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1200) + + ![Maine 30](https://img2.baidu.com/it/u=3012984283,879707191&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1200) + +1. Note that photos cannot be adjusted to inline elements. + +## HTML Elements Introduction + +1. You can introduce the following styles through the ` ` element: + - The original meaning of this element is to define variables. + - Like this + +# Typographical Introduction + +## Blockquote Style + +> Absorb everyone's strengths and modify everyone's shortcomings. + +## Inline Styles + +Inline styles support **bold**, *emphasis*, `code`, underline, ~~strikethrough~~, $\LaTeX$, X^2^, H~2~O, ==highlight==, [link](https://typora.io). + +## Table Styles + +| Align Left | Align Center | Align Right | +| :-----------: | :----------------------: | :---------: | +| Third column | Some lengthy text | $1600 | +| Second column | Align center | $12 | +| Zebra stripes | Very tidy | $1 | + +## List Styles + +1. Ordered list item 1. +2. Ordered list item 2. + + Unordered sublist item 1. + + Second-level unordered sublist item 1 + + Unordered sublist item 2. + + [ ] Completed item. Use "[]" + + [x] Uncompleted item. Use "[x]" + +## Code Styles + +```html + + + + +

*= Operator

+ +

+ + + + + +``` + +```cpp +#include +using namespace std; +int main(){ + cout << "hello world!" << endl; + return 0; +} +``` + +## Table of Contents + +[TOC] \ No newline at end of file diff --git a/media/thumbnails/tailors.jpg b/media/thumbnails/tailors.jpg new file mode 100644 index 00000000..e3bd0f58 Binary files /dev/null and b/media/thumbnails/tailors.jpg differ