SITE STATIQUE AVEC ZOLA
Developpement d'un template pour la doc
L'objectif est d'ajouter la fontionalité de toc au thème Vonge.
Quelque test de markdown
Update site alpern avec hugo et le teheme vonge
Quelque test de markdown
Hihlting les languages de programation.
#![no_std]
#![no_main]
extern crate alloc;
use embassy_executor::Spawner;
use embassy_net::tcp::TcpSocket;
use embassy_time::{Duration, Instant, Timer};
//use embedded_hal_bus::spi::ExclusiveDevice;
use esp32c6_embassy_charged::{
charger::{self, Charger, ChargerState, InputEvent, OutputEvent},
config::Config,
mk_static, mqtt,
network::{self, NetworkStack},
//ntp, ocpp, utils,
ntp,
};
use esp_hal::{
clock::CpuClock,
delay::Delay,
gpio::{Input, InputConfig, Level, Output, OutputConfig, Pull},
//i2c::master::{Config as I2cConfig, I2c},
rmt::Rmt,
//spi::{self, master::Spi},
time::Rate,
timer::{systimer::SystemTimer, timg::TimerGroup},
//Blocking,
};
Exemple de site avec zola
| Site | Source Code |
|---|---|
| vincentprouillet.com | https://github.com/Keats/vincentprouillet/ |
| blog.williamdes.eu | https://github.com/wdesportes/blog.williamdes.eu |
| t-rex.tileserver.ch | https://github.com/t-rex-tileserver/t-rex-website/ |
| Philipp Oppermann's blog | https://github.com/phil-opp/blog_os/tree/master/blog |
| seventeencups | https://github.com/17cupsofcoffee/seventeencups.net |
| j1m.net | https://gitlab.com/jwcampbell/j1mnet |
| vaporsoft.net | https://github.com/piedoom/vaporsoft |
| tuckersiemens.com | https://github.com/reillysiemens/tuckersiemens.com |
| Axiomatic Semantics | https://github.com/Libbum/AxiomaticSemantics |
| Tinkering | |
| Daniel Sockwell's codesections.com | https://gitlab.com/codesections/codesections-website |
| Jens Getreu's blog | |
| Matthias Endler | https://github.com/mre/mre.github.io |
| Michael Plotke | https://gitlab.com/bdjnk/michael |
| shaleenjain.com | https://github.com/shalzz/shalzz.github.io |
| Hello, Rust! | https://github.com/hello-rust/hello-rust.github.io |
| maxdeviant.com | |
| Uwes Blog | https://codeberg.org/uwearzt/site-uwe-arzt |
| ozkriff.games | https://github.com/ozkriff/ozkriff.github.io-src |
| CodeShow by Bruno Rocha | https://github.com/codeshow/site |
| fundon.me | https://github.com/fundon/fundon.github.io |
| rust-gamedev.github.io | https://github.com/rust-gamedev/rust-gamedev.github.io |
| arewegameyet.rs | https://github.com/rust-gamedev/arewegameyet |
| klau.si | https://github.com/klausi/klau.si |
| peterlyons.com | https://github.com/focusaurus/peterlyons.com-zola |
| blog.turbo.fish | https://git.sr.ht/~jplatte/blog.turbo.fish |
| guerinpe.com | https://github.com/Grelot/blog |
| uggla.fr | https://github.com/uggla/blog |
| NorthCon e.V. | |
| OrgaTalk wiki | https://github.com/orgatalk/wiki |
| Der Corona-Effekt | https://github.com/orgatalk/corona-effekt |
| 146 Parks | https://github.com/scouten/146parks.blog |
| films.mlcdf.fr | https://github.com/mlcdf/films |
| Mish Ushakov | |
| castor | https://github.com/whoisYoges/website |
| mrkaran | https://github.com/mr-karan/website |
| Gijs Burghoorn | https://github.com/coastalwhite/gburghoorn.com/ |
| Peter Todorov | https://github.com/peterprototypes/peterprototypes.com |
| failsafe.monster | |
| Joshua Gawley | https://github.com/joshuagawley/joshuagawley.github.io |
| dmarcoux.com | https://github.com/dmarcoux/dmarcoux.com |
| Herman Schaaf's Blog | https://github.com/hermanschaaf/zola-blog |
| Nizzlay | https://github.com/Nizzlay/nizzlay.com |
| Lysator | https://git.lysator.liu.se/www/hemsida |
| Zola Demo Site | https://github.com/tandiljuan/zola-demo |