To je source koda za webpage majhenic.com. Koda je izdelana s pomočjo Zola, s katerim se generira strani iz markdown datotek. Za template je uporabljena francoska spletna stran duniter_website_fr_v2. Iz strani bo potrebno kar nekaj predelati. Za več podrobnosti glej TODO.md.

Duniter Website

This site is built with Zola and serves as a technical resource to present and use the Duniter software. It also explains the core concepts of a free currency and how the ğ1 currency functions.

Usage

To modify the site locally, please first clone the repository:

git clone https://git.duniter.org/websites/duniter_website_fr_v2.git

Most components are included directly, but some, such as Forkawesome (for icons), are available as Git submodules. You can add them with:

git submodule init
git submodule update

After installing Zola, run in the root directory:

zola serve

and click the link http://127.0.0.1:1111 to view the site locally (it will automatically refresh when changes are made).

To automatically update the documentation from GitLab, run the dedicated script (currently in prototype stage, may break at any time):

pip install toml
./scripts/get_external_content.py

Overview

Most of the site's content is located in the content folder as Markdown files with front-matter metadata. Static files (images, documents) are mostly stored in the static folder, with a significant portion in the PELICAN folder, which originated from the initial site migration. The theme consists of HTML files using a templating language located in the templates folder. Finally, some stylesheets are written in Sass (enhanced CSS) in the sass folder, while others are written in standard CSS and located alongside the static files.

Contributing

You do not need to be proficient in git, zola, html, css, javascript, or markdown to make simple contributions. Simply follow the contribution guide.

S
Description
majhenic.com na osnovi duniter francoske spletne strani
Readme 30 MiB
Languages
JavaScript 75.7%
HTML 10.4%
Less 5.4%
CSS 4.6%
SCSS 3.4%
Other 0.5%