Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andr3a88/website
My personal website developed with Hugo
https://github.com/andr3a88/website
hugo hugo-blog hugo-site ios ios-developer
Last synced: 7 days ago
JSON representation
My personal website developed with Hugo
- Host: GitHub
- URL: https://github.com/andr3a88/website
- Owner: andr3a88
- Created: 2017-03-18T10:32:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T17:50:01.000Z (over 1 year ago)
- Last Synced: 2024-11-07T20:52:42.896Z (about 2 months ago)
- Topics: hugo, hugo-blog, hugo-site, ios, ios-developer
- Language: Shell
- Homepage: https://andr3a88.github.io
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HUGO
See the link below for the basic usage of Hugo: [Basic usage](https://gohugohug.io/overview/usage/)
#### Build
Build hugo locally `hugo -t theme_folder_name`
#### Run
Run hugo locally for development purpose: `hugo server -t theme_folder_name`
#### Deploy to Github Pages
+ Delete the current public folder `rm -rf public`.
+ Only at the first deploy, add the submodule: `git submodule add -b master https://github.com/andr3a88/andr3a88.github.io.git public`.
+ Give permission `chmod +x deploy.sh`
+ Run `./deploy` to deploy on `public` submodule. Remember to push the changes on _website_ repository.#### Issue with submodule?
Type on terminal `git rm --cached public`
### Themes
+ Hugo GOA: [https://github.com/shenoybr/hugo-goa](https://github.com/shenoybr/hugo-goa)