themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
351 stars 508 forks source link

how to add pictures in YAML of template about page? #91

Closed shen-tianji-gn closed 4 years ago

shen-tianji-gn commented 4 years ago

Dear developer

I want to build a website based on the template of airspace. I am a beginner in using YAML. So there are some issues of the template confusing me.

I want to ask about the usage of the mission part of about page. I want to add figures in the blank of the mission part. But it seems the articles are written in YAML, and I am not clear how to add pictures in YAML. Can you help me to solve this problem?

Await for your kindly reply.

tfsomrat commented 4 years ago

Hey there, you want to add an image on mission tab right? Don't worry about YML file. Just remember that every content support's markdown. so you can add an image like your image on markdown file. ex: ![image](../image/your-image.jpg)

shen-tianji-gn commented 4 years ago

Can I change the font size and paragraph style of articles? (e.g., centering the paragraph or add a table in there)