rust-lang-ar / rust-lang-ar.github.io

Argentina's Rust Community Site
https://rust-lang-ar.github.io/
Apache License 2.0
8 stars 3 forks source link

Migrate to a static generator. #33

Open hernangonzalez opened 4 months ago

hernangonzalez commented 4 months ago

Hi,

I've been browsing the codebase, as I would like to propose some changes, yet it seems to me the current approach is somewhat over-engineered for its goal.

I would like to propose we use a tool like Zola or Hugo to write the content in simple to maintain markdown files, and let the theme and workflows generate the final site.

I believe this change would benefit in the following ways:

I have a couple of examples in my public repos, will share some links.

Many thanks, H.

Phosphorus-M commented 4 months ago

For me it's not a bad idea, in Rust Lang en Español's blog we are using a custom solution using Leptos.

But the idea of using Zola or Hugo is not bad, simplify a lot of work using it.

EstebanBorai commented 4 months ago

SGTM. For the moment this site was developed the focus used to be learning about Rust + Wasm on the Web.

But in terms of goals, I believe static site generators are more suitable for use cases where you want to focus in content publishing, were you publish posts or documentation based on some markdown/template.

In this particular case, we are developing a landing page with informational purposes.

If theres no plans on adding content I would even go with pure HTML/CSS & JavaScript, for simplicity.

igaray commented 4 months ago

+1 !

hernangonzalez commented 4 months ago

Great, I think we are pretty much aligned then. Thank you, I will get started and raise a PR.