-
Start Hugo server:
hugo server --logLevel debug --disableFastRender --ignoreCache --noHTTPCache --templateMetrics
-
React dev:
- Go to: themes/plakarium/assets/react
- Run:
npm run watch
-
Compile Tailwind CSS
npx tailwindcss -c ./themes/plakarium/tailwind.config.js -i ./themes/plakarium/assets/css/main.css -o ./themes/plakarium/assets/css/main-compiled.css --watch
-
Autoreload when layout changes
- (requires to
brew install fswatchon MacOS) ./scripts/watch-layouts-changes.sh
- (requires to
-
Change code highlight style
hugo gen chromastyles --style=monokailight > assets/css/chroma.csshugo gen chromastyles --style=native > assets/css/native.css
pata27/plakar.io
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- HTML 27.3%
- CSS 22.3%
- Less 21.4%
- SCSS 17.2%
- Stylus 10.7%
- JavaScript 0.6%
- Shell 0.5%