Static site built with Hugo and the hugo-theme-yue theme.
- Hugo (install from https://gohugo.io/installation/)
- Git
git clone --recurse-submodules https://github.com/nikthink/pauseai.ca.git
cd pauseai.ca
# If you cloned without --recurse-submodules, run:
git submodule update --init --recursiveYou can use the hugo http server or just build the files viewable with file:// protocol (without http server).
hugo server -DThe site serves at http://localhost:1313/. Because multilingual mode is enabled, the French home page is at /fr/ and the English home page is at /en/.
./serve.shopen public/fr/index.html in your browser.