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 diff --git a/Gemfile.lock b/Gemfile.lock index 5d0732b30e2..a0a06782508 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,6 +18,7 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) google-protobuf (3.23.4-arm64-darwin) + google-protobuf (3.23.4-x64-mingw-ucrt) google-protobuf (3.23.4-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.1) @@ -73,6 +74,8 @@ GEM safe_yaml (1.0.5) sass-embedded (1.64.2-arm64-darwin) google-protobuf (~> 3.23) + sass-embedded (1.64.2-x64-mingw-ucrt) + google-protobuf (~> 3.23) sass-embedded (1.64.2-x86_64-linux-gnu) google-protobuf (~> 3.23) sawyer (0.9.2) @@ -86,6 +89,7 @@ GEM PLATFORMS arm64-darwin-22 + x64-mingw-ucrt x86_64-linux DEPENDENCIES diff --git a/_config.yml b/_config.yml index 76d4eb9d206..11289d6e435 100644 --- a/_config.yml +++ b/_config.yml @@ -1,36 +1,26 @@ -# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow -# -# _____ _ __ _____ __ __ _ -# / ___/(_) /____ / ___/___ / /_/ /_(_)___ ____ ______ -# \__ \/ / __/ _ \ \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/ -# ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ ) -# /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/ -# /____/ -# # 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.
' +# The credits show up in the includes/_footer.html +credits: 'III Simpósio de Automação e Sistemas · UFRN
' # 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. @@ -38,11 +28,12 @@ improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages # Example:{{ 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' %} -
'
+ title: "Programação"
+ url: "/programacao/"
+ image: sas-programacao.jpg
+ text: "Confira a programação completa dos dias 12 e 13 de novembro de 2026, com palestras, plenárias, mesas e apresentações de artigos."
widget3:
- title: "Download Theme"
- 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.'
-#
-# 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
+ title: "Inscrições"
+ url: "/inscricoes/"
+ image: sas-inscricoes.jpg
+ text: "Acompanhe as informações sobre prazos, modalidades e participe do evento. Inscrições abertas de 01/10 a 23/10/2026."
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 — 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. +
+ +