An open API service indexing awesome lists of open source software.

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

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
```