Static website https://multi-agent.io
This is repoitory for website of Laboratory of Multi-Agent Systems.
- Built with Gridsome.
- Please, use npm to install packages
- You need also to add locally
.env
, look at.env.example
FORM_SCRIPT – file with Google Sheet script code deployed
Please, fill free to open issues with your suggestions or pull requests.
- add .md file in folder
./project
or in./project/ru
for Russian locale - add folder with same name as .md file to
./project/image
or./project/ru/image
(you need to duplicate it even images are same) - for common images use folder
./project/image/shared
or./project/ru/image/shared
Place setting at the top:
---
title: "Project"
subtitle: "Super nice project"
cover: "./images/project/cover.jpg"
video: "https://youtu.be/GxlYxaykqTU" or video: ""
description: "This zuper very nice project"
published: true
locale: "en" or locale: "ru"
---
<ma-section title="Anathomy from human">
To dive into the concept of an “autonomous creative system,” we tried to make Gaka-chu as independent of a human as possible. This allowed us to explore a completely gray area where robotic systems become authors and even owners of assets.
</ma-section>
or with title only
<ma-section title="Anathomy from human" />
or with content only
<ma-section>Yor content here</ma-section>
To embed YouTube video you need just insert in .md file link for sharing, e.g.
https://www.youtube.com/embed/xSD_lsrAA0I
<ma-line>
![logo image](src)
![logo image](src)
![logo image](src)
</ma-line>
You may add border buttons like this:
<ma-button href="https://yourlink.here"><img src="./images/shared/someicon.png"/><span>Button Text</span></ma-button>
or without any additional elements:
<ma-button href="https://yourlink.here">Button Text</ma-button>
<ma-list-news>
* [Common md markdown link 1](https://anylink1.go)
* [Common md markdown link 2](https://anylink2.go)
* [Common md markdown link 3](https://anylink3.go)
</ma-list-news>
<ma-gallery>
<g-image src="./images/your-project-name/image.jpg"/>
<g-image src="./images/your-project-name/image-2.jpg"/>
</ma-gallery>
<ma-title type="tick">Any text here</ma-title>