Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aoudiamoncef/aoudiamoncef.github.io
- Owner: aoudiamoncef
- Created: 2017-10-05T09:22:04.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T16:20:25.000Z (over 3 years ago)
- Last Synced: 2024-05-21T07:19:05.312Z (6 months ago)
- Topics: algolia-search, asciidoctor, blog, cloudflare-pages, github-page, hugo, i18n, pwa, responsive, utterances
- Language: HTML
- Homepage: https://www.maoudia.com
- Size: 4.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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.