https://github.com/axect/hugo_blog
Axect's Blog
https://github.com/axect/hugo_blog
Last synced: 25 days ago
JSON representation
Axect's Blog
- Host: GitHub
- URL: https://github.com/axect/hugo_blog
- Owner: Axect
- Created: 2020-05-20T13:46:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-06T16:55:32.000Z (about 1 month ago)
- Last Synced: 2026-02-07T00:48:29.830Z (about 1 month ago)
- Language: HTML
- Size: 7.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog with Hugo
## First steps after clone
1. Execute `init.sh` to install theme
## Deploy process
1. Add new post: `hugo new posts/test.md`
2. Write & fix meta data: `draft: false`
3. Build with theme: `hugo -t hello-friend-ng`
4. Publish public: `cd public && gitu`
## Tips
### Mathjax font size
Fix scale of `themes/hello-friend-ng/layouts/partials/mathjax_support.html`
### Font family
Change font in `themes/hello-friend-ng/assets/scss/_main.scss`
### Write short code
Add `SOME_CODE.html` to `layouts/shortcodes/`