Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus2k2 committed Jun 20, 2024
1 parent 466236c commit 18ba8b6
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 47 deletions.
3 changes: 1 addition & 2 deletions docs/en/blog/posts/teste1.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,13 @@ tags on separate lines and adding new lines between the tags and the content.

lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem
![Image title](https://dummyimage.com/600x400/eee/aaa)
![Image title](hero.png)
![Image title](/blog/en/assets/images/hero.png)

<video style="width:50%" muted="" controls="" alt="type:video">
<source src="/blog/en/assets/images/video-teste.mp4" type="video/mp4">
</video>

<iframe src="https://streamable.com/e/yslhdu" allowfullscreen></iframe>
<!-- <iframe src="https://streamable.com/e/yslhdu" allowfullscreen></iframe> -->


1. Vivamus id mi enim. Integer id turpis sapien. Ut condimentum lobortis
Expand Down
36 changes: 18 additions & 18 deletions mkdocs.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,23 +146,23 @@ home_description: My blog
# Gradient Color
home_gradient_hsla: hsla(270deg, 30%, 50%, 1)

# Custom Homepage Button(s)
home_button1_name: Blog
home_button1_url: Blog/
home_button1_theme: md-button md-button--primary
home_button1_icon: people
home_button1_blurb: My Blog

home_button2_name: Archive
home_button2_url: blog/archive
home_button2_theme: md-button
home_button2_icon: gear
home_button2_blurb: Archive posts organized by year

home_button3_name: Categories
home_button3_url: blog/category
home_button3_theme: md-button
home_button3_icon: image
home_button3_blurb: Posts organized by categories
# # Custom Homepage Button(s)
# home_button1_name: Blog
# home_button1_url: Blog/
# home_button1_theme: md-button md-button--primary
# home_button1_icon: people
# home_button1_blurb: My Blog

# home_button2_name: Archive
# home_button2_url: blog/archive
# home_button2_theme: md-button
# home_button2_icon: gear
# home_button2_blurb: Archive posts organized by year

# home_button3_name: Categories
# home_button3_url: blog/category
# home_button3_theme: md-button
# home_button3_icon: image
# home_button3_blurb: Posts organized by categories

home_execute_js: console.log("This is an example!");
36 changes: 18 additions & 18 deletions mkdocs.pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,23 +143,23 @@ home_description: Meu blog
# Cor do Gradiente
home_gradient_hsla: hsla(270deg, 30%, 50%, 1)

# Botão(s) Personalizado(s) da Página Inicial
home_button1_name: Blog
home_button1_url: Blog/
home_button1_theme: md-button md-button--primary
home_button1_icon: people
home_button1_blurb: Meu Blog

home_button2_name: Arquivo
home_button2_url: blog/archive
home_button2_theme: md-button
home_button2_icon: gear
home_button2_blurb: Postagens arquivadas organizadas por ano

home_button3_name: Categorias
home_button3_url: blog/category
home_button3_theme: md-button
home_button3_icon: image
home_button3_blurb: Postagens organizadas por categorias
# # Botão(s) Personalizado(s) da Página Inicial
# home_button1_name: Blog
# home_button1_url: Blog/
# home_button1_theme: md-button md-button--primary
# home_button1_icon: people
# home_button1_blurb: Meu Blog

# home_button2_name: Arquivo
# home_button2_url: blog/archive
# home_button2_theme: md-button
# home_button2_icon: gear
# home_button2_blurb: Postagens arquivadas organizadas por ano

# home_button3_name: Categorias
# home_button3_url: blog/category
# home_button3_theme: md-button
# home_button3_icon: image
# home_button3_blurb: Postagens organizadas por categorias

home_execute_js: console.log("Este é um exemplo!");
12 changes: 6 additions & 6 deletions overrides/assets/javascripts/extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ options: {
}
};

document$.subscribe(() => {
MathJax.startup.output.clearCache()
MathJax.typesetClear()
MathJax.texReset()
MathJax.typesetPromise()
})
// document$.subscribe(() => {
// MathJax.startup.output.clearCache()
// MathJax.typesetClear()
// MathJax.texReset()
// MathJax.typesetPromise()
// })
9 changes: 6 additions & 3 deletions overrides/assets/stylesheets/post-section.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
margin-bottom: 20px;
font-size: 2em;
font-weight: bold;
padding: 35px;
padding-left: 35px;
padding-left: 35px;
}

.service-card-link {
Expand All @@ -30,7 +31,8 @@
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
transition: all .15s ease;
cursor: pointer;
padding: 15px;
padding-left: 15px;
padding-right: 15px;
border: 1px solid #ccc;
transition: transform 0.2s;
box-sizing: border-box; /* Ensures padding and border are included in width */
Expand All @@ -57,7 +59,8 @@
.row {
display: flex;
flex-wrap: wrap; /* Allow items to wrap */
padding: 15px;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box; /* Ensure padding is included in the total width */
justify-content: space-between; /* Distribute space between items */
}
Expand Down

0 comments on commit 18ba8b6

Please sign in to comment.