feat(image): add image lightgallery
This commit is contained in:
@@ -17,12 +17,13 @@ featuredImagePreview: ""
|
||||
|
||||
toc: true
|
||||
autoCollapseToc: true
|
||||
lightgallery: true
|
||||
math: true
|
||||
comment: false
|
||||
dev: true
|
||||
---
|
||||
|
||||
## :(fas fa-rocket): This is a test page
|
||||
## & :(fas fa-rocket): This is a test page
|
||||
|
||||
[https://www.aol.com/article/entertainment/2020/02/10/oscars-viewership-hits-new-low-with-236-million-viewers/23923047/](https://www.aol.com/article/entertainment/2020/02/10/oscars-viewership-hits-new-low-with-236-million-viewers/23923047/)
|
||||
|
||||
@@ -30,6 +31,12 @@ Test all features in development.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Test Img
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Test Code
|
||||
|
||||
### Inline code
|
||||
@@ -43,11 +50,11 @@ class DataHolder<T>{
|
||||
T item;
|
||||
|
||||
public void setData(T t) {
|
||||
this.item=t;
|
||||
this.item=t;
|
||||
}
|
||||
|
||||
public T getData() {
|
||||
return this.item;
|
||||
return this.item;
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -384,10 +391,6 @@ Here is a story about love...
|
||||
int a = 1;
|
||||
{{< /typeit >}}
|
||||
|
||||
## Test Img
|
||||
|
||||

|
||||
|
||||
## Test Align
|
||||
|
||||
{{% align right %}}
|
||||
|
||||
Reference in New Issue
Block a user