Skip to content

Commit

Permalink
Fix Video URL and emphasizing hugo command (percona#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
edithturn authored Jun 26, 2023
1 parent 11fb6f7 commit a4fd7dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
10 changes: 3 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 22,7 @@ We will highlight the folders that you will most likely touch if you are contrib
> <you> ## folder with your name, add _index.md file
_index.md ## copy from other author, change to your details
> blog ## add your post here, follow naming pattern
> contribute
> contribute
> articles.md ## add your article here
> videos.md ## add your video here
> dev.md ## add your custom dashboards, configuration files, etc.
Expand Down Expand Up @@ -59,7 59,6 @@ hugo serve --disableFastRender

For more options on how to run Hugo, check out the official [Hugo documentation](https://gohugo.io/commands/hugo_server/). In your terminal, Hugo will point you to a URL, most likely `http://localhost:1313/`. You should be able to click on it or simply type the URL into your browser and see the built website. You can now add your contribution, test whether everything is working, and then submit a pull request that we will review within a few days.


## How to modify the design and theme

Here you will learn how to edit the HTML and CSS templates of the site to change the theme and appearance.
Expand All @@ -68,7 67,7 @@ Here you will learn how to edit the HTML and CSS templates of the site to change

- Install [Hugo engine](https://gohugo.io/getting-started/installing/)

- Run the Hugo server in the source code folder of the site with the command hugo server -D and open a local copy of the site in your browser at localhost:1313
- Run the Hugo server in the source code folder of the site with the command `hugo server -D` and open a local copy of the site in your browser at localhost:1313

- Create a separate branch for your changes.

Expand All @@ -82,7 81,7 @@ Here you will learn how to edit the HTML and CSS templates of the site to change

![Browser](assets/images/contributing/FindClass.png)

- Use the file search in `/assets/scss/` directory to find the right file that contains the CSS for the class you want. For example, the CSS of a post card on a blog page is edited in `/assets/scss/common/_post.scss` . SCSS files are grouped by logical meaning and application on pages.
- Use the file search in `/assets/scss/` directory to find the right file that contains the CSS for the class you want. For example, the CSS of a post card on a blog page is edited in `/assets/scss/common/_post.scss` . SCSS files are grouped by logical meaning and application on pages.

![Search results](assets/images/contributing/SearchResults.png)

Expand All @@ -99,6 98,3 @@ Test the results for Desktop and mobile devices. Make changes in a separate bran
- Explore Hugo's documentation on creating and editing templates: [Templates](https://gohugo.io/templates/)

- All website templates are located in the 'layouts' folder



9 changes: 4 additions & 5 deletions content/events/streams-monthly-dev/2022-10-27-develop-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 8,15 @@ draft: false
speakers:
- andrey_minkin
- kai_wagner
tags: ['opensource','PMM','Stream']
tags: ["opensource", "PMM", "Stream"]
---

![Meetup](events/streams-monthly-dev/Monthly-Percona-Developer-Meetup-Code.jpg)

Have you always wanted to know what and how a developer is working? What do they do, how do they start looking into issues and how do they finally turn that into code? It’s your time to get a behind the scenes view into the daily life of a developer from Percona!
Have you always wanted to know what and how a developer is working? What do they do, how do they start looking into issues and how do they finally turn that into code? It’s your time to get a behind the scenes view into the daily life of a developer from Percona!

In this session, Andrew is going to implement the db engine configuration support for the PMM (Percona Monitoring and Management) API and will implement that into the DBaaS controller. Our developer monthly’s are interactive and made with and for the community, so you get the chance to ask questions along the way and you also learn more about the components and structures of PMM. If there are any questions that you would like to get answered, just join the monthly and we’ll freely and openly take your questions. It’s all about you, so take your chance and directly work with our developers.
In this session, Andrew is going to implement the db engine configuration support for the PMM (Percona Monitoring and Management) API and will implement that into the DBaaS controller. Our developer monthly’s are interactive and made with and for the community, so you get the chance to ask questions along the way and you also learn more about the components and structures of PMM. If there are any questions that you would like to get answered, just join the monthly and we’ll freely and openly take your questions. It’s all about you, so take your chance and directly work with our developers.

## WATCH THE RECORDING

{{% youtube youtube_id="m-FKVdzYm6k&t" %}}{{% /youtube %}}

{{% youtube youtube_id="m-FKVdzYm6k" %}}{{% /youtube %}}

0 comments on commit a4fd7dd

Please sign in to comment.