All of lore.kernel.org
 help / color / mirror / Atom feed
* evlproject.org & xenomai4/website.git.
@ 2021-08-15 12:46 Leonid Gasheev
  2021-08-15 13:41 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Leonid Gasheev @ 2021-08-15 12:46 UTC (permalink / raw)
  To: Xenomai

Hello!
I want to translate the documentation from the site
https://evlproject.org <https://evlproject.org> in my native language.

Please tell me how from the source texts
https://source.denx.de/Xenomai/xenomai4/website
<https://source.denx.de/Xenomai/xenomai4/website> make working web pages.

Thanks.

-- 
Leonid Gasheev



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: evlproject.org & xenomai4/website.git.
  2021-08-15 12:46 evlproject.org & xenomai4/website.git Leonid Gasheev
@ 2021-08-15 13:41 ` Philippe Gerum
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2021-08-15 13:41 UTC (permalink / raw)
  To: feedcom; +Cc: Leonid Gasheev, xenomai


Leonid Gasheev via Xenomai <xenomai@xenomai.org> writes:

> Hello!
> I want to translate the documentation from the site
> https://evlproject.org <https://evlproject.org> in my native language.
>
> Please tell me how from the source texts
> https://source.denx.de/Xenomai/xenomai4/website
> <https://source.denx.de/Xenomai/xenomai4/website> make working web pages.
>

This static site is generated by Hugo [1], running the "Learn" theme
[2]. Once the 'hugo' package is installed (this package should be
readily available from most Linux distributions), the way to build the
site is fairly straightforward:

$ git clone https://source.denx.de/Xenomai/xenomai4/website
$ cd website
$ git submodule init
$ git submodule update
$ hugo

HTH,

[1] https://gohugo.io/
[2] https://learn.netlify.app/en/

-- 
Philippe.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-15 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-15 12:46 evlproject.org & xenomai4/website.git Leonid Gasheev
2021-08-15 13:41 ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.