From d44ce4a753e63091b9e205e56f89e8b2b918d5e5 Mon Sep 17 00:00:00 2001 From: laizesuelia <68816133+laizesuelia@users.noreply.github.com> Date: Sat, 15 Aug 2026 11:35:21 -0300 Subject: [PATCH 01/40] Add GitHub Actions workflow for Jekyll deployment --- .github/workflows/jekyll.yml | 54 ++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/workflows/jekyll.yml diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 00000000000..7f1a3df9bd7 --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -0,0 +1,54 @@ +name: Build and Deploy Jekyll + +on: + push: + branches: + - gh-pages + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: "pages" + cancel-in-progress: true + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + + - name: Build Jekyll + run: bundle exec jekyll build + + - name: Setup Pages + uses: actions/configure-pages@v5 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: ./_site + + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + + runs-on: ubuntu-latest + needs: build + + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From 0124cbf49b44975dae02d4b13c461a6827a7e860 Mon Sep 17 00:00:00 2001 From: laizesuelia <68816133+laizesuelia@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:44:08 -0300 Subject: [PATCH 02/40] =?UTF-8?q?Alterado=20t=C3=ADtulo,=20slogan,=20descr?= =?UTF-8?q?i=C3=A7=C3=A3o,=20url=20e=20baseurl=20(caminho=20do=20projeto)?= =?UTF-8?q?=20->=20mudar=20logo=20e=20idioma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 76d4eb9d206..441d5a92563 100644 --- a/_config.yml +++ b/_config.yml @@ -8,29 +8,30 @@ # /____/ # # Title of your website -title: 'Feeling Responsive' +title: 'III Simpósio de Automação e Sistemas' # The slogan describes your website and is used on homepage in
Created with ♥ by Phlow with Jekyll based on Feeling Responsive.
' # Main author of the website # See > authors.yml -author: phlow +author: 'III Simpósio de Automação e Sistemas' # This URL is the main address for absolute links. Don't include a slash at the end. # -url: 'https://phlow.github.io' -baseurl: '/feeling-responsive' +url: 'https://laizesuelia.github.io' +baseurl: '/iii-sas' # This is for the editing function in _/includes/improve_content # Leave it empty if your site is not on GitHub/GitHub Pages -improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages +# improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages +improve_content: https://github.com/laizesuelia/iii-sas/edit/dev # This URL points directly to the images directory making # things easier to link to images in posts and templates. It needs a slash at the end. From 5dacfd60d00307cc744a1b3232fa3945b97f3d90 Mon Sep 17 00:00:00 2001 From: laizesuelia <68816133+laizesuelia@users.noreply.github.com> Date: Sat, 15 Aug 2026 19:31:11 -0300 Subject: [PATCH 03/40] =?UTF-8?q?Alterado=20t=C3=ADtulo=20e=20texto=20da?= =?UTF-8?q?=20widget1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pages-root-folder/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/pages-root-folder/index.md b/pages/pages-root-folder/index.md index 6b095358eb1..2b8a0d7bcd1 100644 --- a/pages/pages-root-folder/index.md +++ b/pages/pages-root-folder/index.md @@ -8,10 +8,11 @@ layout: frontpage header: image_fullwidth: header_unsplash_12.jpg widget1: - title: "Blog & Portfolio" - url: 'http://phlow.github.io/feeling-responsive/blog/' + title: "Sobre o III SAS" + # url: 'http://phlow.github.io/feeling-responsive/blog/' + url: '#' image: widget-1-302x182.jpg - text: 'Every good portfolio website has a blog with fresh news, thoughts and developments of your activities. Feeling Responsive offers you a fully functional blog with an archive page to give readers a quick overview of all your posts.' + text: 'O III Simpósio de Automação e Sistemas reúne estudantes, pesquisadores, profissionais e demais interessados para compartilhar conhecimentos, experiências e pesquisas na área de automação e sistemas.' widget2: title: "Why use this theme?" url: 'http://phlow.github.io/feeling-responsive/info/' From 71caf6bac051a17e39d64c6423d773aff1fea7f7 Mon Sep 17 00:00:00 2001 From: laizesuelia <68816133+laizesuelia@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:47:32 -0300 Subject: [PATCH 04/40] Update widget titles in index.md --- pages/pages-root-folder/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/pages-root-folder/index.md b/pages/pages-root-folder/index.md index 2b8a0d7bcd1..15a0a2d94b6 100644 --- a/pages/pages-root-folder/index.md +++ b/pages/pages-root-folder/index.md @@ -14,12 +14,12 @@ widget1: image: widget-1-302x182.jpg text: 'O III Simpósio de Automação e Sistemas reúne estudantes, pesquisadores, profissionais e demais interessados para compartilhar conhecimentos, experiências e pesquisas na área de automação e sistemas.' widget2: - title: "Why use this theme?" + title: "Programação" url: 'http://phlow.github.io/feeling-responsive/info/' text: 'Feeling Responsive is heavily customizable.
'
widget3:
- title: "Download Theme"
+ title: "Inscrições"
url: 'https://github.com/Phlow/feeling-responsive'
image: widget-github-303x182.jpg
text: 'Feeling Responsive is free and licensed under a MIT License. Make it your own and start building. The code is well-documented and explains you how it works.'
From 37c08cead6d4d4a15bc9d3c294e8a8131c6a6e0f Mon Sep 17 00:00:00 2001
From: laizesuelia <68816133+laizesuelia@users.noreply.github.com>
Date: Sat, 15 Aug 2026 22:51:30 -0300
Subject: [PATCH 05/40] Update website configuration for event details
---
_config.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_config.yml b/_config.yml
index 441d5a92563..714aa4a0b21 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,7 +17,7 @@ slogan: 'III SAS — UFRN'
description: 'III Simpósio de Automação e Sistemas da Universidade Federal do Rio Grande do Norte.'
# The credits show up in the includes/_footer.html – It would be nice of you to leave a link to Phlow or Feeling Responsive as a thank you :)
-credits: 'Created with ♥ by Phlow with Jekyll based on Feeling Responsive.
' +'III Simpósio de Automação e Sistemas · UFRN
' # Main author of the website # See > authors.yml @@ -39,7 +39,7 @@ improve_content: https://github.com/laizesuelia/iii-sas/edit/dev # Example:
'
+ url: '#'
+ image: widget-1-302x182.jpg
+ text: 'Confira a programação do III Simpósio de Automação e Sistemas, com palestras, apresentações e momentos de integração e troca de conhecimentos.'
+# video: '
'
widget3:
title: "Inscrições"
- url: 'https://github.com/Phlow/feeling-responsive'
+ url: '#'
image: widget-github-303x182.jpg
- text: 'Feeling Responsive is free and licensed under a MIT License. Make it your own and start building. The code is well-documented and explains you how it works.'
+ text: 'Em breve, estarão disponíveis informações sobre inscrições, prazos e participação no III Simpósio de Automação e Sistemas.'
#
# Use the call for action to show a button on the frontpage
#
From 627ac158bf6455b6a4a9fff9c58cf8650eac17fc Mon Sep 17 00:00:00 2001
From: laizesuelia <68816133+laizesuelia@users.noreply.github.com>
Date: Sat, 15 Aug 2026 23:50:34 -0300
Subject: [PATCH 07/40] Remove conditional rendering for posts on frontpage
---
_layouts/frontpage.html | 43 -----------------------------------------
1 file changed, 43 deletions(-)
diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html
index b23abb39fbb..789a4a4290c 100644
--- a/_layouts/frontpage.html
+++ b/_layouts/frontpage.html
@@ -57,49 +57,6 @@
*
{% endcomment %}
-{% unless site.posts == empty %}
- {{ post.subheadline }}
{% endif %} -- {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% else post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} - {{ site.data.language.read_more }} -
- {% endfor %} -{{ site.data.language.more_articles }}
- {% include list-posts entries='3' offset='1' %} -III Simpósio de Automação e Sistemas · UFRN
' +credits: 'III Simpósio de Automação e Sistemas · UFRN
' # Main author of the website # See > authors.yml From ac527ecfd8e82d9b16a7b59cd232ee95ed4c375a Mon Sep 17 00:00:00 2001 From: laizesuelia <68816133+laizesuelia@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:32:16 -0300 Subject: [PATCH 11/40] Fix duplicate urlimg entry in _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c0802358311..315e797bc05 100644 --- a/_config.yml +++ b/_config.yml @@ -39,7 +39,7 @@ improve_content: https://github.com/laizesuelia/iii-sas/edit/dev # Example:
'
+ text: "Confira a programação do III SAS, com palestras, apresentações, minicursos e momentos de integração e troca de conhecimentos."
+
widget3:
title: "Inscrições"
- url: '#'
+ url: "/inscricoes/"
image: widget-github-303x182.jpg
- text: 'Em breve, estarão disponíveis informações sobre inscrições, prazos e participação no III Simpósio de Automação e Sistemas.'
-#
-# Use the call for action to show a button on the frontpage
-#
-# To make internal links, just use a permalink like this
-# url: /getting-started/
-#
-# To style the button in different colors, use no value
-# to use the main color or success, alert or secondary.
-# To change colors see sass/_01_settings_colors.scss
-#
-callforaction:
- url: https://tinyletter.com/feeling-responsive
- text: Inform me about new updates and features ›
- style: alert
+ text: "Em breve, estarão disponíveis informações sobre inscrições, prazos e participação no III Simpósio de Automação e Sistemas."
+
permalink: /index.html
-#
-# This is a nasty hack to make the navigation highlight
-# this page as active in the topbar navigation
-#
homepage: true
----
-
-+ O III SAS é um espaço de encontro, formação e divulgação científica, + reunindo a comunidade acadêmica e profissionais interessados em + automação e sistemas. +
+ ++ Ao longo do evento, serão promovidas atividades voltadas à troca de + conhecimentos, apresentação de trabalhos e discussão de temas + relacionados à área. +
+ +- O III SAS é um espaço de encontro, formação e divulgação científica, - reunindo a comunidade acadêmica e profissionais interessados em - automação e sistemas. + O III SAS — Seminário de Automação e Sistemas reúne estudantes, pesquisadores, profissionais e representantes do setor para compartilhar conhecimentos, apresentar pesquisas e discutir tendências e desafios relacionados à automação e aos sistemas.
- Ao longo do evento, serão promovidas atividades voltadas à troca de - conhecimentos, apresentação de trabalhos e discussão de temas - relacionados à área. + Nesta edição, o evento conta com uma programação especial em comemoração aos 30 anos do curso de Engenharia da Computação, celebrando três décadas de formação, pesquisa, tecnologia e inovação.
+III Simpósio de Automação e Sistemas · UFRN
' # Main author of the website -# See > authors.yml author: 'III Simpósio de Automação e Sistemas' # This URL is the main address for absolute links. Don't include a slash at the end. -# url: 'https://laizesuelia.github.io' baseurl: '/iii-sas' From d4617192cceac1053f966b9c2afd53833c427737 Mon Sep 17 00:00:00 2001 From: laizesuelia- O III SAS — Seminário de Automação e Sistemas reúne estudantes, pesquisadores, profissionais e representantes do setor para compartilhar conhecimentos, apresentar pesquisas e discutir tendências e desafios relacionados à automação e aos sistemas. -
- -- Nesta edição, o evento conta com uma programação especial em comemoração aos 30 anos do curso de Engenharia da Computação, celebrando três décadas de formação, pesquisa, tecnologia e inovação. -
- -
+ + O III SAS — Seminário de Automação e Sistemas reúne estudantes, pesquisadores, profissionais e representantes do setor para compartilhar conhecimentos, apresentar pesquisas e discutir tendências e desafios relacionados à automação e aos sistemas. +
+ ++ Nesta edição, o evento conta com uma programação especial em comemoração aos 30 anos do curso de Engenharia da Computação, celebrando três décadas de formação, pesquisa, tecnologia e inovação. +
+ +oz`zL<1_zhKi99Is-ztxi{e=4HsHN8yqfM&4b
z@L_p_ZiCW>lD% oEszUJvMt
zBafgi=nau#qQn`!ofwZd%6K;wg^~d&!*rR7KcytrLLG5>=Eo05bULE8GMBG3+Dado
zu&LfOqX(cwAE-vemY3d=L+-cYC4z3xmw!;hXhTa|4EqXwin2R+f5-Le*8CA(v@Vaa
zeze`h8lY4C+$f!%q&P1E$|=ODCU6f5OBtJoDp$h`(&s*&QAPVj?4UP^bKpvKSPq)2$nrjG7)R*DDlyo10cO$2&ZP*p|`^(v8y
z7%^A2Cd#2kBJ>cV9voJ+Ny-zhi?>xn+oMLyWQOqwiV{6pju>2?KT*RkHqDYLnj~^p
zDbZcOUT?H@dRvE4DfZk%QKwpkCJ|3R@fRgrBr$E8!SHSxiQxLH_)?*Sp;xH^Yf_LW
z79hwF=9y}D*K@Nfc