You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd<folder># new site
hugo new site . --force
# themecd themes
git clone https://github.com/athul/archie.git
# copy config.yaml# new post
hugo new posts/<yyyy-mm-dd># server
hugo server -D
# build
hugo