From c49e6f63b63d2fab841702f043a76a8477ad3e5c Mon Sep 17 00:00:00 2001 From: ana carolina Date: Wed, 31 Jul 2024 16:41:17 -0300 Subject: [PATCH] base do blog adicionada --- _data/navigation.yml | 4 +-- _layouts/CTFL-resumo.html | 12 ++++++++ _posts/2024-07-31-fundamentosDeTeste.md | 8 ++++++ _site/2024/07/31/fundamentosDeTeste.html | 34 +++++++++++++++++++++++ _site/index.html | 4 +-- _site/pages/blog.html | 35 ++++++++++++++++++++++++ _site/sobre.html | 25 ----------------- pages/blog.html | 14 ++++++++++ sobre.html | 5 ---- 9 files changed, 107 insertions(+), 34 deletions(-) create mode 100644 _layouts/CTFL-resumo.html create mode 100644 _posts/2024-07-31-fundamentosDeTeste.md create mode 100644 _site/2024/07/31/fundamentosDeTeste.html create mode 100644 _site/pages/blog.html delete mode 100644 _site/sobre.html create mode 100644 pages/blog.html delete mode 100644 sobre.html diff --git a/_data/navigation.yml b/_data/navigation.yml index 25e117d..ea65546 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,4 +1,4 @@ - name: Home link: / -- name: Sobre - link: /sobre.html +- name: Blog + link: /pages/blog.html diff --git a/_layouts/CTFL-resumo.html b/_layouts/CTFL-resumo.html new file mode 100644 index 0000000..30cefb8 --- /dev/null +++ b/_layouts/CTFL-resumo.html @@ -0,0 +1,12 @@ +--- +layout: default +--- +

Resumo do Syllabus para CTFL - 4.0v

+

Apresentação do resumo

+ +

{{ page.title }}

+

{{ page.date | date_to_string }} - {{ page.author }}

+ + + +{{content}} \ No newline at end of file diff --git a/_posts/2024-07-31-fundamentosDeTeste.md b/_posts/2024-07-31-fundamentosDeTeste.md new file mode 100644 index 0000000..0f6c8c3 --- /dev/null +++ b/_posts/2024-07-31-fundamentosDeTeste.md @@ -0,0 +1,8 @@ +--- +layout: CTFL-resumo +author: Ana Carolina Rodrigues Rocha +title: Fundamentos de Teste +# collection: ctfl +--- + +Resumo do capítulo 01 diff --git a/_site/2024/07/31/fundamentosDeTeste.html b/_site/2024/07/31/fundamentosDeTeste.html new file mode 100644 index 0000000..5913571 --- /dev/null +++ b/_site/2024/07/31/fundamentosDeTeste.html @@ -0,0 +1,34 @@ + + + + + + Fundamentos de Teste + + + + +

Resumo do Syllabus para CTFL - 4.0v

+

Apresentação do resumo

+ +

Fundamentos de Teste

+

31 Jul 2024 - Ana Carolina Rodrigues Rocha

+ + + +

Resumo do capítulo 01

+ + + + \ No newline at end of file diff --git a/_site/index.html b/_site/index.html index 1393c07..48a7996 100644 --- a/_site/index.html +++ b/_site/index.html @@ -13,8 +13,8 @@ Home - - Sobre + + Blog diff --git a/_site/pages/blog.html b/_site/pages/blog.html new file mode 100644 index 0000000..a5ddc7c --- /dev/null +++ b/_site/pages/blog.html @@ -0,0 +1,35 @@ + + + + + + Blog + + + + +

Últimos Posts

+ + + + + \ No newline at end of file diff --git a/_site/sobre.html b/_site/sobre.html deleted file mode 100644 index 81edc4e..0000000 --- a/_site/sobre.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - -

sobre

- - - \ No newline at end of file diff --git a/pages/blog.html b/pages/blog.html new file mode 100644 index 0000000..6fd343f --- /dev/null +++ b/pages/blog.html @@ -0,0 +1,14 @@ +--- +layout: default +title: Blog +--- +

Últimos Posts

+ + \ No newline at end of file diff --git a/sobre.html b/sobre.html deleted file mode 100644 index a742452..0000000 --- a/sobre.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: default ---- - -

sobre

\ No newline at end of file