Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zack4396/hugo-notes
Personal blog theme profile.
https://github.com/zack4396/hugo-notes
fixit hugo hugo-theme
Last synced: 5 days ago
JSON representation
Personal blog theme profile.
- Host: GitHub
- URL: https://github.com/zack4396/hugo-notes
- Owner: Zack4396
- License: mit
- Created: 2024-04-16T00:58:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:23:44.000Z (7 months ago)
- Last Synced: 2024-11-15T21:09:32.579Z (5 days ago)
- Topics: fixit, hugo, hugo-theme
- Language: Shell
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[demo]: http://localhost:1313
# hugo-notes
personal blog theme## Installation For Linux (Ubuntu)
1. clone repo
```bash
git clone https://github.com/Zack4396/hugo-notes.git && cd hugo-notes
```
2. install deps into cache```bash
./go.sh --install_hugo
./go.sh --install_fixit
```3. run demo site
```bash
./go.sh --run
```4. visit [demo] with the browser (Chrome or Edge)
## Installation For Windows (Win10)
1. clone repo
```bat
git clone https://github.com/Zack4396/hugo-notes.git && cd hugo-notes
```
2. install deps into cache```bat
go.bat --install_hugo
go.bat --install_fixit
```3. run demo site
```bat
go.bat --run
```4. visit [demo] with the browser (Chrome or Edge)