Skip to content

Commit

Permalink
📝 chore(posts): update featured posts and front matter for multiple p…
Browse files Browse the repository at this point in the history
…osts to improve structure
  • Loading branch information
chriskyfung committed Feb 1, 2025
1 parent 3256c66 commit eb579ea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions _posts/2021-07-20-device-look.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
layout: post
title: Responsive Web Design
date: 2021-07-20 10:47 +0800
categories: [feature]
tags: [demo]
categories:
- feature
tags:
- demo
permalink: /responsive-web-design/
redirect_from: [/device-look/]
image:
path: /assets/images/responsive-1622825_730.png
redirect_from:
- /device-look/
image:
path: /assets/images/responsive-1622825_730.png
width: "730"
height: "411"
excerpt: Preview the look for different devices (smartphone 📱, tablet 💻 and laptop 🖥️)
css:
custom: >-
custom: |-
.device-wrapper {
margin: 24px auto;
--scale: .45;
Expand Down Expand Up @@ -147,9 +152,6 @@ css:
overflow: hidden;
border: none;
}
featured: true
download: true
---

Preview the look of the responsive design for different devices (smartphone <i class="fas fa-mobile-alt"></i> , tablet <i class="fas fa-tablet-alt"></i> and laptop <i class="fas fa-laptop"></i>) &ndash; _**Remark**: This page does not support for Internet Explorer (IE)_
Expand Down
3 changes: 2 additions & 1 deletion _posts/2021-07-30-front-matter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Front Matter Guide
date: 2025-02-01 10:02 +0800
date: 2021-07-31 12:05 +0800
last_modified_at: 2025-02-01 10:02 +0800
categories:
- doc
Expand All @@ -26,6 +26,7 @@ css:
.plaintext { color: mediumseagreen; }
.quote-deprecated { border-color: #999999; }
excerpt: The docs for the front matters that that let you control the post title, date, featured image, CSS styles, etc.
featured: true
---

{% include toc.md %}
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-08-02-config-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
css:
badge: true
syntax: true
custom: >-
custom: |-
table { font-size: .95rem; margin-bottom: 1.5rem; }
tr:nth-child(odd) { backgroud-color: #e3edf3; }
th, td { padding: .5em; vertical-align: top; }
Expand Down
1 change: 0 additions & 1 deletion _posts/2021-08-15-postprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ css:
th, td { padding: .5em; }
.box { border: 1px solid #e3edf3; padding: 1rem; }
.plaintext { color: mediumseagreen; }
featured: true
excerpt: The demo and test page of the Anchor Links for headings and the Link Modifier on various Markdown styles.
---

Expand Down

0 comments on commit eb579ea

Please sign in to comment.