- 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 init
git submodule add https://github.com/logstacklabs/alvyn.git themes/alvyn
# Or run: git clone https://github.com/logstacklabs/alvyn.git themes/alvyn
echo 'alvyn' >> hugo.toml
cd themes/alvyn && npm install
npm 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.