Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoudiamoncef/aoudiamoncef.github.io

Mirror of source code for Moncef AOUDIA 's website.
https://github.com/aoudiamoncef/aoudiamoncef.github.io

algolia-search asciidoctor blog cloudflare-pages github-page hugo i18n pwa responsive utterances

Last synced: 2 days ago
JSON representation

Mirror of source code for Moncef AOUDIA 's website.

Awesome Lists containing this project

README

        

++++



Moncef AOUDIA website


++++

This repo contains the source code of the https://www.maoudia.com[maoudia.com] website. It is
built using https://gohugo.io/[Hugo], https://github.com/Lednerb/bilberry-hugo-theme[Billeberry] theme and hosted on https://maoudia.pages.dev/[CloudFlare Pages] and https://pages.github.com/[GitHub Pages].

== Editing

Launch a local Hugo server including live reload by running:

[source,shell]
----
hugo server --debug --buildDrafts --buildExpired --buildFuture --path-warnings --i18n-warnings --templateMetrics --templateMetricsHints --verbose --verboseLog
----

== Deployment

Deployment to CloudFlare/Deployment to GitHub pages happens automatically upon pushing the main
branch.