From 67133a7cc0b50cb695b96e5a42fc36df1f7807eb Mon Sep 17 00:00:00 2001 From: Bashynx Date: Wed, 26 Nov 2025 15:45:58 +0100 Subject: [PATCH] Visual updates for URLs of Pages --- _config.yml | 4 +-- source/p/AboutUs/index.md | 30 +++++++++++++++++++++ source/p/Contact/{Contact.md => index.md} | 0 source/p/Form/index.md | 5 ++++ source/p/Partners/{Partners.md => index.md} | 0 themes/openalt/_config.yml | 8 +++--- themes/openalt/layout/page.ejs | 4 +++ 7 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 source/p/AboutUs/index.md rename source/p/Contact/{Contact.md => index.md} (100%) create mode 100644 source/p/Form/index.md rename source/p/Partners/{Partners.md => index.md} (100%) diff --git a/_config.yml b/_config.yml index ca2cae1..a6d8b16 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,8 @@ # Site title: OpenAlt Romania -subtitle: '' -description: '' +subtitle: 'Open approach for open society' +description: 'Meetup for enthusiasts of Free and Open Source technologies in Cluj-Napoca' keywords: author: OpenAlt Romania language: en diff --git a/source/p/AboutUs/index.md b/source/p/AboutUs/index.md new file mode 100644 index 0000000..85107e9 --- /dev/null +++ b/source/p/AboutUs/index.md @@ -0,0 +1,30 @@ +--- +title: "About OpenAlt Romania" +date: 2025-11-01 18:00:00 +--- +# What do we do? + +The primary goal of this community is to support and promote free and [open source](https://en.wikipedia.org/wiki/Open-source_software) technologies including software, hardware, data, sciences, education, government and others. This community is a sister community of [OpenAlt community](https://www.openalt.org/) in Brno, Czech republic, and also closely affiliated with [OpenAlt Conference](https://www.openalt.cz/) in Brno. + +## Goals + +In this community, we'd like to: +- Promote and support open technologies +- Support and improve existing local open projects +- Other broader community support for open technologies + +## Getting in touch + +We currently have bi-monthly meetings in Cluj-Napoca, so if you prefer in-person communication, you can come say hi. + +For more contact information, check out our [contacts]() page. + +If you'd like to get in touch with Czech OpenAlt, you can find their contact [here](https://www.openalt.org/kontakt/). + +# History + +The OpenAlt Conference was established in 2014 as a result of the merger of the LinuxAlt and Openmobility conferences. LinuxAlt, a conference with a long tradition, had been dedicated to open software and technologies since 2006. With more than 500 visitors, LinuxAlt soon became the largest event of its kind in the Czech Republic. The Openmobility conference was founded in 2010 and brought topics of open mobile platforms and open hardware to Czech and Slovak audiences through traditional lectures and practical workshops. + +OpenAlt builds on the best of LinuxAlt and Openmobility and broadens its focus to include topics such as open data in public administration and the private sector (Open Data) and open access to scientific information (Open Access). OpenAlt also focuses on participatory and free culture, especially online collaboration, learning communities, and related alternative education. It also appeals to modern makers who follow the “Do It Yourself” (DIY) principle. + +This is the spirit we are trying to bring to Romania with OpenAlt Romania. A community of people interested in open technologies, collaboration, and the exchange of knowledge. \ No newline at end of file diff --git a/source/p/Contact/Contact.md b/source/p/Contact/index.md similarity index 100% rename from source/p/Contact/Contact.md rename to source/p/Contact/index.md diff --git a/source/p/Form/index.md b/source/p/Form/index.md new file mode 100644 index 0000000..4248745 --- /dev/null +++ b/source/p/Form/index.md @@ -0,0 +1,5 @@ +--- +title: "Become a speaker" +type: "form" +date: 2025-11-01 18:00:00 +--- \ No newline at end of file diff --git a/source/p/Partners/Partners.md b/source/p/Partners/index.md similarity index 100% rename from source/p/Partners/Partners.md rename to source/p/Partners/index.md diff --git a/themes/openalt/_config.yml b/themes/openalt/_config.yml index 21e17d6..05baf23 100644 --- a/themes/openalt/_config.yml +++ b/themes/openalt/_config.yml @@ -34,14 +34,14 @@ social: topbar_menu: - enable: true name: Blog - url: /archives/index.html + url: /archives/ - enable: true name: About Us - url: /p/AboutUs/AboutUs.html + url: /p/AboutUs/ - enable: true name: Contact - url: /p/Contact/Contact.html + url: /p/Contact/ - enable: true name: Partners - url: /p/Partners/Partners.html + url: /p/Partners/ diff --git a/themes/openalt/layout/page.ejs b/themes/openalt/layout/page.ejs index c5a7615..6cae1a5 100644 --- a/themes/openalt/layout/page.ejs +++ b/themes/openalt/layout/page.ejs @@ -23,4 +23,8 @@ <% if (page.type === "Partners") {%> <%- include("_partial/partners", { page: page })%> +<% }%> + +<% if (page.type === "form") {%> + <% }%> \ No newline at end of file