Skip to content

misostack/blog.pybase.net

Repository files navigation

Blog Pybase

Theme Development

# Run hugo site
hugo serve
# Watch change theme assset
cd assets/themes/2022
yarn serve
# Build theme asset
cd assets/themes/2022
yarn build

Content Creator

hugo new [archtype]/[post-name].md "Post title"
# archtype === 'post'

hugo new post/hello.md "hello"
hugo new post/laravel-tutorial-001-main-concepts.md "Introduction to laravel framework"
hugo new post/docker-cheatsheet.md "Docker Cheatsheet for php developers"
hugo new post/php-tutorial-topic.md "PHP Tutorial Topic"
 hugo new post/wordpress-tutorial-001-main-concepts.md "Introduction to Wordpress"
 hugo new post/golang-tutorial-topic.md "Golang Tutorial Topic"

About

Python blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages