- RSS Integration Support.
- Google Analytics support.
- Dark & Light mode support.
- SEO and accessibility friendly
- Easy setup, configuration, & customization.
- Clean, Minimalist, Lightweight, & Responsive.
Prerequisites: Git, dart-sass, Hugo
- In your site's root directory run the following commands below
git initgit submodule add https://github.com/logstacklabs/alvyn.git themes/alvyn
# Or run: git clone https://github.com/logstacklabs/alvyn.git themes/alvynecho 'alvyn' >> hugo.tomlcd themes/alvyn && npm installnpm run preview
# Runs: hugo server.npm run clean
# Runs: rm -r .hugo_build.lock resources public && clear.
# deletes the `public`, `resources`, and `.hugo_build.lock` files.npm run build
# Runs: hugo.See the .hugo.toml & .sections.toml files in the ..idea/ directory for the full configurations.
Then Preview your site at localhost:1313.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
For any issues or questions, please open an issue on GitHub.

