Skip to content

Commit

Permalink
Merge pull request #29 from VLK-STUDIO/documentation/responsive-fix
Browse files Browse the repository at this point in the history
fix: responsive fix and blog post added
  • Loading branch information
mauroerta authored Jun 27, 2021
2 parents aaf285c + ce4ecd5 commit 07667c3
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 41 deletions.
11 changes: 0 additions & 11 deletions docs/blog/2019-05-28-hola.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/blog/2019-05-29-hello-world.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/blog/2019-05-30-welcome.md

This file was deleted.

27 changes: 27 additions & 0 deletions docs/blog/2021-06-27-welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
slug: welcome
title: Welcome
author: Mauro Erta
author_title: Front End Engineer @ VLK STUDIO
author_url: https://github.com/mauroerta
author_image_url: https://avatars.githubusercontent.com/u/13780027?v=4
tags: [welcome, morfeo, design, system]
---

Hello everyone and welcome!
In this blog, we will post updates, news, and tutorials about [morfeo](https://morfeo.dev), but you can always find complete documentation in the [Docs](/docs/Introduction/getting-started) section.

### Work with us

If you want to help us improve morfeo, be sure you've read the [contributing](https://github.com/VLK-STUDIO/morfeo/blob/main/CONTRIBUTING.md) file.
There are a lot of ways you can help us to improve morfeo and grow as a community, for example:

- Improve documentation
- Add new functionalities
- [Fix a bug](https://github.com/VLK-STUDIO/morfeo/issues)
- Write an article about morfeo
- Give us a feedback

If you're a developer and you want to contribute [PRs are welcome!](https://github.com/VLK-STUDIO/morfeo)!
If you're not a developer or you don't want to contribute in this way, it could be extremely useful to know your thoughts about morfeo,
how we can improve the library, or just feedback. For this kind of contribution, we will always be available in the [slack channel](https://morfeo.slack.com/).
3 changes: 3 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
organizationName: 'VLK-STUDIO',
projectName: 'morfeo',
themeConfig: {
colorMode: {
defaultMode: 'dark',
},
navbar: {
title: '',
logo: {
Expand Down
13 changes: 13 additions & 0 deletions docs/src/components/HomepageFeatures/HomepageFeatures.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,16 @@
flex-direction: column;
}
}

@media (max-width: 966px) {
.preview {
flex-direction: column;
}
.codeContainer span {
text-align: center;
}

.codeContainer {
margin-top: var(--space-xs);
}
}

0 comments on commit 07667c3

Please sign in to comment.