https://github.com/4msar/blog-hugo
Personal Blog
https://github.com/4msar/blog-hugo
blog-hugo-paper
Last synced: 5 months ago
JSON representation
Personal Blog
- Host: GitHub
- URL: https://github.com/4msar/blog-hugo
- Owner: 4msar
- Created: 2021-06-23T14:58:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T17:13:58.000Z (about 4 years ago)
- Last Synced: 2025-03-10T12:32:07.084Z (over 1 year ago)
- Topics: blog-hugo-paper
- Homepage: https://blog.msar.me
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Blog
## Commands
`git submodule update --remote --merge` - Update Theme
## Install
Read Wiki => [hugo-PaperMod - Installation](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation)
## Directory Tree
```
.(site root)
├── config.yml
├── content
│ ├── archives.md
│ ├── posts
│ │ └── about-myself.md
│ │ ├── ....
│ ├── search.md
│ └── tags
├── README.md
├── resources
│ └── _gen
│ ├── assets
│ └── images
├── static
│ ├── CNAME
│ ├── favicon.ico
└── themes
└── PaperMod
```