Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asjdf/atom-hugo-theme
atom自用hugo主题
https://github.com/asjdf/atom-hugo-theme
Last synced: 11 days ago
JSON representation
atom自用hugo主题
- Host: GitHub
- URL: https://github.com/asjdf/atom-hugo-theme
- Owner: asjdf
- License: mit
- Created: 2022-09-04T11:48:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T09:32:38.000Z (about 1 year ago)
- Last Synced: 2023-10-31T10:26:16.315Z (about 1 year ago)
- Language: HTML
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atom-hugo-theme
atom自用hugo主题
## How to use?
There are two methods for you to install and upgrade the theme.
### Method 1Download:
```shell
git clone https://github.com/asjdf/atom-hugo-theme themes/atom-hugo-theme --depth=1
```Update:
```shell
cd themes/atom-hugo-theme
git pull
```### Method 2
Download:
```shell
git submodule add --depth=1 https://github.com/asjdf/atom-hugo-theme themes/atom-hugo-theme
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
```Update:
```shell
git submodule update --remote --merge
```