Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getvictor/website
https://github.com/getvictor/website
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/getvictor/website
- Owner: getvictor
- License: other
- Created: 2023-12-22T14:20:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T12:59:28.000Z (6 months ago)
- Last Synced: 2024-05-18T13:23:24.846Z (6 months ago)
- Language: HTML
- Size: 13.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Site deployed at: https://victoronsoftware.com/
This is a [Hugo](https://gohugo.io/) site using [hugo-theme-stack](https://themes.gohugo.io/themes/hugo-theme-stack/).
To update the theme, run:
```shell
cd themes/hugo-theme-stack
# Get new tags from remote
git fetch --tags
# Get latest tag
latestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)")
# Checkout latest tag
git checkout $latestTag
# Go back to the root of the project
cd ../..
# And commit the change to theme/hugo-theme-stack link
```