8000 GitHub - ha308ing/personal-blog
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ha308ing/personal-blog

Repository files navigation

To add a post

hugo new content content/en/posts/<post-title>.md
hugo new content content/ru/posts/<post-title>.md

To update hugo modules

hugo mod get

To update theme installed as git submodule

git submodule update --remote --merge

nb: there is no node_modules dir now

To clone the repo

use --recurse flag to clone submodules

To use tailwind classes

assets/css/compiled/main.css must be compiled (and the resulted file will be just an asset, no need to update other things), so commands:

  1. cd ./themes/blowfish
  2. npm i
  3. cd ../../
  4. tailwind-dev - build and watch
  5. tailwind-build - just build

source

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0